Notepad-plus-plus Digest, Vol 37, Issue 9

2009-06-03 Thread notepad-plus-plus-request
orum_id=331753



--

Message: 9
Date: Tue, 02 Jun 2009 11:24:00 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Invert
Bookmark TextFX Viz Hide Delete Line
To: nore...@sourceforge.net
Message-ID: <7422546.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7422546
By: fool4uanyway

Tell me, did you _read_ the thread I pointed to?


__
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: Tue, 02 Jun 2009 11:31:51 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
to  change word selection delimiters?
To: nore...@sourceforge.net
Message-ID: <7422562.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7422562
By: cchris

1/ Did you check the macros are indeed in shortcuts.xml? If not, which I 
suspect,
you didn't follow the instructions for changing a Notepad++ config file. You
can use Notepad, it is good enough for this simple task. The  tags should
be in the section delimited by  and .

2/ The macros as shown are correct but for the contents of sParam.

The 3rd macro should be "defchars" or somesuch, and sParam should be "" for
that one.

3/ You need to run the macro(s) only once per session. Unlesss you define 
several
word character sets (one per macro).

4/ The ontents of sParam are the characters that are tagged as word
characters/whitespace characters. Default should be something like
"ABC...YZabc...yz_01...9".

For whitespace, inserting the tab could be a problem. Perhaps the simplest way
is to define sParam as "  ", and then use HexEditor to turn one of the two 20
into 09.

5/ And no, there is no facility to run a script or macro at startu^. That would
be a nice plugin idea.

HTH
CChris
PS: default behaviour of Scintilla is as follows:
1/ all chars other than 0x0D and 0x0A, and whose code is no greater than 0x20,
are deemed to be spaces;
2/ Word chars are those with code 0x80 or above, or those which isalnum() deems
to be word chars, or '_'.

__
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: Tue, 02 Jun 2009 11:57:20 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Ignore  word delimiters in double-click select
To: nore...@sourceforge.net
Message-ID: <7422601.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7422601
By: cchris

Your regexp reads as "one or more non whitespace, followed by one whitespace".
Doesn't look like what you want.

If your string doesn't have embedded quotes, then "[^"]*" would work, but select
the surrounding quotes in the process.

CChris

__
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



--

--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get

--

___
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 37, Issue 9



Notepad-plus-plus Digest, Vol 37, Issue 9

2009-06-02 Thread notepad-plus-plus-request
Message-ID: <7422432.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7422432
By: cchris

That wouldn't help.

The styleID values are serialised from the Scintilla style values you can find
in \Scintilla\include\Scintilla.iface. These SCE_* constants
are used by the internal lexers - the code is in LexXML.cxx and so on for other
languages.

So, adding new ids won't do anything, and changing them could have interesting
effects, but perhaps not too helpful.

CChris

__
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: 9
Date: Tue, 02 Jun 2009 09:58:03 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: NP++ v5.4 MARK
modedisappeared ??
To: nore...@sourceforge.net
Message-ID: <7422433.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7422433
By: cchris

In the Edit -> Mark All submenu. You can assign any of the submenu entries using
the Shortcut mapper.

CChris

__
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: 10
Date: Tue, 02 Jun 2009 10:03:41 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Ignore
worddelimiters in double-click select
To: nore...@sourceforge.net
Message-ID: <7422440.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7422440
By: josees

Hi All!

I have moved recently to Notepad++, and I am missing a feature too much: I need
a way for selecting a full string quickly (for example, if you double-click
full paths -e. g. /usr/bin/X11r5/Motif1.2/mwm- only the string between / is
selected an not the full path). I have seen this feature in several editors
under the shortcut Ctrl+Double-click, but now I can rembember UltraEdit, which
even let you set this delimiters. PuTTY for example, let you customize
the double-click delimiters but has no Ctrl-Double-click feature . I have tried
to simulate this behaviour by  creating a macro which selects the regexp 
[^\t\r\n
]+[^\t\r\n ] but there was no luck. Can anyone tell me if this feature exist
an I just haven't found it yet or it is completely missed an I should open a
"Feature request" thread?

Thanks in advance
Best Regards

Jose E

__
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: Tue, 02 Jun 2009 10:10:32 +
From: "SourceForge.net" 
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Macros to do
these 2 things?
To: nore...@sourceforge.net
Message-ID: <7422450.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7422450
By: cchris

Unfortunately, I don't think so. 

Please add those as feature requests - a macro should be able to take care of
all user commands correctly, but this will not be an easy fix.

CChris

__
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



--

--
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get

--

___
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 37, Issue 9