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: NEW FunctionList v
2.0 ALPHA (SourceForge.net)
2. [notepad-plus - Open Discussion] Feature request:
multi-windowed doc editing (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: comment/uncomment
(SourceForge.net)
4. [notepad-plus - Help] RE: Help making a user-defined language
(SourceForge.net)
5. [notepad-plus - Open Discussion] Active links (SourceForge.net)
6. [notepad-plus - Open Discussion] feather request :
configurable backup (SourceForge.net)
7. [notepad-plus - Help] RE: Start minimized to systray
(SourceForge.net)
8. [notepad-plus - Help] RE: creating a new style for PHP
(SourceForge.net)
9. [notepad-plus - Plugin Development] RE: Plugin: NPPTextFX
(SourceForge.net)
10. [notepad-plus - Plugin Development] RE: Function list
(SourceForge.net)
11. [notepad-plus - Plugin Development] RE: Plugin: NPPTextFX
(SourceForge.net)
12. [notepad-plus - Help] multiple windows, NOT multiple
instances (SourceForge.net)
13. [notepad-plus - Open Discussion] RE: Suggestion: "Don't
search in comments" option (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Mon, 02 Jul 2007 02:17:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
NEW FunctionList v 2.0 ALPHA
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=4391441
By: nobody
Hello,
this isn't possible, sorry! The parser can't recognise nested "functions". This
didn't work either:
function1 () {
function2 () {
}
}
What you can do is to search only for the table start. Change the content to:
Function Begin: "<table\>.*name *= *"
Function List Name: "['"][\w_\$\[\]\.'"<?=>;]+['"]"
Body Begin: ""
Body End: "$"
Body Begin to Body End: ""
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=482781
------------------------------
Message: 2
Date: Mon, 02 Jul 2007 03:14:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
request: multi-windowed doc 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=4391514
By: nobody
I think, it will be useful if one document may be opened in few windows
sinchronously.
Unfortunately, I don't know any text editor with this functionality to give
an example.
______________________________________________________________________
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: Mon, 02 Jul 2007 03:29:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
comment/uncomment
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=4391534
By: nobody
I see a problem in the tracker for bugs/ features. They won?t ever close and
the priority won?t ever change, so no one knows if they got attention.
Thats also not a good documentation for the developer themselv ;)
______________________________________________________________________
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: Mon, 02 Jul 2007 06:29:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Help making a
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=4391757
By: seanhess
Hi Joel,
Thanks for responding. I was aware of those files, but had never thought of
changing how XML currently works. I wanted to make a *new* language definition
that started with XML, and added keyword highlighting, etc.
So, to make sure I understand you, you were recommending editing those files
and changing the XML implementation? Is there a way to copy the XML stuff and
create a copy with a different name.
Even if I were to do that, XML doesn't support keywords (it seems), while Flex
does. How, for example, could I add a keyword to xml and highlight it?
______________________________________________________________________
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: Mon, 02 Jul 2007 07:12:23 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Active
links
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=4391827
By: nobody
Please, I would like to have active links with "mailto:" and "file://", just
as you do with "http://".
Is there any hope to see this included in your wonderful Notepad++?
I'm waiting for this feature to make Notepad++ my default text reader. Now I
use Metapad.
Thank you very much.
______________________________________________________________________
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: Mon, 02 Jul 2007 07:39:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] feather
request : configurable backup
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=4391857
By: nobody
to config where the backup file are saved,and backup file name format
as that in UltraEdit
______________________________________________________________________
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: Mon, 02 Jul 2007 10:27:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Start minimized
to systray
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=4392760
By: nobody
Also tried via wscript, same result as with shortcut: minized to taskbar, not
systray.
Seems as if starting mimimized ignores the minimize to systray setting, hope
this will get fixed someday.
______________________________________________________________________
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: Mon, 02 Jul 2007 10:56:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: creating a new
style for PHP
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=4392811
By: nobody
Should I list this as a bug since there doesn't seem to be a fix?
______________________________________________________________________
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: Mon, 02 Jul 2007 11:10:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Plugin: NPPTextFX
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=4392838
By: nobody
I love Notepad++, and I love this plugin. But, can you change "Insert Date &
Time" so that the date is inserted before the time?
______________________________________________________________________
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: 10
Date: Mon, 02 Jul 2007 12:21:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Function list
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=4392963
By: nobody
It doesn't work for any languages. =(
It just says language not supported or feature not supported.
Did I get a bad version?
______________________________________________________________________
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: 11
Date: Mon, 02 Jul 2007 13:54:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Plugin: NPPTextFX
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=4393089
By: eksortso
I was the author of the above comment. I just realized, from reading the other
comments, that the time/date order was deliberate on your part, since your
native
language is read from right to left.
Is there a succinct way to insert the date in the proper order? I've only begun
reading the source code for the plugin.
______________________________________________________________________
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: 12
Date: Mon, 02 Jul 2007 16:45:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] multiple windows,
NOT multiple instances
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=4393267
By: nobody
if possible, in a future release I'd like a way to open multiple windows in
np++ without having to open multiple instances.
I am aware of the -multiInst option, but what I would really like is for the
new window to behave exactly like the current behaviour of multiple views in
a single window. (try right clicking a document tab and selecting 'clone to
another view' or 'go to another view'.)
so if I have a file open in two windows I would like one to be a clone of the
other, with changes I make in one being reflected in the other. I would like
to be able to send open files from one window to the other without having to
re-open it. these things can't be achieved (as far as I know) with multiple
instances.
it's just a thought; I know many people have made some noise here about opening
in a new window, and the -multiInst option is a reasonable workaround; multiple
windows could be quite different though, possibly much more useful.
______________________________________________________________________
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: Mon, 02 Jul 2007 16:56:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Suggestion: "Don't search in comments" option
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=4393276
By: countdown
Ok, today it works. I've just posted my request in the other section.
______________________________________________________________________
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 4
************************************************