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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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? ...
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...
... 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,...
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...
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...
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...
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...
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...
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...
... 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...
*.* 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...
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...,...
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...