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? ...
5833
Kelvin Wu
kelvin.wu@...
Apr 2, 2008 3:27 am
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...
5834
Bronius Motekaitis
bcswebstudio
Apr 2, 2008 3:57 am
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...
5835
Daniel Gibby
illuminique8...
Apr 2, 2008 5:50 pm
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...
5836
Michael L. Jones
mljones1947
Apr 2, 2008 11:16 pm
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...
5837
Daniel Gibby
illuminique8...
Apr 3, 2008 4:31 pm
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...
5838
Daniel Gibby
illuminique8...
Apr 3, 2008 4:40 pm
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...
5839
Daniel Gibby
illuminique8...
Apr 3, 2008 4:41 pm
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...
5840
eyes of brown
eyesof_brown...
Apr 4, 2008 6:17 pm
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...
5841
evarmint
Apr 5, 2008 1:59 am
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...
5842
Brett Patterson
bpat1434
Apr 5, 2008 2:23 am
Make sure the checkbox for "Allow multiple instances" is unchecked. ~Brett...
5843
Subash
ibcsubash
Apr 8, 2008 12:10 pm
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. ...
5844
evarmint
Apr 8, 2008 2:37 pm
Thanks, that worked. ... time ... plus from ... that ... know ... UAC...
5845
eyes of brown
eyesof_brown...
Apr 8, 2008 3:07 pm
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...
5846
Bronius Motekaitis
bcswebstudio
Apr 9, 2008 1:37 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,...
5847
Gingko
gingko_fr
Apr 9, 2008 5:52 am
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...
5848
Andrew
mr_aprice
Apr 9, 2008 6:04 am
Document >> File Type >> Refresh STX/ACP ... [Non-text portions of this message have been removed]...
5849
Gingko
gingko_fr
Apr 9, 2008 9:05 am
... Ok, thank you very much. I didn't see it. :-( Gingko...
5850
eyes of brown
eyesof_brown...
Apr 9, 2008 11:24 am
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! ... ...
5851
hend7041
Apr 9, 2008 5:49 pm
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...
5852
hend7041
Apr 9, 2008 5:51 pm
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...
5853
Daniel Gibby
illuminique8...
Apr 10, 2008 5:06 am
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,...
5854
Bronius Motekaitis
bcswebstudio
Apr 11, 2008 4:52 am
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...
5855
Bronius Motekaitis
bcswebstudio
Apr 11, 2008 7:18 pm
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,...
5856
DZ-Jay
dzfoo
Apr 11, 2008 7:33 pm
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 ...
5857
Mark Kahn
CWolves
Apr 11, 2008 8:06 pm
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...
5858
Daniel Gibby
illuminique8...
Apr 11, 2008 8:24 pm
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...
5859
Bronius Motekaitis
bcswebstudio
Apr 11, 2008 9:00 pm
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...
5860
DZ-Jay
dzfoo
Apr 11, 2008 9:04 pm
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...
5861
Bronius Motekaitis
bcswebstudio
Apr 11, 2008 9:12 pm
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 ...