Notepad-plus-plus Digest, Vol 21, Issue 92

2008-02-27 Thread notepad-plus-plus-request
Send Notepad-plus-plus mailing list submissions to
notepad-plus-plus@lists.sourceforge.net

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] RE: UPPERCASE tag area in   regex
  search+replac (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Replace in   block
  selection (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Why New  version can't
  use FUNCTION LIST plug (SourceForge.net)
   4. [notepad-plus - Help] RE: Vista Compatiblity (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Replace in   block
  selection (SourceForge.net)
   6. [notepad-plus - Help] Use the encoding "UTF   without BOM"
  (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Notepad++v4.8 official
  release (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Notepad++v4.8 official
  release (SourceForge.net)
   9. [notepad-plus - Open Discussion] Multiple shortcuts
  (Shift+Ins, etc.) (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Notepad++v4.8 official
  release (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Multiple shortcuts
  (Shift+Ins, etc.) (SourceForge.net)
  12. [notepad-plus - Help] RE: ASCII Support ... (SourceForge.net)
  13. [notepad-plus - Plugin Development] RE: New   plugin: CTAGS
  Support available (SourceForge.net)


--

Message: 1
Date: Tue, 26 Feb 2008 17:16:24 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: UPPERCASE tag
area in regex search+replac
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=4802847
By: kolya_

I'll answer this with what he said: "Thanks for the fun problem."
Yeah, I guess it's good to have friends like that. Here's the script:

// Save this as "replace.js". 
// File to be converted is called "file.txt". 
// Delimiters of the text to be converted are "" and ""
here.
// To start the script enter on a command prompt:
// cscript //E:jscript //NoLogo replace.js > new.txt
// "new.text" contains the converted data
var fso = new ActiveXObject('Scripting.FileSystemObject');
var fs = fso.OpenTextFile('file.txt');
var s = new String(fs.ReadAll());
fs.Close();
s = s.replace(/(.*?)<\/pattern>/gi, function($1){ return 
$1.replace(/>.*https://sourceforge.net/forum/unmonitor.php?forum_id=331754



--

Message: 2
Date: Tue, 26 Feb 2008 17:56:11 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Replace in  block selection
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=4802892
By: donncon

I'm finding this to be the case in 4.7.5.

__
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, 26 Feb 2008 22:49:38 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Why
New version can't use FUNCTION LIST plug
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=4803180
By: nobody

Hi, all , I found the reason now, because new Notepad++ didn't include
the "Function_list" plugin. But I need it , so I download a beta 
version(newlest)
of "Function_list"  and put it in the notepad++ plugin folder, but it can't
work!

Finally I download a stable version of  "Function_list" (1.2) it can !

The question is , this plugin is very usefull when you coding, like php, or
asp.

there will be many many function in one php page /asp page. it can easily goto
different part of page

__
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

Notepad-plus-plus Digest, Vol 21, Issue 93

2008-02-27 Thread notepad-plus-plus-request
Send Notepad-plus-plus mailing list submissions to
notepad-plus-plus@lists.sourceforge.net

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: Notepad++Update / Proxy
  Server (SourceForge.net)
   2. [notepad-plus - Help] Russian character (SourceForge.net)
   3. [notepad-plus - Help] RE: Russian character (SourceForge.net)
   4. [notepad-plus - Help] RE: SAS Files (SourceForge.net)
   5. [notepad-plus - Open Discussion] Clipboarderror at 4.8
  (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Clipboarderror at 4.8
  (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Clipboarderror at 4.8
  (SourceForge.net)
   8. [notepad-plus - Open Discussion] Performance (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE: New   plugin: CTAGS
  Support available (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4.8 (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Clipboarderror at 4.8
  (SourceForge.net)
  12. [notepad-plus - Help] RE: ASCII Support ... (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4.8 (SourceForge.net)
  14. [notepad-plus - Open Discussion] RE: Performance (SourceForge.net)


--

Message: 1
Date: Wed, 27 Feb 2008 03:00:38 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++   Update / Proxy Server
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=4803564
By: nobody

I second this request. The update feature now shows a curl error.

__
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: Wed, 27 Feb 2008 03:19:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Russian character
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=4803590
By: nobody

I can't write russian (cirilic) character! coding is wrong! :( But in console
- all it's right!

__
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: Wed, 27 Feb 2008 03:35:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Russian
character
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=4803610
By: nobody

It's for v.4.8.
V.4.7.5 - correct!

__
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: Wed, 27 Feb 2008 03:39:21 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: SAS Files
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=4803613
By: nobody

No one has any ideas how to do 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=331754



--

Message: 5
Date: Wed, 27 Feb 2008 03:40:16 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Clipboard   error at 4.8

Notepad-plus-plus Digest, Vol 21, Issue 94

2008-02-27 Thread notepad-plus-plus-request
Send Notepad-plus-plus mailing list submissions to
notepad-plus-plus@lists.sourceforge.net

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: Multiple shortcuts
  (Shift+Ins, etc.) (SourceForge.net)
   2. [notepad-plus - Open Discussion] WINXPbluescreen after
  upgrade 4.7.5 to 4.8 (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Notepad++v4.8 official
  release (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
   5. [notepad-plus - Help] RE: Russian character (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
   8. [notepad-plus - Open Discussion] Default  language & moving
  custom lang to main (SourceForge.net)
   9. [notepad-plus - Open Discussion] Website (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Notepad++v4.8 RC is
  available (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
  13. [notepad-plus - Open Discussion] Explenation of   some menu
  items (SourceForge.net)


--

Message: 1
Date: Wed, 27 Feb 2008 01:50:06 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Multipleshortcuts (Shift+Ins, etc.)
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=4803465
By: nobody

What will the effect be when changing the original shortcut after recording
the macro?

If I change CTRL+C to clear my document, for example, which action will the
recorded macro execute after that?


__
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: Wed, 27 Feb 2008 03:15:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] WINXP
bluescreen after upgrade 4.7.5 to 4.8
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=4803583
By: nobody

Hi,

today i upgrade my notepad++ 4.7.5 to 4.8 my WINXP profession crashs with
bluescreen.
When i backlevel the NP++ to 4.7.5 everything works ok.
I use the following plugins:
  477.696 ColorPicker.dll
233.472 ComparePlugin.dll
204.800 Explorer.dll
161.280 FTP_synchronizeA.dll
172.032 HexEditor.dll
172.032 LightExplorer.dll.jes
208.896 NppExec.dll
 54.272 NppExport.dll
132.096 NPPTextFX.dll
 61.440 NppTools.dll
184.320 QuickText.dll
163.840 SearchInFiles.dll
677.888 SimpleScript.dll
 77.824 SpellChecker.dll
110.592 WindowManager.dll

There are any problems with this plugins or the crash under WINXP and NP++ 4.8
known?
Many thanks and rgs Bob


__
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: Wed, 27 Feb 2008 04:50:18 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++   v4.8 official 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=4803727
By: donho

I confirm that the version of Explorer include in v4.8 is v1.7.2.

I will update this info in change log.

Don

__
You are receiving this email because you elected to moni

Notepad-plus-plus Digest, Vol 21, Issue 95

2008-02-27 Thread notepad-plus-plus-request
Send Notepad-plus-plus mailing list submissions to
notepad-plus-plus@lists.sourceforge.net

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:  Explenation of some menu
  items (SourceForge.net)
   2. [notepad-plus - Open Discussion] Pulky (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: *The New Version reboot
  my PC !! (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
   5. [notepad-plus - Help] Polish characters (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Notepad++v4.8 official
  release (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: New   plugin: CTAGS
  Support available (SourceForge.net)
   8. [notepad-plus - Help] Multi Language in UTF-8 encoding mode
  (SourceForge.net)
   9. [notepad-plus - Help] RE: I cant change a Theme (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Feature  request: Line
  Change Indicators (SourceForge.net)
  11. [notepad-plus - Help] Verbose backup bug on   local drive not
  C:? (SourceForge.net)
  12. [notepad-plus - Help] installer error (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)


--

Message: 1
Date: Wed, 27 Feb 2008 07:22:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Explenation of some menu items
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=4804077
By: nobody

// this is a block comment
/* this is a 
   stream comment */

__
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: Wed, 27 Feb 2008 07:41:31 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Pulky
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=4804131
By: nobody

The New Version reboot my PC (Win XP SP2), reinstall NP++ 4.8 black screan and
reeboot again, when I Try to open reboot I Have Win XP.

:-C

__
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: Wed, 27 Feb 2008 07:52:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: *The
New Version reboot my PC !!
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=4804160
By: nobody

See also the BSoD thread, its most likely related (probably have windows set
to reboot at BSoD)

__
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: Wed, 27 Feb 2008 07:56:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
WINXP   bluescreen after upgrade 4.7.5 to 4
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=4804174
By: nobody

I jsut remembered there was something about manifest files and BSoDs in Windows
XP. Though I dont think the one with Notepad++ should cause the crash (it hasnt
been changed since 4.2 afaik) it might be worth some investigation.

Is you windows fully updated?
http://support.microsoft.com/kb/921337

_

Notepad-plus-plus Digest, Vol 21, Issue 96

2008-02-27 Thread notepad-plus-plus-request
Send Notepad-plus-plus mailing list submissions to
notepad-plus-plus@lists.sourceforge.net

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] follow up to Installer  Error post
  (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Default  language &
  moving custom lang to main (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Pulky (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
   8. [notepad-plus - Help] RE: Where are customlanguages stored?
  (SourceForge.net)
   9. [notepad-plus - Help] RE: I cant change a Theme (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Feature  request: Line
  Change Indicators (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Multiple shortcuts
  (Shift+Ins, etc.) (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4.8 (SourceForge.net)


--

Message: 1
Date: Wed, 27 Feb 2008 10:24:57 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] follow up to
Installer   Error post
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=4804516
By: nobody

Please disregard my post of 2008-02-27 10:04. After disabling my antivirus 
software
and firewall the install of version 4.8 succeeded.

__
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: Wed, 27 Feb 2008 10:31:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
WINXP   bluescreen after upgrade 4.7.5 to 4
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=4804533
By: donho

Could you remove all plugins then launch Notepad++ or
just launch notepad++ under command line :
"C:\Program Files\Notepad++\notepad++.exe" -noPlugin

Let me know if it still crash.

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=331753



--

Message: 3
Date: Wed, 27 Feb 2008 10:42:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
WINXP   bluescreen after upgrade 4.7.5 to 4
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=4804551
By: donho

It seems your situation is a special case, since I don't see others who have
the same problem.
Try to launch installer again, then uncheck the sub-option "Compare plugin"
during the installation.
Let me know if the bluescreen (the good old time :D ) come back again.

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=331753



--

Message: 4
Date: Wed, 27 Feb 2008 10:45:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Default language & moving custom lang to main
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=4804562

Notepad-plus-plus Digest, Vol 21, Issue 97

2008-02-27 Thread notepad-plus-plus-request
Send Notepad-plus-plus mailing list submissions to
notepad-plus-plus@lists.sourceforge.net

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: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Multiple shortcuts
  (Shift+Ins, etc.) (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
   6. [notepad-plus - Open Discussion] Request: option to control
  horizontal scroll (SourceForge.net)
   7. [notepad-plus - Help] RE: installer error (SourceForge.net)
   8. [notepad-plus - Help] RE: follow up toInstaller Error post
  (SourceForge.net)
   9. [notepad-plus - Help] hard crash post install on program
  start (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Multiple shortcuts
  (Shift+Ins, etc.) (SourceForge.net)
  12. [notepad-plus - Open Discussion] Automaticunfolding from
  search results.. (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Request: option to
  control horizontal scr (SourceForge.net)


--

Message: 1
Date: Wed, 27 Feb 2008 11:21:52 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
WINXP   bluescreen after upgrade 4.7.5 to 4
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=4804655
By: donho

Could you add plugins one by one (you should relaunch notepad++ for each add)
in order to identify the plugin which causes the crash?

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=331753



--

Message: 2
Date: Wed, 27 Feb 2008 11:25:25 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
WINXP   bluescreen after upgrade 4.7.5 to 4
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=4804659
By: andydean

It's explorer.dll that's causing the crash donho.

__
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: Wed, 27 Feb 2008 12:02:11 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
WINXP   bluescreen after upgrade 4.7.5 to 4
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=4804729
By: nobody

Hi,

so it's seems the autoupdate has a bug in NPP 4.8?

Bob

__
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: Wed, 27 Feb 2008 12:40:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Multipleshortcuts (Shift+Ins, etc.)
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=4804807
By: nicorac

Good to know that I must "repair" the missing shortcuts through macro.
Since create those macros is really a tedious task (think it repeated on 10+
PCs), I hope that Shift+Del

Notepad-plus-plus Digest, Vol 21, Issue 98

2008-02-27 Thread notepad-plus-plus-request
Send Notepad-plus-plus mailing list submissions to
notepad-plus-plus@lists.sourceforge.net

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: Multiple shortcuts
  (Shift+Ins, etc.) (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: New   External Lexer
  Support Template/Tutorial (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: New   External Lexer
  Support Template/Tutorial (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Request: option to
  control horizontal scroll (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Multiple shortcuts
  (Shift+Ins, etc.) (SourceForge.net)
   8. [notepad-plus - Help] Deleteing part of Comma Delim File
  (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE:  Explenation of some menu
  items (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: WINXPbluescreen after
  upgrade 4.7.5 to 4 (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Website (SourceForge.net)
  13. [notepad-plus - Help] RE: adding "folders" +/-to sql
  language def (SourceForge.net)


--

Message: 1
Date: Wed, 27 Feb 2008 13:47:11 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Multipleshortcuts (Shift+Ins, etc.)
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=4804927
By: nobody

You really should consider bringing back these shortcuts (i.e., Shift+Ins,
etc).

I can't think of *ANY* windows editor that does not support these.  I love 
Notepad
++, but I may have to switch to something else if it doesn't work like I'm used
to. :-(

-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=331753



--

Message: 2
Date: Wed, 27 Feb 2008 13:54:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New External Lexer Support Template/Tutorial
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=4804936
By: nobody

Does this lexer support folding? 

__
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: 3
Date: Wed, 27 Feb 2008 13:57:53 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
WINXP   bluescreen after upgrade 4.7.5 to 4
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=4804941
By: nobody

Assuming you're reading this via emails:
http://support.microsoft.com/kb/921337  

anyway, looking a bit back in a thread isnt THAT hard ;)

(I really wish this was a real forum and not some fancy mailinglist, those 
darned
sourceforge accounts arent persistent logged in)

__
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: Wed, 27 Feb 2008 14:11:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
New External Lexer Support Template/Tutorial
To: [EMAIL PROTECTED]
Message-ID:

Notepad-plus-plus Digest, Vol 21, Issue 99

2008-02-27 Thread notepad-plus-plus-request
Send Notepad-plus-plus mailing list submissions to
notepad-plus-plus@lists.sourceforge.net

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: Notepad++v4.8 official
  release (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Request: option to
  control horizontal scr (SourceForge.net)
   3. [notepad-plus - Help] RE: Deleteing part of   Comma Delim File
  (SourceForge.net)
   4. [notepad-plus - Help] RE: Deleteing part of   Comma Delim File
  (SourceForge.net)
   5. [notepad-plus - Help] RE: Deleteing part of   Comma Delim File
  (SourceForge.net)
   6. [notepad-plus - Open Discussion] Start/End (SourceForge.net)
   7. [notepad-plus - Help] RE: Deleteing part of   Comma Delim File
  (SourceForge.net)
   8. [notepad-plus - Help] RE: Deleteing part of   Comma Delim File
  (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Notepad++v4.8 official
  release (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Start/End (SourceForge.net)
  11. [notepad-plus - Help] RE: adding "folders" +/-to sql
  language def (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Feature  request: Line
  Change Indicators (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Request: option to
  control horizontal scr (SourceForge.net)


--

Message: 1
Date: Wed, 27 Feb 2008 14:48:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++   v4.8 official 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=4805054
By: nobody

That link only shows the .md5 file, not the program files.  Please update the
release files.  Thanks.

__
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: Wed, 27 Feb 2008 14:54:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Request:option to control horizontal scr
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=4805059
By: nobody

> So it is still dynamic

regardless of what it's called, in 4.7.5 the horizontal scrollbar was not shown
unless the text extended beyond the window, in 4.8 it is always shown

I am asking to make this behavior configurable, this is at least the third time
that you flipped it, just make it a setting and everyone can select what they
prefer

__
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: Wed, 27 Feb 2008 15:01:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Deleteing part
of  Comma Delim File
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=4805071
By: nobody

I wont swear, but something like this should work -
Goto Edit->Find and select the Replace tab and check regular expression
find this:
([^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[^,]*,[
^,]*,[^,]*,[^,]*,[^,]*,).+(,.*)
replace with:
\1\2

__
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: Wed, 27 Feb 2008 15:04:23 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Deleteing part
of  Comma Delim File
To: [EMAIL PROTECTED]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text