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 - Help] RE: context menu with Vista
(SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Some suggestion for
Developer! (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Notepad++ v4.3 - crash
problem ??? (SourceForge.net)
4. [notepad-plus - Open Discussion] Yet Another Syntax
Highlighting Question(s) (SourceForge.net)
5. [notepad-plus - Help] RE: Comment works wrong in user defined
langu (SourceForge.net)
6. [notepad-plus - Help] RE: Where is "User Define Language
dialog"? (SourceForge.net)
7. [notepad-plus - Help] RE: Where is "User Define Language
dialog"? (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Some suggestion for
Developer! (SourceForge.net)
9. [notepad-plus - Help] RE: Force keywords to upper case in
user def (SourceForge.net)
10. [notepad-plus - Open Discussion] automatically highlight
(SourceForge.net)
11. [notepad-plus - Plugin Development] Automatically Highlight
(SourceForge.net)
12. [notepad-plus - Help] RE: How to Bold? (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Tue, 09 Oct 2007 00:44:34 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: context menu
with Vista
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=4559507
By: drosen02
I have found a cause for this problem, where using the Explorer shell context
menu results in the error,
"Error creating process: nppcm.dll needs to be in the same directory than
notepad++.exe".
The problem occurs when notepad++.exe is set to "Run this program as an
administrator" on the Compatibility tab of the Properties dialog.
There are two workarounds for this, each with a side effect:
a) Turn off "Run this program as an administrator" (without this option, Vista
redirects N++ to save high-permission files in the VirtualStore folder, causing
tremendous confusion).
b) Turn off User Account Control (which provides a needed layer of security).
Hope this helps,
Dave
______________________________________________________________________
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, 09 Oct 2007 01:24:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Some
suggestion for Developer!
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=4559547
By: nobody
1. Not sure
2. Already in there as built-in feature, menu Run (i think, in english version),
and more powerfull as NppExec plugin
3. Already in there (you can chose this option when installing NP++)
4. Already in there - look at Run menu again.
______________________________________________________________________
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: Tue, 09 Oct 2007 01:55:48 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad++ v4.3 - crash problem ???
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=4559598
By: nobody
I'm new to the more powerful file editors, having used regular Notepad for many
years. Also, I don't do any real programming just scripting, just so you have
an idea of the level of expertise I don't have. =)
Anyway, I love Notepad++ and I was trying to bend the User Defined Language
into shape to do syntax for the scripting language for a game I write mods for,
and I managed to crash out pretty hard, no error message, even crashed the
Windows
Dr. Watson Bug Report routine along with it. As near as I can tell all I did
was this:
Trying to figure out how to use the User Defined Language I did Save As a second
time (Not the problem). In retrospect I suppose it saves all the User Defined
info when you close out? Anyway, suffice to say I had an extra defined language
I didn't need so I erased the first one since I'd made some changes to the
second
one already. I had already been using the first one to highlight stuff on an
open file (so I could see the changes as I went along) and I think something
about the fact that it was currently in use when I deleted it caused it to crash
out.
Also, in doing so it erased the entire User Defined Language settings. Not
just the one I deleted but the second one as well. I don't think what I had
named them should matter, but for the record I had named them GH-ASL and the
second one GH-ASLX. Running Windows XP, SP 2, Compaq Evo laptop.
Also, since it seems the XML file isn't available while Notepad++ is open, does
that mean that anytime it hardcrashes the User Defined settings will get wiped?
Or is there a backup? Just so I know whether I should make my own backup.
______________________________________________________________________
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, 09 Oct 2007 02:08:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Yet
Another Syntax Highlighting Question(s)
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=4559611
By: nobody
I'm using Notepad++ for scripting for a video game, so I have a *lot* of Macros,
commands, variables, and string names that I'd like to be able to sort and
classify
at a glance.
I'd be interested, if it's possible, in how to add a full language definition
rather than the limited number of catagories available when using the User
Defined
Dialog. If I have to write it out by hand I can stumble my way through that,
but any suggestions or tutorials on how to do so would be handy.
My second problem, since I can almost work it out so that everything I want
to define fits within the available catagories in the Definition Dialog, is
the lack of Wildcards. Is there no way to set wildcards for/within the
keywords?
I see the Prefix option, and that sort of solved a few of my problems, but a
lot of variables in this scripting language end up getting tracked with
letter/number
combinations like V5 or G1001. Some wildcards and integer-only wildcards for
the keywords would help me out, although I don't know how important that'd be
for other people. Or is it possible to set wildcards in the Syntax Highlighting
and I'm just missing it?
And then last, I'd love to be able to set a user defined bracket thing like
the Brace Highlight/Bad Brace. The scripting language I'm using uses the >
brackets. Admittedly they're usually pretty short lines (one or two lines long
at most) but it'd be nice to be able to see at a glance if one has been left
hanging open. Not all that critical though.
______________________________________________________________________
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: Tue, 09 Oct 2007 02:57:16 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Comment works
wrong in user defined langu
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=4559685
By: aggro80
Submitted this as a bug:
[ 1809647 ] User defined C-style comment block
http://sourceforge.net/tracker/index.php?func=detail&aid=1809647&group_id=95717&
atid=612382
______________________________________________________________________
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, 09 Oct 2007 02:59:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Where is "User
Define Language dialog"?
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=4559692
By: aggro80
There is a toolbar-button where it can be opened.
______________________________________________________________________
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: Tue, 09 Oct 2007 03:02:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Where is "User
Define Language dialog"?
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=4559699
By: aggro80
Feature request added:
[ 1810059 ] User Define Language dialog to menu
http://sourceforge.net/tracker/index.php?func=detail&aid=1810059&group_id=95717&
atid=612385
______________________________________________________________________
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, 09 Oct 2007 03:07:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Some
suggestion for Developer!
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=4559706
By: donho
> I used to use EditPlus for my Windows Text Editing
> until now I found there is a FreeWare NotePad++.
Notepad++ is more than a FreeWare, it's an open source project.
It means that you can download the code source than make it as your dream editor
YOURSELF instead of yelling your feature requests on the forum.
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: 9
Date: Tue, 09 Oct 2007 03:08:14 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Force keywords
to upper case in user def
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=4559707
By: aggro80
Feature request added:
[ 1810068 ] Force keywords upper/lower case
http://sourceforge.net/tracker/index.php?func=detail&aid=1810068&group_id=95717&
atid=612385
______________________________________________________________________
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, 09 Oct 2007 04:25:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
automatically highlight
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=4559790
By: nobody
Is it any way to automatically highlight the lines that I'm editing ?
If not, could be a suggestion for next relase or plugin (i.e with a coloured
bar on the left or right side) ?
Thanks
Mirko
______________________________________________________________________
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, 09 Oct 2007 04:34:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Automatically Highlight
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=4559807
By: nobody
Is it any way to automatically highlight the lines that I'm editing ?
If not, could be a suggestion for next release or plugin (i.e with a coloured
bar on the left or right side) ?
Thanks
Mirko
______________________________________________________________________
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: 12
Date: Tue, 09 Oct 2007 04:43:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to Bold?
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=4559818
By: nobody
I am wondering the same
Doing a lot of HTML work and clipping a selection with tags would be an awesome
feature..
Are there any plugins or settings (like an HTMl toolbar) I am missing?
Can anyone followup on this please?
many thanks
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
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 26
*************************************************