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: Feature Request: Vertical Tabs (SourceForge.net) 2. [notepad-plus - Help] Win32Exception crash (SourceForge.net) 3. [notepad-plus - Open Discussion] RE: Notepad++ v5.1.1 released (SourceForge.net) 4. [notepad-plus - Open Discussion] RE: Notepad++ v5.1.1 released (SourceForge.net) 5. [notepad-plus - Open Discussion] RE: Notepad++ v5.1.1 released (SourceForge.net) 6. [notepad-plus - Open Discussion] CMD syntax highlighting fix request (SourceForge.net) 7. [notepad-plus - Help] RE: functions window not availlable (SourceForge.net) 8. [notepad-plus - Plugin Development] RE: quicktext plugin (SourceForge.net) ---------------------------------------------------------------------- Message: 1 Date: Thu, 27 Nov 2008 02:56:57 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Feature Request: Vertical Tabs 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=5721796 By: mcfang Thanks, Window Manager is a great 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: 2 Date: Thu, 27 Nov 2008 07:40:50 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] Win32Exception 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=5722555 By: pebr I have a major crash problem with Notepad++. When trying to add a line change after <?php in the first line I get a Win32Exception. Code: 0xC0000005 Type: access violation exception address: 0x10002E87 This happens in just 1 file I have made. and only if i try to add a line change when the cursor is right after <?php. The second line of the file is session_start(). Crash does not happen if I put the cursor to start of the second line and add the line pressing enter there. I have tried versions 4.9 and 5.1.1 Is this a bug in software, or my hardware? ______________________________________________________________________ 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: Thu, 27 Nov 2008 08:07:04 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5.1.1 released 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=5722620 By: beholder4096 if I knew how to reproduce crashing reliably, I would write about it. The problem is that this occurs on certain events and it doesn't occur that often (cannot be reliably reproduced). Right now I can conclude that most of the crashes come this way: I write character "(" into the text on the screen and then crash upon writing the next character after it. Last crashes I had were when I was trying to write "(" and "k" or "(" and ")" into the text that was already written a short while ago, not after it. Both crashes resulted into emergency text dump into dump file. I just switched off the autoindent plugin, which is the only plugin that I actually use (I have the default plugins installed). ______________________________________________________________________ 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: Thu, 27 Nov 2008 08:08:35 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5.1.1 released 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=5722622 By: beholder4096 btw, this is a 5.1.1 or possibly 5.1 'feature', the older version didn't crash like this (on file closing or writing "(" + another character into the text) ______________________________________________________________________ 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: Thu, 27 Nov 2008 09:26:49 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Notepad++ v5.1.1 released 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=5722899 By: harrybharry Do you have automatic calltips turned on? Those are triggered by '(' and might cause the crash, AutoIndent doesn't really take notice of '('. If the calltip causes it (or you have some grounds to believe so), please provide a sample autocomplete and text file so it might be reproduced, I have seen reports about it before, but unfortunatly no response to any request for a file or I completely missed it, I cant find anything. ______________________________________________________________________ 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: Thu, 27 Nov 2008 09:28:16 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] CMD syntax highlighting fix request 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=5722902 By: gladiac0190 Hello, I have the pleasure to script using the windows-batch aka CMD. Notepad++ supports great highlighting for this kind of ... well... lets call it language. My problem is that I often have to use variables which unclude dots ".", which is the best way of handling a bunch of variables in CMD, but notepad++ does not highlight any variable as soon as there is a dot included. Is it possible to fix this for the next release since built-in languages cannot be configured that specific. cheers chris ______________________________________________________________________ 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: Thu, 27 Nov 2008 10:54:03 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: functions window not availlable 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=5723215 By: countdown No need to downgrade: simply download the .zip file (not the .exe file!) and you'll find both versions 5.1.1: ANSI and Unicode. Use tha ANSI one, and the functions list plugin will work. It is provided exactly for this purpose: backwards compatibility, so that you can keep using everything. ______________________________________________________________________ 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: Thu, 27 Nov 2008 11:09:35 +0000 From: "SourceForge.net" <[EMAIL PROTECTED]> Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE: quicktext 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=5723270 By: cuhuak Cool! thanks! and thanks for your comments ^^ ______________________________________________________________________ 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 the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ ------------------------------ _______________________________________________ Notepad-plus-plus mailing list Notepad-plus-plus@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus End of Notepad-plus-plus Digest, Vol 30, Issue 71 *************************************************