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
        notepad-plus-plus-requ...@lists.sourceforge.net

You can reach the person managing the list at
        notepad-plus-plus-ow...@lists.sourceforge.net

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 - Help] RE: Trim Trailing Space     on Save
      (SourceForge.net)
   2. [notepad-plus - Help] RE: Replacing Notepad (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Notepad++    v5.4.2
      released (SourceForge.net)
   4. [notepad-plus - Help] RE: How to change line      spacing (not the
      font) ? (SourceForge.net)
   5. [notepad-plus - Help] RE: ToolBarIcons.xml (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: [Feature     Requests]
      Extend/crea in javascript (SourceForge.net)
   7. [notepad-plus - Help] RE: Select to       beginning/end of line?
      (SourceForge.net)
   8. [notepad-plus - Help] RE: StyleID (SourceForge.net)
   9. [notepad-plus - Help] RE: NP++ v5.4 MARK mode     disappeared ??
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] Ignore word      delimiters in
      double-click select (SourceForge.net)
  11. [notepad-plus - Help] RE: Macros to do these 2    things?
      (SourceForge.net)


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

Message: 1
Date: Tue, 02 Jun 2009 07:37:28 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Trim Trailing
        Space   on Save
To: nore...@sourceforge.net
Message-ID: <7422222.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=7422222
By: ander1122

It would be nice if there were a way to have NPP trim trailing spaces 
automatically,
though. Most text editors have that option.


______________________________________________________________________
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: 2
Date: Tue, 02 Jun 2009 07:44:17 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Replacing
        Notepad
To: nore...@sourceforge.net
Message-ID: <7422242.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=7422242
By: ander1122

Don't worry about it. Instead:

1. Right-click any type of file that you want to open in Notepad++ instead of
Notepad (for example, a *.txt file).

2. In the menu that appears, click "Open With..."

3. In the list of apps that appears, look for Notepad++. 

   If it's in the list, click it to select it.

   If it's not in the list, click Browse; go to Notepad++'s install folder,
select "notepad++.exe", then click OK.

4. Select the checkbox that says "Always use the selected program to open this
kind of file."

5. Click OK.

Repeat these steps for any other types of file that you want Notepad++ to open.


______________________________________________________________________
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: Tue, 02 Jun 2009 08:13:31 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.4.2 released
To: nore...@sourceforge.net
Message-ID: <7422269.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=7422269
By: dv__

The problem with Find Results pane happens with SciLexer.dll from official 
Notepad++
5.3.1 - as I can't use SciLexer.dll from Notepad++ 5.4.1 for case-insensitive
searching.
Indeed, SciLexer.dll from Notepad++ 5.4.1 is OK with Unicode text files without
cyrillic characters.
Seems the problem with SciLexer.dll from 5.3.1 is caused by the following 
reason:
this patched version of Scintilla performs conversion to UCS-2 string inside
Document::FindText() in order to allow case-insensitive searching (::CharUpperW
can be called for UCS-2 string). Thus, the position of substring (converted
to UCS-2) found in such UCS-2 string, does not match the corresponding position
of the same UTF-8 substring found in UTF-8 string. So the value of 'pos' 
returned
by Document::FindText() is incorrect. Anyway, the reason is somewhere here.
Maybe I'll try to implement additional patch of SciLexer.dll from 5.4.1 to allow
case-insensitive searching basing on conversion to UCS-2 if you have no other
suggestions.

______________________________________________________________________
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: Tue, 02 Jun 2009 09:23:38 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to change
        line    spacing (not the font) ?
To: nore...@sourceforge.net
Message-ID: <7422372.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=7422372
By: cchris

The ascent and descent are the properties of a given font, so changing the font
face may lead to different visual effects.

If you consider that the same font gives results in Notepad++ that are less
satisfactory than in some other editors, then you should report this to the
Scintilla project, because it is the Scintilla component which displays the
text, Notepad++ doesn't interfere. I cannot think of a Scintilla setting to
be tweaked in this respect.

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: 5
Date: Tue, 02 Jun 2009 09:29:06 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE:
        ToolBarIcons.xml
To: nore...@sourceforge.net
Message-ID: <7422384.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=7422384
By: cchris

Ok, I'll review the wiki text and see what is wrong. Since I am not using 
%APPDATA%,
there may be a slight hue I didn't get - icon themes worked right out of the
box for me.

Thanks for the input.

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: 6
Date: Tue, 02 Jun 2009 09:30:30 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [Feature        Requests] Extend/crea in javascript
To: nore...@sourceforge.net
Message-ID: <7422398.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=7422398
By: ffes

Removing that dependency would require to rebuild the release with MinGW or
MSVC6. Maybe someone could help me out with it. I see on the site that NPP 
itself
is build using MinGW, so maybe there is someone who know how it can be done.

______________________________________________________________________
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: Tue, 02 Jun 2009 09:50:07 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Select to
        beginning/end of line?
To: nore...@sourceforge.net
Message-ID: <7422427.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=7422427
By: cchris

I'd check the SCI_PARADOWNEXTEND binding, and remap it to Ctrl+Shift+] if that's
not how it is set.

Oh, and thanks for mentioning the Settings and Preferences being switched. I
switch between english and french a few times a day, so I guess that's where
it got messed up.

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: 8
Date: Tue, 02 Jun 2009 09:55:50 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: StyleID
To: nore...@sourceforge.net
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 <source folder>\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 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: NP++ v5.4 MARK
        mode    disappeared ??
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 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Ignore
        word    delimiters 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 +0000
From: "SourceForge.net" <nore...@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
************************************************

Reply via email to