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
        [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 - Help] Speed up Notepad++? (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE:   Highlight config for
      NppExec (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: [Request]    Selective File
      Status Detection (SourceForge.net)
   4. [notepad-plus - Help] RE: Speed up Notepad++? (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: How to add   an
      Auto-Complete language? (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: [Feature     Request] Open
      file as the next tab (SourceForge.net)
   7. announcement list ([EMAIL PROTECTED])
   8. [notepad-plus - Help] Specify user-define language in command
      line (SourceForge.net)
   9. [notepad-plus - Open Discussion] [Feature Request] File
      Properties (SourceForge.net)
  10. [notepad-plus - Open Discussion] clipboard:       multiple
      shortcuts (SourceForge.net)
  11. Clear trailing whitespace on CTRL+SHIFT+S (Robert Dailey)
  12. [notepad-plus - Open Discussion] RE: Clipboard    error at 4.8
      (SourceForge.net)


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

Message: 1
Date: Wed, 30 Jul 2008 09:04:45 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Speed up Notepad++?
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=5132423
By: grahammcculloch

I've been using Notepad++ for a couple of years now and have noticed that 
recently,
its much slower to load when I want to use it to view a file. I'm running 
v4.9.2.
The plugins I've got installed (in addition to the default ones) are: Compare,
Document Monitor, Function List and Light Explorer.

My question is: is there any way I can significantly speed up the loading of
Notepad++? Is one of these plugins or one of the default plugins known to be
really slow? Is there a config file or languages file etc that gets parsed on
startup from which I could remove some unused settings? Any ideas?

Thanks,
Graham

______________________________________________________________________
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: Wed, 30 Jul 2008 04:53:51 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Highlight config for NppExec
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=5131979
By: gsimcard

Mask:
* %ABSFILE%:%LINE%

Output (replace '@' with ' ' below):
@@@@[javac] D:\Documents\

decision logic:
Step 1) Search each space char from beginning of a line
Step 2) Get the char next to the space char, and see if it's a legal leading
char for %ABSFILE%
Step 3) Since '[' can not be a leading char for %ABSFILE%, continue Step 1)

With this decision procedure, my highlight mask works. If it doesn't make sense
for other scenarioes, just forget it. Anyhow, '*] %ABSFILE' is obviously working
fine.

XS

______________________________________________________________________
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: 3
Date: Wed, 30 Jul 2008 09:45:04 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [Request]       Selective File Status Detection
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=5132510
By: donho

Fixed in v5.0.2

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: 4
Date: Wed, 30 Jul 2008 09:52:25 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Speed up
        Notepad++?
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=5132527
By: donho

Remove all the plugin to see if the performance is improved.
If yes then add them back one by one to find the guilty one.

You can also try v5.0.2 in which loading file speed is improved.

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=331754



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

Message: 5
Date: Wed, 30 Jul 2008 10:27:18 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        to add  an Auto-Complete language?
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=5132593
By: etko

Function name should be without parens. Besides I guess since version 5 npp
eats only XML API files. Check out most current PHP API file for better
understanding. I don't think your xml file is alright. All function names must
be presorted.

______________________________________________________________________
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: Wed, 30 Jul 2008 11:26:01 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [Feature        Request] Open file as the next tab
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=5132704
By: nobody

Notepad has movable tabs.  While it is not an automatic solution, it is easy
enough to arrange the tabs as you like.

______________________________________________________________________
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: Wed, 30 Jul 2008 14:47:39 +0200
From: [EMAIL PROTECTED]
Subject: [Notepad-plus-plus] announcement list
To: notepad-plus-plus@lists.sourceforge.net
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Hello,

is there a mailing list for announcements?
This list has to much traffic.

An announcement list  would be useful to inform people (which are offline) 
and press as well.

CC me, because I am not subscribed.

Mit freundlichen Gr??en | Best regards,

Mark Ziegler

Softwareentwicklung | Software development

MICHAEL WEINIG AG
Weinigstrasse 2/4. 97941 Tauberbischofsheim. Deutschland | Germany



Vorsitzender des Aufsichtsrats:  Dr. Thomas Bach 
Vorstand: Walter Fahrenschon (Vorsitzender), Karl Wachter, Rainer Hundsd?rfer 
Sitz Tauberbischofsheim, Registergericht Mannheim HRB 560227 
UST / ID-Nr. DE 146587898 
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 8
Date: Wed, 30 Jul 2008 13:35:52 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Specify user-define
        language in command line
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=5133023
By: alexagr

Hi,
Is there some way to specify user-defined language in Notepad++ command line?
It tried using -l switch, but it doesn't seem to work...
If not, is there some way to define user-defined language for files with a 
specific
name, rather than an extension?
Tnank you in advance,
       Alex

______________________________________________________________________
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: Wed, 30 Jul 2008 13:55:57 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] [Feature
        Request] File Properties
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=5133082
By: nobody

I didn't find any option to get file properties inside Notepad++.

Considering that, I ask if a simple option in File Menu called Properties can
be created (similar to the option in MS Word, for example).

Opening this option would display a small window with creation/modification
date, file size and other useful information that can be extracted from the
file.


Thanks for your time.

DS.

______________________________________________________________________
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: Wed, 30 Jul 2008 13:57:56 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        clipboard:      multiple shortcuts
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=5133091
By: pult

what force simultaneously to work [Ctrtl+Ins] and [Ctrl+C]

______________________________________________________________________
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: Wed, 30 Jul 2008 14:46:07 -0500
From: "Robert Dailey" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] Clear trailing whitespace on CTRL+SHIFT+S
To: Notepad++ <notepad-plus-plus@lists.sourceforge.net>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

I noticed I have to press ALT+SHIFT+S to save & trim trailing whitespace. Is
there an option to make this feature intrinsic to CTRL+SHIFT+S or CTRL+S?
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 12
Date: Wed, 30 Jul 2008 14:08:18 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Clipboard       error at 4.8
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=5133110
By: pult

after undo shortcuts.xml to default it work correctly.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

_______________________________________________
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 26, Issue 66
*************************************************

Reply via email to