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] Bug Report(s) (SourceForge.net)
2. [notepad-plus - Help] Feature Request: FIND ENHANCEMENTS
(SourceForge.net)
3. [notepad-plus - Plugin Development] Function list: Windows
Driver Functions (SourceForge.net)
4. [notepad-plus - Plugin Development] RE: Function list:
Windows Driver Functions (SourceForge.net)
5. [notepad-plus - Help] RE: Feature Request: FIND ENHANCEMENTS
(SourceForge.net)
6. [notepad-plus - Open Discussion] RE: [Feature Request]
Mac-like "File Drawer" (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Notepad++ 2008 release -
v4.7 (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Bug Report(s)
(SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Notepad++ 2008 release -
v4.7 (SourceForge.net)
10. [notepad-plus - Open Discussion] Wrap affects the "show last
position" (SourceForge.net)
11. [notepad-plus - Open Discussion] RE: Notepad++ 2008 release -
v4.7 (SourceForge.net)
12. [notepad-plus - Open Discussion] RE: Notepad++ 2008 release -
v4.7 (SourceForge.net)
13. [notepad-plus - Open Discussion] RE: Notepad++ 2008 release -
v4.7 (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 01 Jan 2008 00:58:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Bug
Report(s)
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=4696856
By: johnsonlam
1) Replace function will ignore the selected text in 'block selection' mode,
it still replace the non-selected characters just like selected the whole line.
2) Using 'TextFX characters -> Sentence Case.' with a long text file (998 line
subtitle) will cause Notepad++ hangup (double checked on v4.6 and v4.7), divide
the line to approx. 300 lines, and redo 3 times will be OK.
______________________________________________________________________
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: Tue, 01 Jan 2008 01:17:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Feature Request:
FIND ENHANCEMENTS
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=4696865
By: nobody
Could you PLEASE remember the last state of the find dialog, across sessions.
Particularly:
- Display Position (or default to MIDDLE so you can see context); I frequently
search for a word and need to see a few lines below it. e.g. Search an ntbackup
log looking for " complete".
Could you PLEASE allow find options to be set in preferences. Particularly:
- turn OFF wrap.
Could you PLEASE ungrey the up/down directions when middle is selected.
Correction:
When you select up, don't grey out Display Position. And, having chosen, middle,
don't unselect up/down. (I forget which direction I was going in.)
I've just updated to 4.7. I see that some of the comments above are no longer
accurate, or not exactly / precisely described.
Hopefully you will be able to follow my intent rather than strictly the writing.
Remember / allow options to set find defaults, such as no wrap. And don't
grey/blank
out anything under any circumstances. Or rather, if you must grey out, don't
also blank out - the current direction should always be displayed, even if it
is the required / default.
Thanks. And _THANKS_ so much for the app.
Kind regards.
______________________________________________________________________
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: Tue, 01 Jan 2008 06:44:45 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Function list: Windows Driver Functions
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=4697004
By: nobody
Hello, everyone.
I'm a driver coder.Usually I wrote my function like this:
NTSTATUS
DriverEntry(
IN PDRIVER_OBJECT DriverObject,
IN PUNICODE_STRING RegistryPath
)
{
.... // function body
}
The 1.2 Funtion list plugin works well with this style.
But the 2.0 alpha do not. The function was not shown in function list.
I tried to add my own language parsing rule. But it did not work.
I need some help.
I'm sorry for my poor english.
My email address is: [EMAIL PROTECTED]
______________________________________________________________________
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: 4
Date: Tue, 01 Jan 2008 07:51:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Function list: Windows Driver Functions
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=4697039
By: nobody
I guess anybody could simply post their reply here, so there is no need te enter
an email address. If you want to collect other people's existing email address,
you can, of course.
______________________________________________________________________
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, 01 Jan 2008 07:55:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Feature
Request: FIND ENHANCEMENTS
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=4697042
By: nobody
> Could you PLEASE allow find options to be set in preferences. Particularly:
> - turn OFF wrap.
I've asked this before in a less urging manner (PLEASE, ARE YOU DYING?), so
I guess it's not all that important. I find it annoying, too, but hey, I still
live.
Would have been nice, though, if you had posted your message as a reply to
earlier
requests, so it would have been visible how long it takes to process a request.
:)
______________________________________________________________________
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, 01 Jan 2008 07:57:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
[Feature Request] Mac-like "File Drawer"
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=4697044
By: nobody
> (It wouldn't be necessary to recurse into subdirectories of course).
Why not? What's so logical ("of course") about that statement?
______________________________________________________________________
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: Tue, 01 Jan 2008 08:02:54 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ 2008 release - v4.7
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=4697049
By: nobody
Could this in any way be related to the Simple Script Plug-In hanging when the
Script Writer docked window is undocked?
______________________________________________________________________
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, 01 Jan 2008 08:05:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Bug
Report(s)
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=4697052
By: nobody
What is this, one bug report, or two bug reportS?
______________________________________________________________________
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, 01 Jan 2008 08:20:11 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ 2008 release - v4.7
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=4697065
By: nobody
Not sure if this was reported before (Sourceforge has really messed up
interface)
or fixed in 4.6 or 4.7 but in 4.5 the Run dialog doesn't work when there is
a space in the program path so if I enter C:\Program Files\GanttPV\GanttPV.exe
and press Run it doesn't do anything. But if I change Program Files to Progra~1
it works.
______________________________________________________________________
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: Tue, 01 Jan 2008 08:39:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Wrap
affects the "show last position"
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=4697086
By: nobody
Somebody care to backup me for this MAJOR BUG to be resolved? Please? I love
Notepad++ but this bug does my head in..
Take a look:
http://sourceforge.net/tracker/index.php?func=detail&atid=612382&aid=1392943&gro
up_id=95717
______________________________________________________________________
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, 01 Jan 2008 08:46:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ 2008 release - v4.7
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=4697088
By: nobody
No worry. Not in my case ;). It has nothing to with any other plugin then my
"demo 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=331753
------------------------------
Message: 12
Date: Tue, 01 Jan 2008 08:47:15 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ 2008 release - v4.7
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=4697090
By: nobody
Thanks for the update.
Though you could have warned that session is emptied when updating. Is there
any other settings that gets changed when updated? Style settings?
______________________________________________________________________
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, 01 Jan 2008 09:33:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ 2008 release - v4.7
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=4697121
By: bullock
Well done. Thank you, Don.
I also lost my session and most-recently used file history upon installing 4.7.
Before upgrading, users will probably want to make backup copies of the files
%AppData%\Notepad++\config.xml
%AppData%\Notepad++\session.xml
(Possibly other files as well, as I have not determined systematically what
all is lost).
Happy New Year to you.
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
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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 20, Issue 2
************************************************