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: Notepad++    v4.0 RC 2
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: substitute   notepad with
      notepad++ complet (SourceForge.net)
   3. [notepad-plus - Open Discussion] Feature  Request: Move cursor
      to top of view (SourceForge.net)
   4. [notepad-plus - Help] RE: mantain vertical        selection for
      input (SourceForge.net)
   5. [notepad-plus - Help] RE: Context Menu and        External Tools
      (SourceForge.net)
   6. [notepad-plus - Help] RE: Context Menu and        External Tools
      (SourceForge.net)


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

Message: 1
Date: Fri, 26 Jan 2007 09:20:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.0 RC 2
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=4124126
By: nobody

I've had 4.0 crash on two different occassions when using ctrl + z... I have
not been able to reproduce the error but I'll let you know if I can.

______________________________________________________________________
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: Fri, 26 Jan 2007 09:57:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        substitute      notepad with notepad++ complet
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=4124174
By: dudenumber4

http://notepad-plus.sourceforge.net/commun/misc/NppLauncher.bin.zip

______________________________________________________________________
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: Fri, 26 Jan 2007 10:06:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Feature
        Request: Move cursor to top of view
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=4124193
By: dudenumber4

I searched, but didn't find requests for this (perhaps bad search).  Fairly
standard functionality in many text editors: ctrl + page up moves cursor to
top...

______________________________________________________________________
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: Fri, 26 Jan 2007 09:49:55 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: mantain
        vertical        selection for input
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=4124162
By: nobody

In structured documents, there xlever be columns of text.  
In structured documents, there xlever be columns of text.  
In structured documents, there xlever be columns of text.  
In structured documents, there xlever be columns of text.  
In structured documents, there xlever be columns of text.  

oops, I wrote "xlever" instead of "could".  So in Crimson Editor or jEdit, I
can column select the word "xlever" in the 5 lines (a rectangular selection)
and then type "could" once and it is replicated in all lines.

Also handy for adding or subtracting text in multiple lines at once.  Can be
used for tidying up code, etc.

I have never used line selection, so I'm not sure how this should work there.
Anyway, since this has been on forums for several editors that use scintilla,
I'm going to try to "fix" scintilla myself to make it work the way I want.

Just wanted to explain how/why it is useful.

chuckles

______________________________________________________________________
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: Fri, 26 Jan 2007 11:27:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Context Menu
        and     External Tools
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=4124300
By: nobody

Although this is undocumented, it has worked for me this morning.

In the source code file ".\npp.3.9.src\PowerEditor\src\resource.h" there is
a definition:

#define ID_USER_CMD 21000
#define ID_USER_CMD_LIMIT 21200

This shows where the "Item id" numbers start for the user defined shortcuts.
I added these lines to "%APPDATA%\Notepad++\contextMenu.xml" to correspond to
the first and second user-defined shortcut commands (shown below in
shortcuts.xml):

<Item id="21000"/>
<Item id="21001"/>

I added the following to "%APPDATA%\Notepad++\shortcuts.xml":

<UserDefinedCommands>
 <Command name="open selected text in Firefox" Ctrl="yes" Alt="yes" Shift="yes"
Key="88">firefox &quot;$(CURRENT_WORD)&quot;</Command>
 <Command name="search selected text in Google" Ctrl="yes" Alt="yes" Shift="yes"
Key="90">firefox
&quot;http://www.google.com/search?q=$(CURRENT_WORD)&quot;</Command>
</UserDefinedCommands>

So, when I right-click, I can see "open selected text in Firefox" and "search
selected text in Google" as context menu items.  If I select some text that
forms a hyperlink (like http://sourceforge.net) and right-click/select "open
selected text in Firefox," it opens Firefox to Sourceforge.  If I select some
text and then right-click/select "search selected text in Google" it opens up
Firefox to Google.com using the highlighted text as the search term.

This may work for plugins and macros as well, but I haven't tried yet.  From
".\npp.3.9.src\PowerEditor\src\resource.h"

#define ID_MACRO 20000
#define ID_MACRO_LIMIT 20200
...
#define ID_PLUGINS_CMD 22000
#define ID_PLUGINS_CMD_LIMIT 22500

Start with <Item id="20000"/> for macros, <Item id="21000"/> for shortcuts,
and <Item id="22000"/> for plugins.

!!!!!!!!!!
Remember, this is completely undocumented hackery and might stop working on
a future release (or cause other weird effects, I don't know).  Your mileage
may vary, use with caution, etc.
!!!!!!!!!!



______________________________________________________________________
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: Fri, 26 Jan 2007 11:38:15 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Context Menu
        and     External Tools
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=4124304
By: nobody

A special follow-up:  Some formatting got changed by the text editor here on
the forum which might make a difference in how this works.

Above, where it shows:

<UserDefinedCommands> 
<Command name="open selected text in Firefox" Ctrl="yes" Alt="yes" Shift="yes"
Key="88">firefox "$(CURRENT_WORD)"</Command>
<Command name="search selected text in Google" Ctrl="yes" Alt="yes" Shift="yes"
Key="90">firefox "http://www.google.com/search?q=$(CURRENT_WORD)"</Command>
</UserDefinedCommands>

There is a formatting change that needs to be noticed.  It should actually show
this:
<pre><Command name="open selected text in Firefox" Ctrl="yes" Alt="yes" 
Shift="yes"
Key="88">firefox &quot;$(CURRENT_WORD)&quot;</Command>
<Command name="search selected text in Google" Ctrl="yes" Alt="yes" Shift="yes"
Key="90">firefox
&quot;http://www.google.com/search?q=$(CURRENT_WORD)&quot;</Command></pre>

Hope that worked.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 8, Issue 50
************************************************

Reply via email to