... I'm not familiar with Liberty Basic. Can it take a filename in the command line to compile? If not, I'm afraid you won't be able to use it from EditPlus....
... dZ, I have Python set-up as follows (I presume you know the "Configure Tools" dialogue): Menu Text: Python Command: C:\Python25\python.exe Argument:...
Peter Anderson
peter.anderson@...
Jul 1, 2008 11:16 am
6027
liberty basic command line parameters: -R Run a BAS file on startup -D Debug a BAS file on startup the following three are in the registered version...
... Aleem, "C:\Program Files\Liberty BASIC v4.03\liberty.exe" -R -A multiwin.bas Works from the "Run" command line so I am part way there. Although "-M" does...
Peter Anderson
peter.anderson@...
Jul 1, 2008 11:54 am
6029
... By George he's done it! :-) The User Tool Configuration is: Menu Text: Liberty Basic Command: C:\Program Files\Liberty BASIC v4.03\liberty.exe Argument: -R...
Peter Anderson
peter.anderson@...
Jul 1, 2008 12:11 pm
6030
... Peter, I added the LB configuration to the EditPlus wiki at http://editplus.info/wiki/User_Tools#Liberty_Basic You might want to update the entry as you...
Hello: You may want to also tick this one: [X] Capture output That way, it'll display any error messages or compilation output into the Output Window of...
... DZ, It works with Python because (I think) Python is treating EditPlus as the console. Liberty Basic seems to have a specific way of displaying error...
Peter Anderson
peter.anderson@...
Jul 3, 2008 3:15 am
6033
hello. I edit my html pages in EditPlus3.01 (446) is there an easy way such as a macro for example to easily replace all the french special characters with...
Or it might be easier in the long run (depending on circumstances) to switch the html file(s) to UTF-8 encoding; then you don't need to convert characters to...
We use editplus to edit a large number of subtitle scripts. It would be really useful to be able to replace a set directory within the script with the path...
I have a minor annoyance with EditPlus. Whenever I use the "Open" or "Save As" file menu option or toolbar button EditPlus seems to use a location that I don't...
Peter Anderson
peter.anderson@...
Jul 11, 2008 5:05 am
6039
... Tools|Preferences|General|File Open dialog restores previous directory. That option will take care of the File Open dialog, it will always set it to the...
... dZ, Thanks, I can't believe that in all the time I've been using EditPlus I did not see that switch. Must have been a very long "senior's moment" ;-) ...
Peter Anderson
peter.anderson@...
Jul 11, 2008 12:51 pm
6041
... As I mentioned in another thread, that option is fairly new (perhaps since 3.0, though I'm not sure). It used to be the opposite: "Open Dialog follows...
... I really don't understand why you would wish to use those html counterparts in your HTML files instead of the real French letters. This is the 21st...
... I mmust agree with Alex, you should just set the character encoding of your web pages to UTF-8 and use accented characters as normal. There is really no...
... You're correct about non-breaking spaces and angled brackets (and I would add the "&" character), but as far as quotation marks go, these do not need to be...
... I agree (I forgot the ampersand--that's an important one!). I only mentioned the quotation marks because they are used in attribute values, in which case,...
Since the last problem, I applied all the updates and patches. I encountered the same problem only today, but this time it responded within 10-20 seconds...
Hi all, I have tried some other editors in the past (such as notepad++) that highlight all text in the document that is the same as the text you have selected,...
No, EditPlus does not have that capability. You could, however, use Find In Files and get a list of all the lines that use a specific string within the file....
I just noticed that EP3 on my machine didn't have CTRL-SHIFT-C assigned for Copy Append. Adding it was simple enough under preferences, but thought that...
Hi! I have a feeling that EditPlus would open files and automatically convert tabs to spaces if the "Settings and Syntax" configuration for that file type was...