Hi, Thank you for your ideas. I finally found the answer: the line numbers in the search result are wrong because some of my files are no more in correct PC...
5324
getafixx
Jul 18, 2007 9:21 am
Hello EP list Just starting new job, and did what I normally do which is install EP and then copy contents of a folder on portable drive which then means that...
5325
DZ-Jay
dzfoo
Jul 18, 2007 10:46 am
After installing EditPlus, you must tell it where the INI configuration files reside. I believe this is in the Tools menu. dZ. ... -- "Bastard Operators don't...
5326
getafixx@...
getafixx
Jul 18, 2007 10:56 am
Nice one, that's a new feature to me! Thanks Justin...
5327
DZ-Jay
dzfoo
Jul 18, 2007 11:07 am
Hmm, its not a new feature. Its that in the past, all INI files were thrown in the installation directory, but you had the option to put them somewhere else....
5328
Richard Grevers
nztheatre
Jul 23, 2007 10:36 pm
I mark up pages using a number of writing systems as part of my work (e.g. Japanese, Chinese, Korean and Hindi). I have noticed a problem creating UTF-8...
5329
DZ-Jay
dzfoo
Jul 24, 2007 9:28 am
Hello: I would report this particular issue to <support@...>. It seems to be a real problem. dZ....
5330
Richard Grevers
nztheatre
Jul 24, 2007 10:15 pm
On Tue, 24 Jul 2007 21:27:35 +1200, DZ-Jay <dz@...> gave utterance ... (problem = cursor position wrong with text containing unicode diacritical ...
5331
Greg Presedo-Floyd
gregpf_at_br...
Jul 26, 2007 5:53 am
(1) I have a file that contains only these 3 lines 2800 -89.77 -139.94 (2) I select these lines and then click Tools ==> Sum and it gives this incorrect...
5332
Brad Sherwood
bpsshopping
Jul 26, 2007 12:15 pm
Looking for help to have an EditPlus Regular Expressions perform the following in a single Search & Replace operation. Convert From mm/dd/yyyy hh:mm xM where...
5333
T Cosmas
t_cosmas
Jul 26, 2007 2:00 pm
I would agree. It seems that EP is ignoring any 'text' and just assumes the numbers are positive. Why would anyone want to add negative numbers?! :-(...
5334
Kurt Jung
kwj_1
Jul 26, 2007 2:40 pm
... Problems like these are straightforward with EditPlus text filters. Take a look at Mark Kahn's script on ...
5335
T Cosmas
t_cosmas
Aug 1, 2007 1:23 pm
Can someone suggest a regular expression which would allow me to make the following change? Input text: tom.cosmas@... Output text: tom . cosmas AT...
5336
Aleem Juma
aleemjuma
Aug 1, 2007 1:43 pm
My first instinct would be: Find ([^\.]*)\.([^@]*)@([^92;.]*)92;.([^92;.]*)92;.(.*)$ Replace with \1 . \2 AT \3 . \4 . \5...
5337
java4u1129
Aug 1, 2007 2:10 pm
Hi Friends, Am a newbie. I have configured user tools for compiling and running java sources. When am trying to compile/run a simple program, am getting a pop...
5338
dz@...
dzfoo
Aug 1, 2007 2:35 pm
If the pattern of the e-mail address will always be the same, you can try this: Find: ^([^.]+)\.([^\@]+)\@([^.]+)92;.([^.]+)\.([^.]+)$ Replace: \1 . \2 AT \3...
5339
Mark Kahn
CWolves
Aug 1, 2007 2:39 pm
no, it's not possible if you're trying to do this on general e-mail addresses simply because you could potentially have a dozen periods in your e-mail: ...
5340
Mark Kahn
CWolves
Aug 1, 2007 2:42 pm
oh, and also note that if you're doing this for the same of preventing e-mail harvesting, it's hardly even worth the effort as it's just as simply to harvest...
5341
Aleem Juma
aleemjuma
Aug 2, 2007 8:37 am
Can you paste in your user tool configuration please...
5342
cyberfunkr
Aug 7, 2007 4:47 pm
Checking the EditPlus website, there is a semi-recent patch out that covers this. DATE: 2007-07-10 BUILD: 514 This is a patch file to fix the bugs of EditPlus...
5343
Michael L. Jones
mljones1947
Aug 8, 2007 9:01 pm
In case you missed it, there is a new bug patch available (Build 524, dated 2007-08-02) at http://www.editplus.com/trouble.html....
5344
Andrew
mr_aprice
Aug 8, 2007 11:37 pm
Hi All, Hey Michael, ignore that email I just sent you. FYI I have just noticed that if you click on the "Click here to Download the latest patch file" it will...
5345
T Cosmas
t_cosmas
Aug 9, 2007 3:15 am
Link should have been to http://www.editplus.com/trouble.html Note: This patch fixes the "Sum" error of ignoring the negative sign!...
5346
Richard Grevers
nztheatre
Aug 13, 2007 11:25 pm
I had been editing a UTF-8 text file which contained a mixture of Chinese and other non-western characters. When uploaded to the server, the script which has...
5347
Mishail
mishail_mishail
Aug 14, 2007 1:34 pm
Hope this will help. http://img101.imageshack.us/img101/3028/bomqz8.png EditPlus v2.31 (429) Best regards, *Mishail* ... Subject: [edit+] Removing a BOM From:...
5348
Mark Kahn
CWolves
Aug 14, 2007 2:26 pm
off topic, Mishail - if you're on windows, what skin is that? -Mark ... [Non-text portions of this message have been removed]...
5349
Richard Grevers
nztheatre
Aug 14, 2007 9:32 pm
On Tue, 14 Aug 2007 18:10:49 +1200, Mishail <mishail.mishail@...> ... Thanks Mishail - for some reason I had always skipped that pane of preferences! -- ...
5350
Mishail
mishail_mishail
Aug 14, 2007 10:48 pm
Hi Mark, That's GUI.Relax by b0se: http://b0se.deviantart.com/art/GUI-Relax-45441528 ... -- ... Regards, - Mishail...
5351
Grant W.
asilentfriend
Aug 16, 2007 7:09 pm
I have wriiten an enhanced find tool in AutoHotKey that I would like to change to allow searching from the top of the file or the current line. How can I...
5352
Mark Kahn
CWolves
Aug 16, 2007 9:17 pm
if it's a user tool you can pass $(CurLine) to the tool. Also, autohotkey can grab the value out of any label box in an application, which is likely what is at...