Send Notepad-plus-plus mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Notepad-plus-plus digest..."
Today's Topics:
1. [notepad-plus - Plugin Development] RE: Light Explorer: Only
hidden files (SFTPDR (SourceForge.net)
2. [notepad-plus - Help] RE: Need help using regex (SourceForge.net)
3. [notepad-plus - Help] RE: Tools to find and copy regex
matches in files (SourceForge.net)
4. [notepad-plus - Help] RE: Need help using regex (SourceForge.net)
5. [notepad-plus - Help] RE: how to get \t and not <tab>
(SourceForge.net)
6. [notepad-plus - Help] RE: function-list plugin problem
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Preferences and shortcut
(SourceForge.net)
8. [notepad-plus - Translation] RE: German translation for 4.8.5
(SourceForge.net)
9. [notepad-plus - Open Discussion] vulnerabilities in message
handlers (SourceForge.net)
10. [notepad-plus - Help] sot (SourceForge.net)
11. [notepad-plus - Open Discussion] Bug on Column Mode and
Selection (SourceForge.net)
12. [notepad-plus - Help] crashing at open files from the C:
(SourceForge.net)
13. [notepad-plus - Help] RE: crashing at open files from the C:
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 23 Apr 2008 11:38:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Light Explorer: Only hidden files (SFTPDR
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4923746
By: nobody
Hi Bj?rn,
thanks a lot for your response! Unfortunately, it does not help. Neither setting
the directory executable nor the files it contains solves the problem - I can
only see hidden files. How perverse ;)
Is there a way to alert the developers of this problem?
Regards,
Batrick
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=482781
------------------------------
Message: 2
Date: Wed, 23 Apr 2008 12:08:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Need help using
regex
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4923837
By: fool4uanyway
I'm sorry about that. I just wrote a nice reminder, referring to a couple of
previous threads and then I simply pushed the Back button. So I lost my message
completely. The previous message should read something like "&@#!*".
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 3
Date: Wed, 23 Apr 2008 12:21:23 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Tools to find
and copy regex matches in files
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4923885
By: fool4uanyway
> in the thread
"copy to clip all text matching regex pattern" (Help forum)
http://sourceforge.net/forum/forum.php?thread_id=2012623&forum_id=331754
This is the correct thread. The link in the previous message is the one of this
thread.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 4
Date: Wed, 23 Apr 2008 12:22:25 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Need help using
regex
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4923889
By: fool4uanyway
Will you allow me to reply still. Perhaps these references may to of use to
other readers. These "Need help using regex" threads are tremendously popular,
you know.
You can use the TextFX features to Show or Hide lines (not) containing some
text or regular expression copied to the clipboard.
"How to: copy lines by regex using TextFX Viz" (Help forum)
http://sourceforge.net/forum/forum.php?thread_id=1964719&forum_id=331754
The results, however, may not be 100% correct.
"Bug in TextFX Viz-Hide Lines with Text"
http://sourceforge.net/forum/forum.php?thread_id=1986375&forum_id=482781
Here's a thread dealing with only copying the matches themselves, instead of
lines containing them.
"copy to clip all text matching regex pattern" (Help forum)
http://sourceforge.net/forum/forum.php?thread_id=2012623&forum_id=331754
This thread also contains a message telling you which tools you can use to do
either, extract all matching lines or all matches only, at once.
"Tools to find and copy regex matches in files" (New)
http://sourceforge.net/forum/message.php?msg_id=4915704
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 5
Date: Wed, 23 Apr 2008 12:35:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to get \t
and not <tab>
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4923919
By: fool4uanyway
I believe this is impossible this way.
It seems the regex \t has a preference over the \\ (literal \).
There's one common sense solution and one better way to do what you want.
1. You can replace the c:<tab> by c:\t later, using non-regex mode.
2. You can group anything in regex mode that you want to re-place.
Find field:
(c:\\test\\).*(\.txt)
Replace field:
\1afile\2
This will look for the same matches, but allow you to re-place what you do not
want to be changed.
\1_______ : will re-place c:\test\
afile____ : will replace .* by (rename to) afile
\2_______ : will re-place the extension .txt
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 6
Date: Wed, 23 Apr 2008 13:15:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: function-list
plugin problem
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4924002
By: recklessb
Same here, went back to v4.8.2.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 7
Date: Wed, 23 Apr 2008 13:47:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Preferences and shortcut
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4924074
By: fool4uanyway
Menu____ : Settings
Option__ : Shortcut Mapper...
Button__ : Plugin commands
Double click on line 187 "E:Reindent C++ code".
Compose your desired shortcut here.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 8
Date: Wed, 23 Apr 2008 14:49:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: German
translation for 4.8.5
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4924191
By: janschreiber
'Codierung' changed to 'Kodierung' everywhere.
http://localhostr.com/files/80536f/German.xml
Thanks for the feedback.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=558104
------------------------------
Message: 9
Date: Wed, 23 Apr 2008 14:58:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
vulnerabilities in message handlers
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4924205
By: jermays
SendMessage( ... SCI_STYLESETFONT ... )
SendMessage( ... SCI_STYLEGETFONT ... )
using these, it appears that an external process can execute arbitrary code
with the priviledges of notepad++ process. perhaps not a huge deal. comments?
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 10
Date: Wed, 23 Apr 2008 16:40:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] sot
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4924331
By: nobody
I created an api file called batch.api which partially included the windows
cmd.exe command list.
(for /f "tokens=1 delims= " %a in ('HELP') do @echo %a) > batch.api
and put this file in C:\Program Files\Notepad++\plugins\APIs
I have no programming background but entertaining myself with batch, vbscript,
python, bash scripts gradually.
So, I put the file there but no autocomplete shows up when I choose batch
language
and write a command say dosk and press ctrl + space
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 11
Date: Wed, 23 Apr 2008 20:20:45 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bug on
Column Mode and Selection
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4924585
By: nebulom
Column mode with selection doesn't actually reflect on the Sel: info on the
status bar. See the shot here,
http://img149.imageshack.us/img149/4286/54649793gk0.jpg
Thanks.
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331753
------------------------------
Message: 12
Date: Thu, 24 Apr 2008 02:57:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] crashing at open
files from the C:
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4925226
By: nobody
The program is crashing at open files from the C: drive (drag and drop or open)
every Version include 4.8.5.
blueocean
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
Message: 13
Date: Thu, 24 Apr 2008 06:20:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: crashing at
open files from the C:
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="UTF-8"
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4925607
By: donho
Did you try the zipped version ?
Don
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=331754
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 23, Issue 66
*************************************************