Yes, it is an option during setup. I originally chose personalized settings, then switched back, but it was so long ago that I forgot how I did it. I can't...
5023
Michael L. Jones
mljones1947
Jan 1, 2007 5:09 pm
Inspired by the most recent FTP thread: One thing that bothers me about EditPlus is that its setting are located all over the place: HKEY_LOCAL_MACHINE and...
5024
qsfe-kdhw@...
jrothlisberger
Jan 1, 2007 6:41 pm
Gday Mike, and Happy New Year to the list!! My opinion on the matter of where/how to store the configuration is two-fold: a) Yes, i think things could be...
5025
Preston Mays
preston.mays
Jan 2, 2007 5:36 pm
Agreed. I believe that cleaning up the way EditPlus deals with some configurations can also make it easier to use and deploy on installations with multiple...
5026
Vladislav Borovikov
vborovikov
Jan 4, 2007 2:06 pm
Hi all! Is there any way to increase the folding boxes size? I mean boxes with '+' or '-' sign, they are too small. Thanks in advance, Vladislav....
5027
tonklis
Jan 4, 2007 2:07 pm
Hello, I'm new to EditPlus and I'm trying to create good and complete K syntax/autocompletion files. K is an obscure language, and I'm trying to make its...
5028
mattlavinder@...
mattlavinder
Jan 5, 2007 3:30 pm
I have a quick question. Is there a way to share the same project.ini file across multiple installations of EditPlus? We would like to put the project.ini...
5029
Damien
damienie22
Jan 6, 2007 3:58 pm
Hi Matt, While EditPlus doesn't support any type of sharing explicitly, under Tools/INI File Directory you can choose where it will look for the project.ini...
5030
bpat1434
Jan 11, 2007 12:12 pm
SO I've been fooling around with the .stx file, and I can't seem to get the functionality I want. I'm either doing it wrong, or it's not possible to do it. So...
5031
Abuzar Chaudhary
abuzarchaudhary
Jan 11, 2007 12:12 pm
Hi, I'm beginning to use EditPlus to keep track of my bookmarks. When I click on a "plus box", I would like only that node to open up and not all of its...
5032
crouzilles37
Jan 11, 2007 12:18 pm
Hello all, I have been using editplus for many years now, on Monday when I arrived at my desk I fired it up and needed to do a search for a string in all...
5033
dz@...
dzfoo
Jan 11, 2007 12:31 pm
It works for me. Are you sure you have selected the appropriate directory? Is "Include Subfolders" selected? Is "All open files" or "Current file" selected? ...
5034
kenn.north
Jan 11, 2007 1:30 pm
I have the same problem on the same setup. This post was made a while ago and it still isn't fixed. Kenn...
5035
crouzilles37
Jan 11, 2007 2:19 pm
I only have "Include subfolders" checked. The correct directory is selected. I am at a loss. The strange thing is that it started happening at my work computer...
5036
Leif Madsen
blitzrage
Jan 11, 2007 2:42 pm
... Yah, I made that post over a year ago with no resolution. It seems these forums are not monitored by the maintainers of EditPlus unfortunately. However,...
5037
Bronius Motekaitis
bcswebstudio
Jan 11, 2007 3:08 pm
Both at home and at work: are you using a network share both at home and at work, and maybe there was a change on the network? Further-- does searching by type...
5038
Bronius Motekaitis
bcswebstudio
Jan 11, 2007 3:48 pm
Both at home and at work: are you using a network share both at home and at work, and maybe there was a change on the network? Further-- does searching by type...
5039
Aleem Juma
aleemjuma
Jan 11, 2007 9:06 pm
Haven't tried it but would this be enough? #COMMENTON = <! #COMMENTOFF = ]] Aleem...
5040
Aleem Juma
aleemjuma
Jan 11, 2007 9:06 pm
I have the same problem. PHP file, save as remote, correct path, correct filename, resulting file is 0 bytes. Luckily I noticed before I closed the file in EP...
5041
Bronius Motekaitis
bcswebstudio
Jan 11, 2007 9:36 pm
I've seen something like this before, too, and not just in EP. I never thought maybe someone was accessing it, just thought it was a fluke with regards to ftp...
5042
bpat1434
Jan 11, 2007 9:57 pm
Just tried that. Refreshed the STX/ACP and no go. Won't take it. ~Brett...
5043
Aleem Juma
aleemjuma
Jan 11, 2007 10:56 pm
When it happens with me it's as if the save succeeds. No timeout wait, no hanging, no error message. Nothing to even hint that something went wrong. Only when...
5044
bpat1434
Jan 12, 2007 3:33 am
Just an update. I created my own XML Syntax (mainly because I wanted one for SMF Modifications). Here it is: ...
5045
Andy Benz
andorbal79
Jan 12, 2007 3:20 pm
I think a simple, useful feature would be to have the ability to resize the search and replace screen. I've been using it a lot lately for doing regex search...
5046
Tahir Belenli
tahir2002b
Jan 13, 2007 1:39 pm
Hello, How can I define a user tool that will accept the current line text (the line having the cursor) as command line parameter? Regards....
5047
Michael L. Jones
mljones1947
Jan 15, 2007 3:15 am
You can pass the selected text as an argument. The current line can be selected with Crtl-R....
5048
DZ-Jay
dzfoo
Jan 15, 2007 9:32 am
... Look in the Help File for "Command Line" to get a list of all available parameters. Also, when composing the user tool settings, if you click the little...
5049
crouzilles37
Jan 16, 2007 9:14 am
*.* does work and finds the string. I made sure there is no space or other characters present when I put *.tcl or *.html, still no joy on the matter. This is...
5050
Mark Kahn
CWolves
Jan 21, 2007 10:14 pm
does anyone know why these are classified as numbers in editplus (with #number_pattern=cpp) 1D, 1E, 1F, 1L, 1U, 1EUL whereas these aren't? 1A, 1B, 1C, etc...,...
5051
Aleem Juma
aleemjuma
Jan 22, 2007 12:09 am
They are number precision indicators: D = double F = float L = long U = unsigned UL = unsigned long E indicates scientific notation eg 4.49e4 = 44900 hence...