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] RE: New Language / Syntax
Highlighting (SourceForge.net)
2. [notepad-plus - Help] RE: Start Opera from within Notepad++
(SourceForge.net)
3. [notepad-plus - Open Discussion] mutliple windows /
instances? (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: please, stop using Comic
Sans! (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: New Language / Syntax
Highlighting (SourceForge.net)
6. [notepad-plus - Help] Searching in macros (SourceForge.net)
7. [notepad-plus - Help] Removing icons from the toolbar
(SourceForge.net)
8. [notepad-plus - Help] Using a backslash in Replacement Text
in NP++ (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Automatically display
the IE source as HT (SourceForge.net)
10. [notepad-plus - Help] how to update? (SourceForge.net)
11. [notepad-plus - Help] If I compile the program by myself
(SourceForge.net)
12. [notepad-plus - Help] File/Replace (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 08 Aug 2007 11:55:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New
Language / Syntax Highlighting
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=4454124
By: steakhacher
Is it possible to defined syntax highlighting for user define language. View
> User define Dialog...
______________________________________________________________________
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: Wed, 08 Aug 2007 12:05:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Start Opera
from within 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=4454208
By: steakhacher
You probably have store already this shortcut with a bad command you should
have several command in run menu, so you need to check and edit the file
shortcuts.xml in your application data/notepad++ directory.
______________________________________________________________________
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: Wed, 08 Aug 2007 14:29:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] mutliple
windows / instances?
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=4454582
By: nobody
I love the tabs, I love the multi-pane view, but sometimes I really want to
be able to open separate instances, especially at home and at work when I've
got multiple monitors to take advantage of. Firefox is a perfect reference -
you can have as many tabs in as many windows as you want, and you can drag tabs
from one window/instance to another. That way I can have a syntax document open
on one monitor and a full-screen two-pane window full of code on the other.
______________________________________________________________________
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, 08 Aug 2007 15:57:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
please, stop using Comic Sans!
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=4454930
By: nobody
I also hate (and I mean really hate) the comment styles. All I want is green.
I don't want any size changes or font-changes etc. Just make them green and
that's it (please).
I have to go through each language and turn off comic sans and turn off the
font-size etc. It's really, really, really annoying.
______________________________________________________________________
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: Wed, 08 Aug 2007 16:06:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New
Language / Syntax Highlighting
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=4455089
By: bullock
Click the "User Define Dialog..." button on the toolbar, just to the left of
the macro Start Recording button.
Regards.
Greg
______________________________________________________________________
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, 08 Aug 2007 17:40:00 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Searching in macros
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=4455374
By: nobody
I want to remove any lines from a file that contain certain strings. Thinking
macros were an obvious choice, I substituted any lines that contained the
strings
with XXX, then made a macro that did a FIND NEXT followed by 2x backspace to
delete the XXX and the newline.
Next I tried Run macro until end of file, which only seemed to run the macro
one time. Next I tried Run macro X times, and put in 5000 times to make sure
it got to the end of file. The macro hit the end of file, then kept popping
up a 'String not found' dialog, then deleting 2 characters from wherever the
cursor happened to be. I could not stop it, and ended up having to kill the
program.
There doesn't seem to be any way to stop a macro from repeating if it reaches
an error condition. Is there some way to do this?
______________________________________________________________________
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: Wed, 08 Aug 2007 17:59:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Removing icons from
the toolbar
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=4455384
By: togaparty
Can you remove icons from the toolbar? I don't need many of them and with the
large side many of them are outside the screen anyway.
The homepage says one can configure some things in the toolbarIcons.xml, but
deleting them there doesn't seem to change anything.
Of course the homepage also says
"Don't forget to check the menu item "View->Tool Bar->Enlarge me", otherwise
it won't take effect. "
But that menu item isn't there.
______________________________________________________________________
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: Thu, 09 Aug 2007 00:04:14 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Using a backslash
in Replacement Text in NP++
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=4455844
By: nobody
Hi,
<b>I posted this a few days ago, but no one has responded at all -- is this
because no one is listening, or does nobody know the answer to my simple
question?
All I want to do is use regular expression matching to insert text which
includes
a backslash, like "\abc" or "\xyz".</b> Here is the post again:
I'm relatively new to Notepad++, and am having trouble getting a fairly standard
regular expression working.
I'm working in LaTeX, and want to using Find/Replace (either CTRL-H or CTRL-R)
to insert some LaTeX macros into my document.
Eg. I want to put "\abc" at the beginning of each line in the selected text.
Normally (in Perl, PHP, etc) I would just use "\\abc" as the replacement text,
so that "\\" (double backslash) would give me a single backslash in the
document,
followed by abc (the desired result). Notepad++, however, has the annoying habit
of grouping the second backslash with the "a", not the first backslash!
The only solution I have found so far is to do it in two steps -- replace with
plain "abc" with regular expressions turned on, then replace all "abc"s with
"\abc"s with regular expressions turned off.
Surely it is possible in one step?
Thanks,
Simon
______________________________________________________________________
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: Thu, 09 Aug 2007 00:18:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Automatically display the IE source as HT
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=4455856
By: flashmagnum
Well, I don't thik thats the problem.
Shouldn't I have then the html pages/files displayed with HTML highlighting
in Notepad++, when I'm opening via "View Source"? And the other pages with
extension
like PHP and ASP should be displyed then with their own highlighting already
defined in Styler Configurator. Why should I register the PHP/ASP files as
a HTML file, when they have their own settings already registered.
I also have a colleague of mine which has an older version of Notepad++
installed
and he doesn't have anything defined manually in Styler Configurator, and if
he is viewing a page via "View Source", his text is highlighted as HTML
by default.
______________________________________________________________________
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, 09 Aug 2007 00:51:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] how to update?
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=4455900
By: nobody
hello,
how update np++ but hold my configuration?
who can help me? i search the related topic. but no answer.
______________________________________________________________________
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: 11
Date: Thu, 09 Aug 2007 00:52:03 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] If I compile the
program by myself
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=4455901
By: nobody
Hi all,
I have downloaded the Notepad++ project for a few days. It's easy to use
and looks
cool.
Now, I want to add some personal functionality to the software, so I
compile
the two
projects: PowerEdit, scintilla by myself with Visual.Net. After this, I have
to copy some
obj files to the specail directory to run it, otherwise somefiles can't be found
when the
program starts.
Although I can run the program now, I still doubt whether there was
something
I
forgot. Could you supply some .bat file to do that automaticlly like installing
the
software.
What's more, I can't add a Icon to the program, said "cannot
save ../Notepad_plus.rc". Why?
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
------------------------------
Message: 12
Date: Thu, 09 Aug 2007 02:46:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] File/Replace
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=4456049
By: nobody
How can I replace multiple instances of *****.ed ( where ***** is a string of
characters that can vary in length ) with c:\home_folder\test\*****.ed (ie.
prefix with c:\home_folder\test\)
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 15, Issue 20
*************************************************