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 - Help] .asp include crash (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Suggestion - Trim
Function (SourceForge.net)
3. [notepad-plus - Help] Function List for User-Defined Language
(SourceForge.net)
4. [notepad-plus - Open Discussion] TextFX -> Edit -> leading
tabs <-> spaces (SourceForge.net)
5. [notepad-plus - Open Discussion] cannot click task bar to
bring back focus (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: cannot click task bar to
bring back focus (SourceForge.net)
7. [notepad-plus - Help] GDATA AntiVirus: Downloader2.AKG in npp
(SourceForge.net)
8. [notepad-plus - Help] RE: Function List for User-Defined
Language (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Suggestion - Trim
Function (SourceForge.net)
10. [notepad-plus - Help] RE: .asp include crash (SourceForge.net)
11. [notepad-plus - Help] RE: Verilog/Costume function/folding
(SourceForge.net)
12. [notepad-plus - Plugin Development] RE: html tag highlighting
- just like bracket (SourceForge.net)
13. [notepad-plus - Open Discussion] When is the next release?
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 03 Jul 2007 18:00:14 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] .asp include crash
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=4395178
By: nobody
I've been having trouble opening .asp files that contain includes.
The start of my asp file contains:
<!--#include file="constants.asp"-->
and when I open it with Notepad++, it crashes every time. I remove the code
and it plays nice.
I need to have the above code in there without it crashing. Any ideas on a fix
for this?
Thanks for any help
______________________________________________________________________
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: 2
Date: Tue, 03 Jul 2007 19:36:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Suggestion - Trim Function
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=4395255
By: pshute
Edit/Trim Trailing Spaces will trim every trailing space and tab in the file.
Plugins/TextFX Edit/Trim Trailing Space will trim just trailing spaces (not
tabs) for the selected lines. It can also work on the spaces at the right hand
edge of a block selection.
To remove newlines, I recommend using method 1.3 at
http://notepad-plus.wiki.sourceforge.net/FindReplaceNewlineHowTo .
______________________________________________________________________
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, 03 Jul 2007 21:05:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Function List for
User-Defined Language
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=4395313
By: simon-lai
Hi,
I have been trying to create parsing rules for my language but without any
success.
I wonder if anyone can help.
In its simplest form, the language syntax looks like the next 2 lines
keyword_begin function_name ;
keyword_end ;
So I defined the following in the Function List Parsing Rules dialog box via
Plugins ->Function List -> User Rules and select my language.
Function Begin: <\keyword_begin\>
Function List Name: [a-zA-Z_]+
Function End: <\;\>
Body End: <\keyword_end ;\>
All other fields are left blank.
When I press the Try! button nothing happens. Please help.
Thanks in advance.
______________________________________________________________________
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: Tue, 03 Jul 2007 21:14:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] TextFX
-> Edit -> leading tabs <-> spaces
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=4395320
By: nobody
Version 4.1.1, Chinese (Traditional chars).
TextFX -> TextFX Edit -> leading space to tabs or tabs to spaces
This cannot convert leading spaces to tabs or the other
way around. This seems to do nothing.
Thanks.
Qiyao, <lotus (at) ms2.url.com.tw>
______________________________________________________________________
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: 5
Date: Tue, 03 Jul 2007 21:19:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] cannot
click task bar to bring back focus
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=4395325
By: nobody
Windows XP Home SP2, Chinese (Traditional chars).
Version 4.1.1, Chinese (Traditional chars).
1. Open the "Search -> Find" window.
2. Click the Windows task bar on the bottom of the
screen, so that the focus is on another application.
3. Click "Notepad++" on the
the Windows task bar on the bottom of the
screen. It cannot bring Notepad++ back to focus.
4. Using Alt+Tab can bring Notepad++ back to focus.
Thanks.
Qiyao, <lotus (at) ms2.url.com.tw>
______________________________________________________________________
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: 6
Date: Tue, 03 Jul 2007 22:14:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
cannot click task bar to bring back focus
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=4395362
By: bullock
Doing those steps with 4.1.2, the NP++ edit window gets the focus. Is that
what you get?
If not, upgrade to 4.1.2, and if you're using the Explorer and/or Function List
plugins, upgrade to the current versions of those as well.
Regards.
Greg
______________________________________________________________________
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: 7
Date: Wed, 04 Jul 2007 00:04:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] GDATA AntiVirus:
Downloader2.AKG in npp
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=4395464
By: nobody
GDATA AntiVirus 8.0 1.6.2007 moved download of npp.4.1.2.Installer.exe
in quarantine.
Virus found:
W32/Downloader2.AKG (Engine A)
Kai
______________________________________________________________________
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: Wed, 04 Jul 2007 01:34:40 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Function List
for User-Defined Language
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=4395553
By: nobody
Hello,
the parser need the positions of white spaces too. This you should change:
Function Begin: <\keyword_begin\>[ \t]+
Function List Name: [a-zA-Z_]+
Function End: [ \t]*<\;\>
Body End: <\keyword_end\>[ \t];
Best Regards
Jens
______________________________________________________________________
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: 9
Date: Wed, 04 Jul 2007 02:00:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Suggestion - Trim Function
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=4395588
By: nobody
Trim Trailing Spaces does NOT trim trailing tab characters.
______________________________________________________________________
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, 04 Jul 2007 02:33:45 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: .asp include
crash
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=4395626
By: nobody
I just tested under v4.1.2, it works fine for me.
Nobody
______________________________________________________________________
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, 04 Jul 2007 06:16:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Verilog/Costume
function/folding
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=4395960
By: nobody
Yes, modules are used in design - functions and tasks used more in simulation
______________________________________________________________________
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: 12
Date: Wed, 04 Jul 2007 06:39:34 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
html tag highlighting - just like bracket
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=4395988
By: nobody
so I guess this is completely out of the question?
______________________________________________________________________
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: 13
Date: Wed, 04 Jul 2007 06:40:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] When is
the next release?
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=4395990
By: nobody
Just curious when the next release is planned and what features are being worked
on (if any)...
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 14, Issue 6
************************************************