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] Search
      Replace In Files (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Notepad++    v4.9.2 has
      been released (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: Test      possible unicode
      fix for MultiClipbo (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: Process   all the Npp
      messages (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Notepad++    v4.9.2 has
      been released (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Notepad++    v4.9.2 has
      been released (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Notepad++    v4.9.2 has
      been released (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: Process   all the Npp
      messages (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: [Feature     request] Search
      Replace In Files (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Notepad++    v4.9.2 has
      been released (SourceForge.net)
  11. [notepad-plus - Open Discussion] Color all        occurrences
      problem (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Notepad++    v4.9.2 has
      been released (SourceForge.net)
  13. [notepad-plus - Plugin Development] RE: Process   all the Npp
      messages (SourceForge.net)


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

Message: 1
Date: Sun, 11 May 2008 11:09:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [Feature        request] Search Replace In 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=4957236
By: fool4uanyway

What if this action interferes with files already open in Notepad++?

When you will make the changes directly on the files, they will be rewritten.
What about changes that may have been made to the same files already open in
Notepad++? For each changed and already open file, this action would trigger
the question whether you want it to be reloaded or not. But you will lose either
changes then.


______________________________________________________________________
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, 11 May 2008 11:22:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.9.2 has been 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=4957249
By: fool4uanyway

Is the CTRL+V paste bug also fixed?


______________________________________________________________________
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, 11 May 2008 12:38:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Test    possible unicode fix for MultiClipbo
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=4957337
By: dv__

Yes, the input is OK under both XP and MustDie (well, 98 ;)). The old dll-file
causes the input problem.
But, I must say that in both systems (XP and 98), text, copied from UTF-8 or
UCS-2 file, is pasted into ANSI file incorrectly (the bytes are pasted without
previous conversion to ASCII). I was wrong when I said before that the pasting
is OK. It works correctly only between UTF-8 and UCS-2 (it's not a surprise
because UCS-2 files are stored inside Scintilla as UTF-8), but not from 
UTF-8/UCS-2
to ANSI and from ANSI to UTF-8/UCS-2.
I.e. when you paste from ANSI file to Unicode file, you must perform previous
conversion from ANSI to UTF-8; when you paste from Unicode file to ANSI file,
you must perform previous conversion from UTF-8 to ANSI. You can find an example
of such conversions inside the Encodings plugin: see the file
"src/encodings/SysUniConv.cpp".

______________________________________________________________________
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: Sun, 11 May 2008 13:39:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Process all the Npp messages
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=4957413
By: kkrs

Hi donho, i'm bumping this old thread since i'm developing a new HTML plugin
(another one :) ) that will do tag matching, tag inserting, and whatever else
will come to my mind.
Are you still accepting requests for adding new messages to the plugin callback,
or should i start thinking of subclassing? Anyway, the message i would need
is WM_COMMAND, to handle a popup menu.

Thank you,
FC


______________________________________________________________________
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, 11 May 2008 13:50:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.9.2 has been 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=4957425
By: kkrs

Not yet.. at least in my case. Pasting richtext clipboard content give different
results depending on whether pasting is done through menu (ok) or ctrl-v 
(unwanted
characters).



______________________________________________________________________
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: Sun, 11 May 2008 14:20:30 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.9.2 has been 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=4957454
By: andydean

Same here kRs. However a copy and paste from word docs works ok now.
For me it's only if I copy from WordPad then paste into Notepad++ I get a row
of NUL showing at the end of it.


______________________________________________________________________
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: Sun, 11 May 2008 14:28:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.9.2 has been 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=4957464
By: donho

I confirm that this bug comes from my personal setting of NppTextFX plugin in
installer and zipped release.
Remove NPPTextFX.ini from "plugins" directory will remedy your problem.

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: 8
Date: Sun, 11 May 2008 15:01:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Process all the Npp messages
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=4957497
By: donho

> Are you still accepting requests for adding new messages to the plugin 
> callback,
or should i start thinking of subclassing?

The plugin system maintenance is always available. The subclassing is not 
encouraged.
It should be used if there's no other solution.

> Anyway, the message i would need is WM_COMMAND, to handle a popup menu. 

I can add this message, but I wonder if it's really useful for your use.
Could you give me more detail for "to handle a popup menu" point?

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: 9
Date: Sun, 11 May 2008 15:06:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [Feature        request] Search Replace In 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=4957504
By: vbzoom

That is an option I know how can I use it I can take backup for files before
I do search replace in files you can find this option in many other editor like
PsPad I open PsPad when I want to do search replace in files then why this 
option
not add to notepad++

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



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

Message: 10
Date: Sun, 11 May 2008 15:12:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.9.2 has been 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=4957515
By: kkrs

Thank you, now everything is ok. VizPasteBinary option was the cause of that
behaviour.
It was not even a bug.


______________________________________________________________________
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: Sun, 11 May 2008 15:32:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Color
        all     occurrences problem
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=4957543
By: mathmax

I don't understand the "Color all occurrences" feature from the context menu
in npp++ 4.9.2.
When I select some text and click on this action in the context menu, the 
selected
text turn pink but not none of the other occurrences are colored. Moreover 
nothing
more is colored if I repeat the same action with some other text.
Could anyone explain me how this action works ? Should I report it as a bug ?

Regards,

mathmax


______________________________________________________________________
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: Sun, 11 May 2008 15:40:33 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.9.2 has been 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=4957555
By: mathmax

Hello,

just to point that the new function "Save copy as" is not translated in french
when using the french version of notepad++.

Best regards,

mathmax 

______________________________________________________________________
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: Sun, 11 May 2008 15:41:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Process all the Npp messages
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=4957556
By: kkrs

You're right! I want to display a popupmenu through a function of my plugin,
to show all tags available for insertion, and i was thinking to handle the 
result
from that menu through the message queue.
But there's the TPM_RETURNCMD flag, that makes the TrackPopUpMenu function 
return
what i need in a very simple way.
Thank you for bringing me on the right way.

 

______________________________________________________________________
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 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone

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

_______________________________________________
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 24, Issue 38
*************************************************

Reply via email to