I use my Editplus mainly for HTML and PHP coding.. what I miss is {} highlighting when writing PHP. When you have several lines of code, it would be great if...
Hi Kevin do you mean that the brackets "flash" when you write the closing brackets? or that you can check that the section you are closing is correct? EP will...
Hi Justin, Yes, I meant that it flashes or highlights the corresponding } automatically when I put my marker on the { .. ... brackets? ... EP will match...
I'm having an issue setting up some tools in v2.11(138) on an XP Pro machine. The tools I set up work perfect on a WIN98-2E machine. What I'm doing is setting...
I had a problem with C# just hanging when I would compile through EditPlus tools. I un-installed EditPlus and re-installed EditPlus and that solved the...
Neil Could you provide us with your command, arugment and initial directory entries & checkbox settings for Compile and Run? Thanks Cyrus ... XP ... I ... to...
Well, the problem is fixed. I worked with the good people at edit plus support (they looked at my tool.ini file and said everything was fine). All I did was...
Whenever I attempt to Save a file to its' ftp location, I get the following error... The file transfer failed Requested action not taken. 550 test3.css:...
That's a permission setting on the FTP server. It really has nothing to do with EditPlus. EditPlus is just reporting back to you the error code it received...
Is there a way to always print in a different font than is displayed on the screen? I know you can go to tool/preferences/fonts but for me the only way I can...
I'm looking for a REG-X, or anything that will change everyting in between 2 <link> </link> tags example: <link>http://www.daypop.com/top.htm</link> into ...
Find what: <link>(.*)</link> Replace with: <link>\n<a href="\1">\n\1\n</a>\n</link> Hope that helps :) Regards, Mark van Renswoude ... Van: Linx Wiler...
Why there is UTF-8 export filter, but there is no support for Unicode fonts? Why do you convert Unicode text to one specific codepage? How we are supposed to...
See below. ... wrapped ... If your looking for a visual indication of wrapping, you can turn on line numbers, which works for me. Other, I don't think you can...
I'm quite new to EditPlus, but its a wonderful editor. I've got two questions for someone. 1) In a text file I would like to delete some text in each line that...
... Find: "^(.*)-[^-]*$" Replace With: "\1" ... Dunno about saving as a macro, but now you have the regular expressions saved in you inbox. ... Find:...
Hi, Have recently installed Edit+ and loving it! Have one gripe though ... I often send the file I am editing as an attachment. The current menu option however...
Or, press Ctrl-F11 (I think that's the default hotkey, changed mine to Ctrl-Alt-P to match GExpert for Delphi's function list hotkey) and get the same from...
I like mine because it prints it to the Output Window and it's not in a pop-up. This way it can always be there and you don't have to hit Ctrl-F11 each time...
Now THAT would be nice, especially if it would have references to all methods in all open files.... ... From: jonnymexican [mailto:jalmarez@...] Sent:...
Hi, Also, the EditPlus function list always lists functions in the order in which they appear in the file. Being able to sort the list would be nice. Mario ......
Ok, the latest version 1.1 can be downloaded here: http://www.thebibleforum.com/ffinder/ I added multiple file support and the list is now being sorted. Please...