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] Notepad++ v4.5   just came out
      (SourceForge.net)
   2. [notepad-plus - Help] RE: Set Notepad++ as        default CSS editor
      (SourceForge.net)
   3. [notepad-plus - Help] Tip: How to Replace a       Built-In Key
      Shortcut (SourceForge.net)
   4. [notepad-plus - Help] RE: Set Notepad++ as        default CSS editor
      (SourceForge.net)
   5. [notepad-plus - Plugin Development] Unexpected    Gems in
      TextFX! (SourceForge.net)
   6. [notepad-plus - Help] Find and Replace CRLF (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: New  auto-add extension
      behaviour in v4.4. (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE:   Function List Help
      needed (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Script for   replacing
      windows notepad.exe (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Automated    path separator
      setting (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Notepad++    v4.5 just came
      out (SourceForge.net)
  12. [notepad-plus - Plugin Development] Is there      any Telnet/SSH
      plugin forNP++ (SourceForge.net)


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

Message: 1
Date: Thu, 25 Oct 2007 16:46:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Notepad++ v4.5  just came out
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=4588841
By: donho

Notepad++ v4.5 just came out.
The both binaries and source code are available here :  
http://sourceforge.net/project/showfiles.php?group_id=95717

The "auto add extension" behaviour in save dialog implemented in v4.4 has a
back-draw. It does not allow users to save files with the extensions they want.
This behaviour is tuned up in this version as following :
 1. The filter *.* don't change the extension at all, whatever users type. 
 2. The file save dialog will be launched with the filter *.* set as default.
So user can add any customized extension.
 3. Choose other filters will change extension of file automatically.  
 For example, a file name "toto.php" will be changed to "toto.txt" if the filter
Normal Text "*.txt" is chosen.
It's a better compromise IMO for the ones who need the "auto add extension"
feature and those who don't.

Another implemented feature in this version is to associate a session extension
to Notepad++, so that when Notepad++ opens such file, the session (a set of
files) will be opened
but not session file itself.
Once users define their session file extension (in Preference dialog->MISC),
a session can be opened not only via File load session command, but also via
whichever way.

Please post your bug report here if you have any *critical* bug for this
version.

Notepad++ v4.5 fixed bugs and added features (from v4.4) :

1. Fix crash issue while the launch the session file which contains the same
file in 2 views (clone mode).
2. Add the session file extension association feature.
3. Enhance the read/write config.xml to avoid crash.
4. Add new -ro and -noSession command line parameters.
5. Fix Russian display problem in the shortcut mapper.
6. Fix NPPN_SHUTDOWN notification bug.
7. Add NPPM_ACTIVATEDOCMENU message.

Included plugins :

1. TexFX v0.24a
2. Function list v1.2
3. ConvertExt v1.1
4. NppExec v0.2 beta 4
5. Spell checker v1.2
6. Quick text v0.02
7. Light Explorer v1.4
8. Hex editor v0.84

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: 2
Date: Thu, 25 Oct 2007 17:41:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Set Notepad++
        as      default CSS editor
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=4589100
By: nobody

Someone please help me! How do I set Notepad++ as my default editor for
ANYTHING.

______________________________________________________________________
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: Thu, 25 Oct 2007 19:41:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Tip: How to Replace
        a       Built-In Key Shortcut
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=4589177
By: kismert

I do web development, and all modern browsers use Ctrl-T to open a new Tab.
N++ uses Ctrl-T to transpose lines -- perfectly reasonable, but I tripped over
it enough to want to change it. I really wanted Ctrl-T to be equivalent to 
Ctrl-N
(New file) in N++.

Unfortunately, there seems to be no way in Settings -> Shortcut Mapper to turn
off the Transpose Line shortcut, and add another New shortcut mapped to Ctrl-T.

Fortunately, Macros came to the rescue. I simply recorded a new macro, hit 
Ctrl-N,
and saved it with a shortcut of Ctrl-T. Macros are executed before built in
key shortcuts, so this effectively turned off the native Transpose function.

While the ideal might be to have a Shortcut Mapper that allows certain functions
to be disabled, and duplicate shortcuts for other functions, Macros certainly
get the job done.

-Ken

______________________________________________________________________
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: 4
Date: Thu, 25 Oct 2007 19:48:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Set Notepad++
        as      default CSS editor
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=4589182
By: kismert


In N++, try Settings -> Preferences -> File Associations

If that doesn't work, I can tell you how to do it in Windows XP:
 * In Windows Explorer, goto Tools -> Folder Options -> File Types
 * Click on the extension you wish to associate, then click Change. 
 * Pick Notepad++ from the list, or browse to find your install of
notepad++.exe
 * Do this for every extension you want associated with N++.

-Ken

______________________________________________________________________
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: Thu, 25 Oct 2007 20:03:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Unexpected      Gems in TextFX!
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=4589199
By: kismert

Wow - I stumbled across NPPTextFXdemo.TXT, in \Notepad++\plugins\NPPTextFX,
and found a lot of cool stuff!

I turned on auto-bracket and HTML tag auto-closing, and suddenly I have a much
nicer N++ to work with! The biggest problem I see with TextFX is too many 
functions,
and not enough documentation. Its daunting to dig through over 100 functions
to see what might interest you -- and experimenting with every one is simply
out of the question!

In fact, I think the main thing holding back the whole N++ project is the lack
of a comprehensive .chm file for reference. Has some thought been given to a
documentation project? I would like to contribute, but am reluctant to commit
to getting the whole thing out.

Anyway, keep up great work.

-Ken



______________________________________________________________________
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: 6
Date: Thu, 25 Oct 2007 21:53:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Find and Replace
        CRLF
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=4589272
By: nobody

I am trying to "find and replace" CRLF.  I am using ^p in the Find and Replace
dialog box but I an not getting the results that I am looking for.  Any
suggestions?

Matt

______________________________________________________________________
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: 7
Date: Thu, 25 Oct 2007 23:15:25 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New
        auto-add extension behaviour in v4.4.
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=4589329
By: lucleonhart

Yeah, this would be great, too! ;)

______________________________________________________________________
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: Thu, 25 Oct 2007 23:25:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Function List Help needed
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=4589333
By: nobody

At first you should use perl like regular expressions, but with the restrictions
of scintilla. Therefore have a look into the help dialog. There is a link to
the scintilla regex documentation.

Here an example (there is no garantee for work):

Syntax P1.1.1=<FUNCTION[ \t]+name=\"
Syntax P2.1.1=\">
Syntax P3.1.1=[a-zA-Z0-9_]+


Best Regards
Jens

______________________________________________________________________
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: Thu, 25 Oct 2007 23:25:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Script for      replacing windows notepad.exe
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=4589334
By: steakhacher

Hi thanks

I have not try it but I thank you to share your script.
I think that it could be a very goog idea to post this script somewhere in wiki

Best 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: Thu, 25 Oct 2007 23:25:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Automated       path separator setting
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=4589335
By: steakhacher

i agree

______________________________________________________________________
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: Thu, 25 Oct 2007 23:27:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.5 just came out
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=4589341
By: codenexus

Nice work.  Will go through testing it tonight and see if there are any bugs
to report.  :)

Do we want a Changelog on the Wiki?

______________________________________________________________________
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: Thu, 25 Oct 2007 23:30:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Is
        there   any Telnet/SSH plugin forNP++
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=4589345
By: chda

Is there anyone that has developed a Telnet/SSH plugin for NotePAd++? It would
be nice to have  adocked window that is a telnet-client from where I can compile
on a Linux-machine while developing on a Windows PC.

//.D

______________________________________________________________________
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

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

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


End of Notepad-plus-plus Digest, Vol 17, Issue 72
*************************************************

Reply via email to