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: 4.2.2        crashes very often
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: 4.2.2        crashes very often
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: 4.2.2        crashes very often
      (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE:   SCI_SETWORDCHARS
      (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE:   SCI_SETWORDCHARS
      (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE:   TortoiseCVS and
      Explorer Plug-in (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Sun, 16 Sep 2007 02:19:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        4.2.2   crashes very often
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=4520706
By: nobody

Hi,

I have the same problem with 4.2.2: when I just type CTRL-C inside Notepad++,
it crashes.

I solve it with just a new fresh installation, after uninstalling and deleting
%ProgramFiles%\Notepad++ and %AppData%\Notepad++. I only keep my own .api and
my userDefineLang.xml files.

Maybe it was an old plugin which I do not miss yet :-)

Regards,
Diego.


______________________________________________________________________
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: Sun, 16 Sep 2007 04:19:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        4.2.2   crashes very often
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=4520779
By: donho

Apparently Function List v2.0 Alpha is not yest stable.
Use v1.2 which come with Notepad++ v4.2.2 instead.

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: Sun, 16 Sep 2007 04:27:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        4.2.2   crashes very often
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=4520785
By: donho

By: Don HO (donhoProject AdminAccepting Donations) - 2007-09-16 13:26
It seems that again it's due to plugins : 
Try to remove Function List, Hex Editor plugin and Explorer plugin then see
if Notepad++ crashes again.
If the crash comes from one (or 3) of 3 plugins, please report here their 
version.
 
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: Sun, 16 Sep 2007 05:07:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        SCI_SETWORDCHARS
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=4520809
By: donho

WORD CHAR setting is done on the Scintilla side.
Notepad++ modifies this setting only when the clickable link is enable and when
user double clicks on the link.
After doing what it wants, Notepad++ restores the default WORD CHAR setting.
Here's the demonstration :
http://notepad-plus.svn.sourceforge.net/viewvc/notepad-plus/PowerEditor/src/Note
pad_plus.cpp?revision=35&view=markup
line # 1910~1935

Scince all the plugins use the same Scintilla instance, I strongly suggest you
use SCI_SETWORDCHARS to get what you want, then use SCI_SETCHARSDEFAULT for
restoring the normal Scintilla environment for the other plugins (and
Notepad++).

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: 5
Date: Sun, 16 Sep 2007 06:26:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        SCI_SETWORDCHARS
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=4520863
By: zobo

Thanks Don.

Best regards...
-Zobo

______________________________________________________________________
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: 6
Date: Sun, 16 Sep 2007 07:04:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        TortoiseCVS and Explorer Plug-in
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=4520899
By: geertvc

Stupid me...  Didn't pay attention to this one, sorry.

Forget the whole story/question/request.

Thanks very much for pointing me to the correct location.

Best rgds,

--Geert

______________________________________________________________________
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 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 16, Issue 40
*************************************************

Reply via email to