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: Plugin fails to load
(SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Highlighting />
shorthand (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Ctrl+L /Ctrl + U for
Lower/Upper case (SourceForge.net)
4. [notepad-plus - Plugin Development] RE: New Explorer 1.5
available!!! (SourceForge.net)
5. [notepad-plus - Help] auto-insert TAB after { and ENTER
(SourceForge.net)
6. [notepad-plus - Plugin Development] RE: Plugin fails to load
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: OpenLazlo (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Simple Enhancement /
Multifile Replace (SourceForge.net)
9. [notepad-plus - Help] RE: Files don't always show in the
explorer t (SourceForge.net)
10. [notepad-plus - Open Discussion] BUG: CTRL-SHIFT-DOWN, stuck
on empty line (SourceForge.net)
11. [notepad-plus - Open Discussion] RE: Notepad++ v4.2.1 comes
out -> fix crash i (SourceForge.net)
12. [notepad-plus - Open Discussion] RE: BUG: CTRL-SHIFT-DOWN,
stuck on empty line (SourceForge.net)
13. [notepad-plus - Help] Column Editing? (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 14 Aug 2007 09:39:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Plugin fails to load
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=4464658
By: nobody
Thanks for posting, but I already had the _pShKey field. It is present in the
PluginInterface.h, NppInsertPlugin.zip that I downloaded. Perhaps you had an
older version of NppInsertPlugin.zip?
Anyway, the problem was solved for me when I posted 2007-08-11. I simply put
the initialization elsewhere, where it executes before getFuncsArray() returns.
N++ accepted the plugin then.
______________________________________________________________________
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: Tue, 14 Aug 2007 09:40:34 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Highlighting /> shorthand
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=4464660
By: vor0nwe
Tag closures like /> _are_ highlighted, but somehow by default that style isn't
editable, and it's identical to the default style.
This can be fixed by editing stylers.xml.
- Open stylers.xml
- Look up the <LexerType name="html"...></LexerType>
- In there, make sure there's a <WordsStyle/> element with styleID="11"; that
will contain the style information for tag closures.
For example: <WordsStyle name="Closing tag" styleID="11" fgColor="0000FF"
bgColor="FFFFFF" fontName="Consolas" fontStyle="0" fontSize="" />
- Save it.
It will now appear in the Styler Configuration dialog (but you can set the
colours
directly in the file as well).
Note that if you edit it using Notepad++, the file will be in use, so you won't
be able to save it. Just save it to a different folder (or another name), exit
Notepad++, and swap the 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=331753
------------------------------
Message: 3
Date: Tue, 14 Aug 2007 09:46:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Ctrl+L /Ctrl + U for Lower/Upper case
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=4464672
By: vor0nwe
I don't agree.
But anyway, that's something you can easily change for yourself, using the
Shortcut
Mapper(in the Settings menu).
______________________________________________________________________
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: 4
Date: Tue, 14 Aug 2007 09:53:59 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New Explorer 1.5 available!!!
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=4464683
By: nobody
Th icon redraw issues are real though :-)
MarkB
______________________________________________________________________
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: 5
Date: Tue, 14 Aug 2007 10:05:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] auto-insert TAB
after { and ENTER
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=4464816
By: nobody
Hi.. I've got problems in making Notepad++ insert TAB after typing { and then
Enter, also SHITF-TAB the } sign.
PWL
______________________________________________________________________
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: Tue, 14 Aug 2007 10:11:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Plugin fails to load
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=4464825
By: artiche
Actually I didn't use NppInsertPlugin, but NppPluginDemo whitch is available
on the french version of the plugin howto page (and not on the english version,
i just noticed)
http://notepad-plus.sourceforge.net/commun/misc/NppPluginDemo.zip
...and that demo plugin is indeed outdated.
______________________________________________________________________
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: 7
Date: Tue, 14 Aug 2007 10:15:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
OpenLazlo
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=4464831
By: vor0nwe
Well... OpenLaszlo seems to be an XML format. XML highlighting is already
supported.
For a preview, use the Run menu commands to launch a file.
To compile, use the NppExec plug-in.
To add keyword support, you can create an .api file; and you could also try
the QuickText plug-in.
What else would you need?
______________________________________________________________________
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: Tue, 14 Aug 2007 10:17:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Simple Enhancement / Multifile 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=4464833
By: vor0nwe
Not if you use the 'Search In Files'-plugin.
See http://sf.net/projects/npp-plugins
______________________________________________________________________
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: 9
Date: Tue, 14 Aug 2007 10:25:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Files don't
always show in the explorer t
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=4464843
By: m_a_sridhar
Just a follow-up to my own question. I seem to have this problem on my Windows
2000 system, but not on Windows XP. But I can't say for sure exactly what
triggers
this problem.
______________________________________________________________________
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: 10
Date: Tue, 14 Aug 2007 10:31:40 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] BUG:
CTRL-SHIFT-DOWN, stuck on empty line
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=4464850
By: nobody
Hi!
There is a bug at least since V4.0, so it's time to report it ;-)
If you move a line with some text using Ctrl-Shift-CursorDown it gets stuck
on empty lines, i.e. you cannot move across them. Tried in win/unix/mac-mode,
no difference.
With Ctrl-Shift-CursorUp on the other hand it works, you can just walk from
bottom to top with the line choosen.
Best regards
ar
______________________________________________________________________
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: 11
Date: Tue, 14 Aug 2007 10:39:34 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v4.2.1 comes out -> fix crash i
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=4464862
By: nobody
"I personally do not appreciate the use of profanity in error messages. It is
EXTREMELY unprofessional."
I personally don't mind, it's kind of fun. Who cares whether the program looks
unprofessional ? I enjoy the "Zyva!" button (French slang for "Go!"). Texts
are merely a detail, and I'd say that bug fixes are infinitely more important
than watching out not to hurt sensitive people's feelings.
______________________________________________________________________
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: Tue, 14 Aug 2007 10:49:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: BUG:
CTRL-SHIFT-DOWN, stuck on empty line
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=4464875
By: nobody
Well, since the bug is there, it has also been reported. So you're not really
telling anything new. Is it a bug in forum users that they don't look first
if an error has been reported before?
______________________________________________________________________
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: 13
Date: Tue, 14 Aug 2007 11:51:23 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Column Editing?
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=4465004
By: nobody
Can you edit columns in Notepad ++? I can't find anything about it in the online
help. I'm meaning in a straight notepad file.
______________________________________________________________________
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: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 15, Issue 35
*************************************************