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 - Open Discussion] RE: RegExp -- why no
"[a-z]{3, 6}"? (SourceForge.net)
2. [notepad-plus - Help] RE: Preprocessor Highlighting (C++)
(SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Can't copy and paste
with 4.8.2 (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Save and load sessions:
some peculiaritie (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: RegExp -- why no
"[a-z]{3, 6}"? (SourceForge.net)
6. [notepad-plus - Open Discussion] Wordwrap and taskswitching
(SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Extend preference
dialogue with default d (SourceForge.net)
8. [notepad-plus - Plugin Development] Intellisense-style
tooltip plugin? (SourceForge.net)
9. [notepad-plus - Plugin Development] Color Picker -- stand
alone version (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Line number: Notepad++
and LaTeX (SourceForge.net)
11. [notepad-plus - Plugin Development] RE: from ultraedit to
notepad++ (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Sat, 22 Mar 2008 11:54:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
RegExp -- why no "[a-z]{3, 6}"?
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=4858402
By: nobody
Scintilla is a cross-platform component and, when we talk about Regular
Expressions,
we are talking about clear C++ without any platform-specific code. So you can
make a patch for Scintilla without any problems.
______________________________________________________________________
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: 2
Date: Sat, 22 Mar 2008 13:11:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Preprocessor
Highlighting (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=4858484
By: nobody
Perhaps you could define a comment (symbol or string) to show the part after
the directive in another color.
______________________________________________________________________
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: Sat, 22 Mar 2008 13:24:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Can't copy and paste with 4.8.2
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=4858498
By: nobody
Search for "Ctrl+Ins" or "Shift+Ins".
______________________________________________________________________
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: Sat, 22 Mar 2008 13:27:09 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Save
and load sessions: some peculiaritie
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=4858502
By: nobody
You might have been thinking about an option in Notepad++ to always open a
session
in a separate instance, which will be saved again to the opened session file
instead of the default session file. I guess this could overcome part of your
problems, but perhaps you overlooked this.
______________________________________________________________________
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: Sat, 22 Mar 2008 13:44:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
RegExp -- why no "[a-z]{3, 6}"?
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=4858516
By: mhuffman
Have a look at PCRE - Perl Compatible Regular Expressions at
http://www.pcre.org/
The source code can be compiled with various compilers, including Visual C++
Mike
______________________________________________________________________
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: Sat, 22 Mar 2008 14:00:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Wordwrap
and taskswitching
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=4858534
By: nobody
When I have a text wordwrapped, cursor at the bottom and switch to another
program
and back, the cursor has been moved some lines above.
Is this a feature or a bug? ;-)
Greetings, Wouter
______________________________________________________________________
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: Sat, 22 Mar 2008 13:34:16 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Extend preference dialogue with default d
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=4858507
By: nobody
I would be a good thing if the directory (handler) for opening and storing
sessions
is separated from the files'. I can't think of any other category of files or
directories now that are used next to those.
I'm not sure if it would be good to store those directories, since this may
result in problems when using the portable version of Notepad++.
______________________________________________________________________
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: Sat, 22 Mar 2008 14:18:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Intellisense-style tooltip plugin?
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=4858558
By: nobody
I would like to see an Intellisense-style plugin that would show the arguments
needed for a function (read from an API file) in a tooltip whenever a supported
function was entered. I know this already exists for Scite, as well as a few
other text editors and IDEs.
______________________________________________________________________
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: 9
Date: Sat, 22 Mar 2008 15:14:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Color
Picker -- stand alone version
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=4858620
By: mathgod
Greetings,
I just released a stand alone version of my Color Picker plugin.
http://saturn.walagata.com/w/mathgod/stuff/colorpicker20.zip
The download link is a zip file that contains the executable. There is no source
or help file.
This color picker copies the selected color to the clipboard for pasting into
another editor or IDE.
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=482781
------------------------------
Message: 10
Date: Sat, 22 Mar 2008 13:36:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Line
number: Notepad++ and LaTeX
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=4858510
By: nobody
Could you perhaps explain what you really mean? I can't figure out what kind
of change or addition it is that you propose.
______________________________________________________________________
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: Sat, 22 Mar 2008 16:47:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
from ultraedit to notepad++
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=4858682
By: nobody
set to XML or rather HTML
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 22, Issue 93
*************************************************