Hi, I can't find a tutorial about Record Keystrokes. www.editplus.info and this group don't show anything to start Do you know a website with some info about? ...
The performance is very bad when processing large file (open the file, search & replace etc), this issue has been there for years, is there any plain to solve...
Kelvin Wu
kelvin.wu@...
Apr 2, 2008 3:27 am
5834
If it's a huge file, maybe ep isn't the proper solution (consider a crafty perl script, or, like for me, cli php is easier).. However, have you tried opening...
I just took the plunge and downloaded the version 3 upgrade for registered users version. It seemed to copy most of my settings, but FTP settings didn't get...
I'm not sure what you're missing, but this is as basic as you can get: Open EP3 and go to the FTP Setting dialog box, which I assume will be empty. Create a...
I just did exactly what you said with wierd results: I opened EP3, edited the FTP settings with the dialog box (it didn't show anything there to start with) I...
I think the wierdness and the reason it wouldn't pick up my settings from before were because the last entry I had for FTP servers had a server with Firewall...
I take it back, it didn't work. My usernames and passwords that were previously saved now are gone. Only the server and description is still there. I wouldn't...
Since I was forced to upgrade to v3 (got a new Vista computer), I've been having problems with my FTP access. I have settings for several servers and all are...
I've recently started using Vista SP1 and I've noticed that every time I double click a file associated with edit plus, or call edit plus from the command...
I have this same problem. Did you solve it? Anyone can tell how this can be solved. Question: Unable to change transfer format to ASCII in SFTP connections. ...
UPDATE I've figured out that my issue is happening only with the second FTP account (doesn't matter which one is second when listed in the ini file.) I am...
With things flying around behind the scenes, it's often tough to debug these sorts of symptoms. Do you have access to the server's ftp logfile? If you can,...
Hello, It looks like that the "Refresh STX/ACP" command has disappeared from the Editplus 3 "Document" Menu. Do you know why and/or what we should do now if we...
Finally got it to work! EditPlus tech support suggested I try turning on the following option. 'FTP Settings'->'Use v2.xx FTP path format' thanks all! ... ...
I was having the same problem with XP (ven having telling Editplus to re associate itself with my programs). What I found is the registry still had several...
Sorry. That should have read: I was having the same problem with XP (even after telling Editplus to re-associate itself with my programs). What I found is the...
EditPlus 3's new Search in files 'current project' checkbox seems like a great feature. It is supposed to search in a project even if the files aren't open,...
hmm.. My first inclination is that Find in Remote Files would require the loading (and dealing with caching issues, if implemented) Every file in the project...
Greets.. Can I do a regex Find and Replace with some math expression? Ex. Find: nnn ReplaceWith: i(100) will replace all found matches with 100, 101, 102,...
No, you can't: regexps do not support incrementors or mathematical expressions. However, you should be able to build an external script to do this and ...
Behold my mighty user tool! http://editplus.info/wiki/User_Tools#Full_RegEx_Supported_Replace_and_More.21 -Mark On Fri, Apr 11, 2008 at 12:18 PM, Bronius...
I don't have any projects that have local files, so I'm not sure how 'Find in Project' works with local files. Searching in files only needs read access, so it...
Wow, can the EP community deliver! :O Thanks Mark, DZ. I didn't know you could so easily wire in a user script-- will check it out. Would also be nice to...
But there is no way to search a file via FTP. EditPlus would need to connect to the FTP server, retrieve every single file it can find, and then search them...
Right, and by what you replied about "local files" I was referring to "open files" meaning local or remote, but contained in the "project set/space" and ...