from the editplus homepage: http://www.editplus.com/html.html get the one labeled "*VBScript* 5.5 stx with WSH objects/properties - Nick Morris". It's just...
I've got groups of radio buttons named like this: <td><input type=radio name=rad1 value=4></td> <td><input type=radio name=rad1 value=3></td> <td><input...
... From: ssalter2006 Sent: 6/13/2006 10:43:46 AM To: editplus@yahoogroups.com Subject: [edit+] Search and replace with match ... Use parentheses to group the...
[0-9][0-9]* is the same as [0-9]+ -dZ. ... From: Getafixx Sent: 6/13/2006 12:20:02 PM To: editplus@yahoogroups.com Subject: Re: [edit+] Search and replace with...
Thank you all very much!! ... do a ... \2, and replaces it with the first match, followed by the string "Question, followed by the second match; so that...
Thanks for the suggestions. I'll check out that newer version. I considered writing my own, but I would probably just add the 10 or so objects I commonly use,...
I have no idea what I did, but since going from unreg to reg and doing the update patch, the desireable feature that updated the modified index or other file...
Hello everyone, I use editplus for last 6 months. It's great editor when I use it for my PHP script development. But, it get miserable when I use editplus for...
Unless you're looking for persistent bookmarking... you can mark lines and then return to them easily in edit+. Toggle a line marker on/off with F9, and...
If you mean the Directory window inside EditPlus, I was never aware that it allowed sorting by anything other than file name. Then again, I don't use it that...
I use TotalCmd as my main file manipulator, viewer, FTP program (Similar to the old Norton Commander tool), and have for years with EditPlus. It only started...
I'm not sure I understand your problem. Are you saying that after modifying a file using EditPlus, and saving it, the file's modified date stamp is not being...
I have problems with syntax colouring of actionscript dot notation in as2.stx (Flash MX ActionScript 2.0 Syntax File - as2.stx - downloaded from stx files on...
I've started getting a strange problem when I double-click a file to open it in EditPlus from Windows Explorer. This is for files where I have changed the...
My quick and dirty answer would be to add each if the individual phrases without the dots (ie. mx, data, binding, ComponentMixins, components, etc) as...
... Yes .. that works .. but it's not an ideal solution since it still validates incorrect combinations of sub-keywords. e.g. it would validate a wrong...
I am working on a Visual Studio 2005 project that uses the ASP.Net Development Server. When I run the VS project (Debug / Start Debugging or Debug / Start...
Hello: Just open up EditPlus Preferences, and look under "Settings & Syntax" for the ASP/ASPX file type (probably under 'VB') and uncheck the option "Associate...
Thanks for the feedback. I had tried that before and that didn't solve it. I just searched through the EditPlus 2 folder looking for references to aspx; I...
Hello: I'm sorry for insisting, but this happened to me before: Perhaps some other file type is associated with the aspx extension. Did you check all of the...
I'd search the registry for all instances of "editplus.exe" - it's obvious that there's a reference to the exe somewhere where it shouldn't be. Have you...
Thanks, I appreciate the suggestions and thanks for insisting, because I could have missed something :-). I did look at the * key and didn't see editplus in...
Assuming that you've tried removing the association in the EditPlus and adding it back again without success, you might want to check the file type settings in...
... This is just a shot in the dark but... could it be that EditPlus is set as the default HTML "Editor" in Internet Explorer and that, for some weird reason,...
two possible solutions: 1) check isapi associations for aspx files in IIS. 2) try to unregister .net isapi extentions and reregister them again. This is done...