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] Batch file debugger
(SourceForge.net)
2. [notepad-plus - Help] RE: Help needed saving a list as
different files (SourceForge.net)
3. [notepad-plus - Help] RE: Macro for search and replace
(SourceForge.net)
4. [notepad-plus - Help] Debugging Symbols (SourceForge.net)
5. [notepad-plus - Help] RE: UTF-8 without BOM bug? (SourceForge.net)
6. [notepad-plus - Help] RE: Macros (SourceForge.net)
7. [notepad-plus - Help] RE: Debugging Symbols (SourceForge.net)
8. [notepad-plus - Translation] RE: Italian Translation updated
(SourceForge.net)
9. Needs ... (George Kom)
10. [notepad-plus - Open Discussion] Notepad++ v5.1.4 just come
out (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Sun, 11 Jan 2009 15:26:47 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Batch
file debugger
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=6070738
By: ariel1234
HI,
Does NP++ has a Batch file debugger plugin?
if not, I think it could be a grate project to do
______________________________________________________________________
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: Sun, 11 Jan 2009 15:40:57 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help needed
saving a list as different 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=6070819
By: gadrin
You're welcome Marco,
The DOS command line (actually the command interpreter) has a help file. On
my system it's:
C:\WINDOWS\hh.exe C:\WINDOWS\Help\ntcmds.chm::/ntcmds.htm
There's a section called "Command shell overview" that has some details in it..
" Notes
The ampersand (&), pipe (|), and parentheses ( ) are special characters that
must be preceded by the escape character (^) or quotation marks when you pass
them as arguments. "
So if you get some weird/unusual quirks in your scripts/lines you can take a
look at those.
>
______________________________________________________________________
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: Sun, 11 Jan 2009 15:46:47 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Macro for
search and replace
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=6070858
By: gadrin
Probably the easiest way is to build a VBScript file that will do the work for
you.
Then you build a RUN command to call the VBScript file with full path of the
current file.
Or if you build the VBScript file correctly, you can have it do any number of
files in a folder one
by one when your editing is finished.
I've done that will several HTML files where I strip out all <A href= tags from
several hundred
.html files.
>
______________________________________________________________________
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: Sun, 11 Jan 2009 16:07:35 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Debugging Symbols
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=6070994
By: bsdz
Hi
I am using Notepad++ 5.13 on Windows XP.
It crashes intermittently. Are there any debugging symbols I can download
(without
compiling the source myself) so I can analyse the crash before I submit a bug.
Thanks
Blair
______________________________________________________________________
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: Sun, 11 Jan 2009 19:32:41 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: UTF-8 without
BOM bug?
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=6072396
By: tanman1217
Don said, "If new document encoding is set as UTF8 w/o BOM, then all opened
ansi file will be open in this mode. If there's no non ASCII characters typed,
then the file is always saved as ANSI. So there's no problem."
Don, you are absolutely correct, and your solution is perfect. Thank you.
So that everyone understands, Windows does not store the character set encoding
used for the file. So the only way to determine the encoding is to look at the
file. The first 128 characters of UTF-8 encoding are the ASCII character set.
The same is true of ANSI - its first 128 characters as ASCII also. So if a
"UTF-8"
file has only ASCII characters (and no BOM), there is NO difference between
it and the corresponding ANSI file.
So when Don says the file will always be saved as ANSI, unless a non-ASCII
character
is added to the file, this is absolutely correct. He could have said the file
will be saved as UTF-8, because unless the file has a BOM, it is no different
from the corresponding ANSI file.
I hope this helps,
TanMan
______________________________________________________________________
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: Sun, 11 Jan 2009 19:58:58 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Macros
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=6072713
By: textech
Yes, you can edit a macro. You cannot use Notepad++ to edit the macro. Notepad++
must be closed.
Using Notepad (not Notepad++), or whatever other text editing program you have,
open the file:
C:\Documents and Settings\UserName\Application Data\Notepad++\shortcuts.xml
Search for the name of the macro.
I do not know all the ins and outs of the xml code used to create a macro, but
it appears that each line in the macro is one keypress. You may have to take
off your shoes to start counting each key pressed when you create a macro.
Maybe another XML editing program will help, but XML is just plain text, so
any text editor will work. A text editor with line numbering would be a big
help, but not Notepad++.
I have created my macros with some extra characters (like a tilde) which I then
erase while creating the macro. This places the tilde in the macro that I use
as bookmarks to help edit the macro.
______________________________________________________________________
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: Sun, 11 Jan 2009 22:18:41 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Debugging
Symbols
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=6075018
By: jaloola
No,
Notepad++ Doesn't have a crash debugger function...
Though you can send the Windows Error Reporting stuff over...
Allen
______________________________________________________________________
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: 8
Date: Sun, 11 Jan 2009 23:03:16 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Translation] RE: Italian
Translation updated
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=6075735
By: ices_eyes
Typo error in the last version, here the correct one! :)
http://localhostr.com/files/8944e4/italian.zip
______________________________________________________________________
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: Sun, 11 Jan 2009 21:19:11 +0200
From: George Kom <[email protected]>
Subject: [Notepad-plus-plus] Needs ...
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-7; format=flowed
Hello all
Many thouts about my needs from the very good n++. Just needs and
thoughts...
Thank's
a textFX need to me. I have many words, and some of that are the
same, so i whant o command that all double words remain and delete
others, and of cource the inverse command
on ver 5.1.1 i whant to record this. Copy the word where cursor is
and find all occurenses, but i cant record this ...
an important option is the ability to insert icons as chars. The
size will be at first as chars, but the user can change. The new file
extension perhaps nf(=new file) and the internal forma xml. Like
inkscape the images can convert to text.
uniq word, with add and aferesis(-) words.
viewing ascii chars in editor
viewing ascci char on right down the cursor char
keep track of files even in unicode dir format like n++5.03
ctrl+shift+up moving selected paragraphs
Ccombobox list for jobs - eatch job opens many files
moving the project to Code::Blocks and Widgets frameworg
a script language ?
insert boa constructor under n++ ?
------------------------------
Message: 10
Date: Mon, 12 Jan 2009 00:36:54 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Notepad++ v5.1.4 just come out
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=6076426
By: donho
In this version, a help file (Thanx to Harry) is included in the binary release.
This help document is very well done so please RTFM before you post your
question
on the forums.
Another feature is user can change the localization on the run time (which makes
Notepad++ translators' life easier).
Here's Notepad++ v5.1.4 new feature and fixed bugs (from v5.1.3) :
1. Add localization on run time feature : Change language on the run time for
Unicode version (via preferences dialog).
2. Add the ability to force opened ANSI document as UTF-8 w/o BOM.
3. Fix verbose backup bug (while the backup dir is not set).
4. Fix bug that external lexer doesn't work with Unicode version.
5. Fix recent files list bug.
6. Include a help content file.
7. Add new plugin notification message NPPN_WORDSTYLESUPDATED.
8. Add 2 plugin messages for shortcut feature : NPPN_SHORTCUTREMAPPED
notification
and NPPM_GETSHORTCUTBYCMDID message.
I work hard for this release, so enjoy
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=331753
------------------------------
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 32, Issue 20
*************************************************