![]() |
![]() ![]() ![]() ![]() ![]()
|
Author | Topic: What do you guys use to edit your code? |
Tyrant |
![]() I just ran into the problem I was fearing... limited space in Notepad. It won't let me type anymore letters, so I'm forced to find another alternative. I tried Wordpad, but that won't let me save as an ASL file (unlike Notepad that lets you save as any type of file). Can I get some feedback? |
Tyrant |
![]() Hmmm, for some reason, this post is a ways down the page, so I'm going to see if I can bump it to the top with this reply. |
MaDbRiT |
![]() For editing:- Programmers File Editor - ( a.k.a. PFE )Freeware and excellent! Textpad. A killer - this is great for Java, HTML and has syntax highlighting and all sorts of good stuff - but it's shareware :-) Al |
carlii |
![]() When you say it wouldn't let you save it as an ASL file, did you put "" around the file name, and also, include the file extension? Yes, textpad is needed here, I think. |
Tyrant |
![]() Carlii- Wordpad only lets me save in its own formats, such as word, text, etc, but you can't choose an "All" option that allows you to save over any type of file. Maybe I just don't know what to do since I don't use it that often. |
Alex |
![]() I use Textpad - www.textpad.com . There's a file for ASL syntax highlighting in the Quest Developer Area. As for the post-appearing-down-the-page "feature" of UBB, this seems to happen in the few hours after midnight. Things seem to sort themselves out eventually though - and it's completely out of my control unfortunately (I don't particularly fancy trying edit the UBB Perl code). |
Computer Whizz |
![]() Tyrant - if you open an already saved file, then you should just press "save" and it will save to the file without need for different file types! Computer Whizz |
Tyrant |
![]() Computer Whizz, I actually had tried just saving over the file (which was one of the first things I tried), but then Wordpad gives me a message saying that it's going to save in text format and not the original format, so I say no. I'm actually not having much of a problem since I seem to be able to edit in Wordpad, then copy and paste the code to Notepad without any problem. However, for some reason, I can't type anymore in Notepad otherwise I get an "Out of Memory" error. Right now I'm going to check out Textpad, though. |
Computer Whizz |
![]() You want plain text! Usually you get a choice - Plain Text, Rich Text or Wordpad 2.0 (or whatever version you have)! Anyway, Plain Text is just like Ascii, and Quest will understand it fine (to what I can tell). Computer Whizz |
Tyrant |
![]() Thanks, I got it working now. I think I was using Wordpad's default mode, which was Wordpad 2.0 (or whatever version it is), so I switched to plain text and it saves over fine. |
carlii |
![]() OH good, at least that ones sorted out! ;) |