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: Can I Change the COMMENT ?
(SourceForge.net)
2. [notepad-plus - Help] RE: Notepadd++ crashes with future
dates (SourceForge.net)
3. [notepad-plus - Help] RE: Can I Change the COMMENT ?
(SourceForge.net)
4. [notepad-plus - Help] RE: Automatic Line creation...
(SourceForge.net)
5. [notepad-plus - Help] RE: Can I Change the COMMENT ?
(SourceForge.net)
6. [notepad-plus - Open Discussion] Regex Replace (SourceForge.net)
7. [notepad-plus - Help] RE: Multi-line strings in language
definitions (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Regex Replace
(SourceForge.net)
9. [notepad-plus - Help] Can't get my Colors to Work
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Sun, 02 Nov 2008 12:10:41 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can I Change
the COMMENT ?
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=5559728
By: big_berny
And here's the solution:
https://sourceforge.net/forum/message.php?msg_id=4758756
______________________________________________________________________
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: Sun, 02 Nov 2008 12:23:41 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepadd++
crashes with future dates
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=5559881
By: harrybharry
What version are you running, the latest 5.1 binary should have this fixed
______________________________________________________________________
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: Sun, 02 Nov 2008 12:46:21 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can I Change
the COMMENT ?
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=5560002
By: gadrin
Thanks Big_Berny, when I did my search I used VBScript not VBS Script.
Is there a Notepad++ Layout or "Object Model" / Hierarchy Model ?
Some of it's self explanatory, some of it's hidden.
>
______________________________________________________________________
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: Sun, 02 Nov 2008 12:53:21 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Automatic Line
creation...
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=5560025
By: gadrin
Not that I know of, however if you look in the recent posts for CAN I CHANGE
THE COMMENT? You'll find that in the langs.xml file it contains a list of file
extensions and the COMMENT string is defined for each one, so you can edit for
your own tastes then use CTL-K and CTL-SHIFT-K to create a comment block.
For the .vb and .vbs extensions for some reason it had REM as the comment,
instead
of the single quote '.
The langs.xml file is in the \Notepad++ folder.
>
______________________________________________________________________
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: Sun, 02 Nov 2008 15:01:44 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can I Change
the COMMENT ?
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=5560573
By: big_berny
There's a plugin called FunctionList on the Notepad++ homepage which does what
you want I think. Unfortunately the new Notepad++ 5.1 doesn't work with that
plugin anymore because it's not Unicode. So you have to download the ANSI-build
of Notepad++.
______________________________________________________________________
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: Sun, 02 Nov 2008 17:45:38 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Regex
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=5561232
By: antoniocs
Hey!
Great text editor :)
In the Replace dialog there is an option to use regex as the search pattern.
In the actual replace how can I point to the regex pattern? Like for example
I have this as my pattern:
^(\d+)
So I am searching for every line that starts with numbers.
In the replace I wanted to do this:
{$1
By this I just wanted to replace the matching line with the number it found
but put a { in front. I did try the $1 but it just replaced the number with
$1 and not the actual number.
Is there a way to do this?
I am using version 5.0.3 on winXP pro sp3
______________________________________________________________________
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: Sun, 02 Nov 2008 19:04:08 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Multi-line
strings in language definitions
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=5561542
By: paradoxhal
Note to world: I just found out that Emerald Editor has a portable version,
so I am going to go with that. So you don't really need to give an answer on
my account, though I will keep checking this page in case anybody does give one.
______________________________________________________________________
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: Sun, 02 Nov 2008 19:36:28 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Regex 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=5561682
By: harrybharry
dont use $ but \, on the main site there is some explanation
______________________________________________________________________
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: Sun, 02 Nov 2008 19:47:22 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Can't get my Colors
to Work
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=5561718
By: gadrin
None of the colors I have work.
I looked at the FAQ "Where are Notepad++ settings saved?" but still can't make
heads or tails
of it.
C:\Documents and Settings\Gadrin\Application Data\Notepad++\Compare.ini
C:\Documents and Settings\Gadrin\Application Data\Notepad++\config.xml
C:\Documents and Settings\Gadrin\Application Data\Notepad++\contextMenu.xml
C:\Documents and Settings\Gadrin\Application Data\Notepad++\langs.model.xml
C:\Documents and Settings\Gadrin\Application Data\Notepad++\langs.xml
C:\Documents and Settings\Gadrin\Application Data\Notepad++\lightExplorer.ini
C:\Documents and Settings\Gadrin\Application Data\Notepad++\NPPTextFX.ini
C:\Documents and Settings\Gadrin\Application Data\Notepad++\session.xml
C:\Documents and Settings\Gadrin\Application Data\Notepad++\shortcuts.xml
C:\Documents and Settings\Gadrin\Application Data\Notepad++\stylers.xml
both langs.xml and stylers.xml are from the original Notepad++ folder
which has...
C:\Program Files\Notepad++\change.log
C:\Program Files\Notepad++\config.model.xml
C:\Program Files\Notepad++\contextMenu.xml
C:\Program Files\Notepad++\HTML-Template.txt
C:\Program Files\Notepad++\langs.model.xml
C:\Program Files\Notepad++\langs.xml
C:\Program Files\Notepad++\license.txt
C:\Program Files\Notepad++\LINEDRAW.TTF
C:\Program Files\Notepad++\readme.txt
C:\Program Files\Notepad++\shortcuts.xml
C:\Program Files\Notepad++\stylers.model.xml
C:\Program Files\Notepad++\stylers.xml
Help please...
>
______________________________________________________________________
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 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 30, Issue 3
************************************************