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...
Question and answer... You can make the html lower case by going to Tools>Preferences>General and selecting "HTML tags in lower case". I am trying to change...
To do this, open the file htmlbar.acp (located in the editplus folder) et change the <b> </b> to whatever you want. Christophe ... From: Tom Dempsey...
You can find PHP ctl files and others here: http://www.editplus.com/html.html ... From: Tom Dempsey [mailto:tom@...] Sent: 25 January 2004 22:10 To:...
I had tried this before - but didn't restart Editplus. After restarting Editplus, It works. Thanks! ... From: lestat_24 [mailto:lestat_24@...] Sent:...
I've been doing more HTML editing that usual lately, and I've found it hard to find my way round the source of large pages. A solution that's worked quite well...
This is excellent work and I appreciate it! Is there any way this could work for remote FTP files? Also sometimes my functions are inside classes and they...
Thank you Dean, Yes I will work on adding these features in. -Jonathan ... could ... classes ... sorting ... lines could ... JavaScript ... displayed? ... ...
... As only stand-alone letters shall be replace, it is "([ \t\n92;r][aiowz])[ \t\n92;r]" to "\1 " (without the quotes of course). With correctly declared ...
Well, I have to put some additional info, for I misexplained it for the first time. in fact all standalone letters a, i, o, w and z WITH the trailing space...
... Sure and to identify a standalone letter you have to test for a whitespace in front of it, which should remain unchanged, else you'd also match words...
one slight change to the replace regexp statement, you'll need to add a backslash to escape the ampersand in ' 39; for it to replace properly. the replace...
I guess I have a different idea of what their program is supposed to be. I "thought" that they would have a dictionary contained in the download, or at least...
A little clarification is in order. There are two standard dictionaries, one US English and one UK English, at http://www.editplus.com/download.html. Both are...
I'm hoping this is something I can do with Regular expressions, but I haven't used them before, so I'm not sure... I have a text file where I want to do...