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: plain text (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: hilight      matching
      doublequotes, <, >, etc. (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE:      Double-Click Character
      Selection (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Most reliable version?
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Print all    open docs and
      Preserve settings (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Version      5.4.5 is
      released (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Revamping    the Notepad++
      web site (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Version      5.4.5 is
      released (SourceForge.net)
   9. [notepad-plus - Help] Be Consistent Notepad++     please
      (SourceForge.net)
  10. [notepad-plus - Help] RE: Notepad++ crashing      5-6 times/day vs
      v5.4. (SourceForge.net)


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

Message: 1
Date: Fri, 17 Jul 2009 09:28:46 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: plain text
To: nore...@sourceforge.net
Message-ID: <7508529.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=7508529
By: cchris

View -> Show symbol -> Show all characters

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: 2
Date: Fri, 17 Jul 2009 09:30:18 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        hilight matching doublequotes, <, >, etc.
To: nore...@sourceforge.net
Message-ID: <7508530.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=7508530
By: cchris

Use XBrackets Lite plugin, it has this functionality.

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



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

Message: 3
Date: Fri, 17 Jul 2009 09:49:01 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Double-Click Character Selection
To: nore...@sourceforge.net
Message-ID: <7508559.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=7508559
By: cchris

The field sort of exists, but is internal to Scintilla.

You can use the following macro to set your word character set. Please copy
it right before the closing </Macros> tag, or right after the opening <Macros>
tag, in shortcuts.xml. Either use a different editor to edt shortcuts.xml, o
follow the advice in
http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Confiuration_Files
.

<Macro name="setWordChars" Ctrl="yes" Alt="yes" Shft="No" Key="100">
<action type="1" message="2077" wParam="0" lParam="0" sParam=.../>
</Macro>

The ... after sParam should be a double quoted string listing in ascending order
the allowed chars. In your case it would look like "$01...9ABC......Z_abc....z".
Welll I didn't check whether it really needs the chars being sorted, after all.

Replace 2077 with 2443 to similarly tweak the set of whitespace characters.
If you use it, you must call the first macro prior.

In order to reset to factory defaults, also define this macro:

<Macro name="resetWordChars" Ctrl="yes" Alt="yes" Shft="No" Key="100">
<action type="0" message="2444" wParam="0" lParam="0" sParam="0"/>
</Macro>

HTH
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



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

Message: 4
Date: Fri, 17 Jul 2009 10:04:43 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Most
        reliable version?
To: nore...@sourceforge.net
Message-ID: <7508585.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=7508585
By: cchris

Just to chime in again shortly:
1/ In Settings -> Preferences -> MISC, there is a frame about detecting external
changes. Enable this so as to be warned of possible race conditions between
Notepad++ state and the actual file state.
2/ Fool4U: the reason why millions of users might think Save should save no
matter what is a bug in Visual Studio C++ which causes this behaviour. It is
the only application I have ever used which exhibits this behaviour. Luckily
not often. Joce mentioned gVim - well ok, how many feel that this is the right
thing to do?

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



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

Message: 5
Date: Fri, 17 Jul 2009 10:09:14 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Print all       open docs and Preserve settings
To: nore...@sourceforge.net
Message-ID: <7508591.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=7508591
By: cchris

I'd say there is an IdeaTorrent uitem on this, but the voting system has been
broken as SF implemented its new UI. They "are working on it". When they do
and cast votes are remembered, then it will help.

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



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

Message: 6
Date: Fri, 17 Jul 2009 10:18:04 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Version 5.4.5 is released
To: nore...@sourceforge.net
Message-ID: <7508604.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=7508604
By: cchris

About the recent file list:
I recently was in a position where all my recent files had the same name, but
resided in different folders. The list becomes hardly useful in these 
conditions,
as you have no indication of the folder. I see two ways out of this:
1/ Write the full path of the file. This will be easier if the recent file list
moves to a submenu. ConTEXT does it just right imho.
2/ Show the full path on a tooltip bound to the menu item being hovered . Could
work fine too.

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



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

Message: 7
Date: Fri, 17 Jul 2009 10:28:21 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Revamping       the Notepad++ web site
To: nore...@sourceforge.net
Message-ID: <7508614.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=7508614
By: cchris

The current discussion forums are
1/ controlled by Sourcforge, and totally out of our reach or control
2/ slated for replacement by phpBB in the near future. SF still can't say when,
but they want to get rid of them. And I think many here so do.

The new UI breaks under IE6 in more ways than one. In particular, the projects
/files pages do not display at all. SF doesn't seem to recant about preferring
a bloated IE8.

And I can't tell about Safari, because 4.0.2 crashes before displaying any page
of any kind.

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



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

Message: 8
Date: Fri, 17 Jul 2009 10:53:45 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Version 5.4.5 is released
To: nore...@sourceforge.net
Message-ID: <7508655.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=7508655
By: aliustek

The Latest Version on NEWS page is still 5.3.1 and getDownloadUrl.php returns

 yes  5.3.1  http://ufpr.dl.sourceforge.net/sourceforge/notepad-plus/npp.5.3.1.I
nstaller.exe


______________________________________________________________________
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: 9
Date: Fri, 17 Jul 2009 11:24:31 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Be Consistent
        Notepad++       please
To: nore...@sourceforge.net
Message-ID: <7508689.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=7508689
By: michelmerlin

One major cause of problem is the false, or at least misleading, messages in
a program.

- If a menu item is labeled "Update Notepad++", then it MUST *Update
Notepad++*.
- If no update function works, then *NO* item must be labeled "Update Notepad++"
or anything similer, and any existing one MUST be removed IMMEDIATELY (and SANS
the usual endless useless irrelevant nitpicking too frequent on these forums)

Versailles, Fri 17 Jul 2009 13:24:30 +0200

______________________________________________________________________
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: Fri, 17 Jul 2009 11:31:35 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++
        crashing        5-6 times/day vs v5.4.
To: nore...@sourceforge.net
Message-ID: <7508700.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=7508700
By: pasha19

I have downloaded version 5.4.5 twice and both downloads have an installer error
on my windows XP SP3 computer (with and without plugins included in the 
install).
PS I removed NOTEPAD with the control panel prior to subsequent attempts and
the error was the same.

Error Opening files for writing
C:/Program Files/Notepad++/SciLexer.dll

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge

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

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

Reply via email to