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] CTRL+Q Block comment/uncomment
(SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Feature Request
(SourceForge.net)
3. [notepad-plus - Open Discussion] RE: How to: 1 ^
start-of-line per line in reg (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: How to: 1 ^
start-of-line per line in reg (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Command line argument
request - Readonly (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: How to: 1 ^
start-of-line per line in reg (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: How to: 1 ^
start-of-line per line in reg (SourceForge.net)
8. [notepad-plus - Help] Home Key (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: How to: 1 ^
start-of-line per line in reg (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: How to: 1 ^
start-of-line per line in reg (SourceForge.net)
11. [notepad-plus - Open Discussion] RE: How to: 1 ^
start-of-line per line in reg (SourceForge.net)
12. [notepad-plus - Open Discussion] RE: How to: 1 ^
start-of-line per line in reg (SourceForge.net)
13. [notepad-plus - Open Discussion] RE: How to: 1 ^
start-of-line per line in reg (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Wed, 14 Nov 2007 02:40:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] CTRL+Q Block
comment/uncomment
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=4622690
By: nobody
hello
how can I use the shortcut ctrl+q (block comment/uncomment)? it does not work
in v4.5 for me (tried with sql, java and php files)! any ideas?
cu
______________________________________________________________________
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, 14 Nov 2007 02:50:23 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature Request
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=4622704
By: nobody
Use -ro parameter to open files in read only mode.
see...
http://notepad-plus.sourceforge.net/uk/cmdLine-HOWTO.php
regards lual
______________________________________________________________________
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: Wed, 14 Nov 2007 02:53:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
to: 1 ^ start-of-line per line in reg
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=4622710
By: nobody
The thread starter boy should learn how regex work first.
> I expected the ^ start-of-line marker to be active only once per line.
NO.
Learn RegEx and use the RegEx feature as it is implemented.
This solution:
^[0-9]+\t(.*)$
replace with
\1
is nearly correct but greedy.
This
^[0-9]+?\t(.*)$
replace with
\1
should work better.
Or:
^\d+?\t(.*)$
replace with
\1
______________________________________________________________________
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, 14 Nov 2007 03:00:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
to: 1 ^ start-of-line per line in reg
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=4622719
By: nobody
All repliers should read and think before they post.
I am NOT looking for any solutions.
______________________________________________________________________
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, 14 Nov 2007 02:48:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Command line argument request - Readonly
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=4622701
By: nobody
Seems that there is this option now.
Use -ro parameter to open files in read only mode.
see...
http://notepad-plus.sourceforge.net/uk/cmdLine-HOWTO.php
regards lual
______________________________________________________________________
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, 14 Nov 2007 03:20:02 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
to: 1 ^ start-of-line per line in reg
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=4622745
By: nobody
>>Now, if you DID read my message, you would understand that both your replies
do not make any sense.
Relax, man :) Your topic starts with "HOW TO" and ends with question mark. I
assuming it's a question. That i answered to. If you don't like the answer -
it's your problem, not mine :)
>>The only thing that's new is that I could use your regex in the CTRL+H
>>Find/Replace
Dialog.
>>Now, why would I want to do that?
Why would Don want to change the "incremental" behaviour when it really work
as intended and you simply don't understand how regexes works and what
"incremental"
option should really do (and doing well)? :)
>>I also mentioned my work-around in CTRL+R Replace Dialog. So I really don't
need to have any other solution, especially none which is only more time
consuming,
because it replaces each whole line with almost the same content.
If you don't need something - simply don't ask for it ;)
>>You talk about useless features, which my request is not, but certainly your
replies are.
>>The regular expressions for start and end of line are special cases. Because
^ and $ refer to an absolute position in the line, it is not strange to expect
these to be treated as special, that is as absolute markers. Because there is
only one start and one end in a line, it would be quite straightforward to also
replace only one occurrence if there is a match.
^ and $ symbols are ANCHORS. This means that they don't match beginning of the
line or EOL. ^ means only that matched string MUST be at the beginnig of the
line. Current position after your replacement is the 1-st column in the line.
And if after replacement there is a new string, that matching entire regex after
the ^ symbol here - it should and will be also matched. That is how anchors
work. Noone will change anchors behaviuor just becouse you don't like it :)
>>The regex algorithm could or should mark or remember that it has already
>>processed
the start of the line. Also, it should be made possible to recursively match
the end of the line as it currently "does" for the start. My request is to
always
treat ^ and $ the same way, that is either recursive or not recursive. This
could be made dependent on the "incremental" setting.
Priceless advice :) Go and read something about regexes.
http://www.regular-expressions.info for example.
______________________________________________________________________
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, 14 Nov 2007 03:22:38 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
to: 1 ^ start-of-line per line in reg
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=4622749
By: nobody
Good point, but Scintilla's regex engine don't have lazy quatifiers and \x
character
classes :(
______________________________________________________________________
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: Wed, 14 Nov 2007 03:34:54 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Home Key
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=4622767
By: nobody
Hello
Can i change de behavior of the Notepad++ editor when i press the Home key.
I need to press home twice to navigate to the beginning of the line? In other
editors like Delphi this isn't the default behavior.
Kind regards
Maarten
______________________________________________________________________
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, 14 Nov 2007 04:02:24 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
to: 1 ^ start-of-line per line in reg
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=4622804
By: nobody
I suggest you read my message over and over again until you get the point.
Similarly, if you mind me calling you stupid, that sure is your problem (besides
the fact that you are stupid), not mine.
______________________________________________________________________
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, 14 Nov 2007 04:16:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
to: 1 ^ start-of-line per line in reg
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=4622826
By: nobody
>>I suggest you read my message over and over again until you get the point.
Should I find something new there? :)
>>Similarly, if you mind me calling you stupid, that sure is your problem
>>(besides
the fact that you are stupid), not mine.
Bad try ;)
Well, if you're so clever man, than go on waiting for implementation of your
very usefull feature :) Good luck in your doing %)
______________________________________________________________________
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, 14 Nov 2007 04:20:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
to: 1 ^ start-of-line per line in reg
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=4622831
By: nobody
> Should I find something new there? :)
Isn't this a demonstration that you yourself don't know how to perform a regex
search in a thread?
______________________________________________________________________
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: Wed, 14 Nov 2007 04:29:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
to: 1 ^ start-of-line per line in reg
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=4622840
By: nobody
>>Isn't this a demonstration
Nope. %)
______________________________________________________________________
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: 13
Date: Wed, 14 Nov 2007 05:07:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
to: 1 ^ start-of-line per line in reg
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=4622879
By: nobody
So you think it is reasonable to perform a Count with the following regular
expression using the CTRL+R Replace Dialog?
regex=
^
Press Count button.
What do you get?
______________________________________________________________________
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: 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 18, Issue 39
*************************************************