I'm just now getting back to looking into this. The first thing I did was download the latest version and fixes to see if the behavior was changed. For me, it...
To be honest, the 'what's new' list does not make v3.0 look like a major version upgrade, tonz of minor changes and bug fixes just as usual v2.xxdoes -- Sent...
Kelvin Wu
kelvin.wu@...
Oct 3, 2007 5:59 am
5392
On Wed, 03 Oct 2007 18:59:45 +1300, Kelvin Wu <kelvin.wu@...> gave ... Thanks for the tease! Remember most preople here are not beta testers and have...
Version 3 will be a free upgrade to the licensed users of version 2. Version 3 does not support Windows 95/98/Me. Version 3 and version 2 can exist side by...
Kelvin Wu
kelvin.wu@...
Oct 3, 2007 6:31 am
5394
That long list of features (not only bug fixes) seems to justify to make it Version 3. Especially if it's a free upgrade for those of us who registered! -- ...
These features are really minor changes, at least, to me. I would like treat these features as major changes: hex editor, full perl regexp support, huge file...
Kelvin Wu
kelvin.wu@...
Oct 3, 2007 7:03 am
5396
... * Allow drag-and-drop of document selector tabs * Window transparency * Vista tilt-wheel support * Auto-adjust document selector rows Seems to me like a...
Not that I care, but sangil might: you're not supposed to post -anything- about beta releases. But since it's out there...in my opinion (as a software...
Most of the changes in v3 are to make it Vista compatible, which might cost tonz of code rewrites. I like v2 style tab too BTW. ... -- Sent from my BlackBerry....
Kelvin Wu
kelvin.wu@...
Oct 4, 2007 3:01 am
5399
For everyone that hasn't seen v3 yet, here's a page showing the graphical differences: http://www.jslibrary.org/temp/ep.html The image is a screenshot of v2....
I'm not going to speculate on why 3 vs 2.4 but just wanted to possibly suggest (so as to see how the community feels) with integrating the Shell icons for the...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the editplus group. File :...
editplus@yahoogroups....
Oct 4, 2007 2:27 pm
5403
... I would love it if I could get SVN icon overlays on the EditPlus folders. However, I understand that shell integration of that type would require some...
I have a block of text comma delimited data that looks like that at the end of this email consisting of triples of data: screen-id, control-id, and value. I...
I think you answered your own question. If you want to know how many commas there are you replace them all with commas and take note of the "X occurances...
... I typically use Find in Files (with the "Current File Only" option) for this. dZ. -- "There can be only Juan!" -- Juan McCloud of the Clan McCloud, El...
Hello: That's a Windows issue: applications can open files requesting exclusive access with no sharing allowed, which will block other applications from being...
The code completion allows me to do things like this if<space> And have a full if statement inserted into my code. This is really useful. However, if I have...
... Its still there, but the key shortcut was changed to WINKEY+SPACE (the key between CTRL and ALT). I don't know why they did this, as I think the CTRL key...
winkey and space doesn't work for me. Guess I must have a global keybinding somewhere overriding this. Think that probably counts as a bug against Editplus....
I have a .log file on my local web server that I view through editplus that is constantly changing. I have the "Reload Modified Files Automatically" option...
I think EP only prompts to reload changes when the app (or document) loses focus and focus returns (switching apps). What I often do is hit ALT-D, E ( ...
EditPlus will reload the files when it receives focus. That is, it has no way of knowing that the file changed, and instead of polling it constantly, it only...
EP loses focus frequently and still doesn't seem to detect a changed file for me. It does from time to time, seems a bit random. Keyboard bindings! Now why...
Good to know (or at least it was, apparently, ;) ). What I have been doing is: if[space] (code completes to) if () { } then I hit CTRL-Z which reverts to: if ...