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] Regex regular expression
multiple lines trick (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Regex regular expression
multiple lines trick (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Regex regular expression
multiple lines trick (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: Crash with notepad++
.5.2 (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Regex regular expression
multiple lines trick (SourceForge.net)
6. [notepad-plus - Help] makes .txt as default Save As Type
extension. (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Notepad "God Damned
Exception" (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Notepad "God Damned
Exception" (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: Crash with notepad++
.5.2 (SourceForge.net)
10. [notepad-plus - Help] l'option police (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Sun, 15 Feb 2009 22:52:24 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Regex
regular expression multiple lines trick
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=6435005
By: fool4uanyway
Could you please answer the questions in my previous mail?
I am trying to get a grip on the results you (do not) get.
I am not sure if there is an easy way to improve your solution.
There is an option to Delete Blank Lines in the Text FX Edit submenu. This may
just be a little easier.
So, currently, it is not clear to me what happens when you try my method.
I am using Notepad++ 5.0 ANSI version. I am not aware of any changes made to
the Text FX Plugin.
______________________________________________________________________
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: Sun, 15 Feb 2009 23:17:12 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Regex regular expression multiple lines trick
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=6435166
By: fool4uanyway
You say you are using Extended search mode in your method.
Are you using the Standard Find/Replace Dialog for my method, as well? That
is, are you using Ctrl+H (or Ctrl+F) instead of Ctrl+R for the Advanced
Find/Replace
Dialog?
I just tried the Standard Find/Replace Dialog.
This doesn't work with the method I described.
However, it is possible to achieve the same.
Be sure to put the cursor on top of the document.
Open the Ctrl+H Standard Replace Dialog.
Choose the regular expression search mode.
In the Find Field, enter:
^/\*[^/*]*[^*/][^/]$
In the Replace Field, enter:
/* _ (do not include the underscore used to show the space)
Now there are two options:
1. You press the Replace All button until no more occurrences are found.
2. You check Wrap mode and press the Replace button until no more occurrences
are found.
I recommend using option 1.
Now you should be able to remove all single line block comments using the other
regular expression.
______________________________________________________________________
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: Sun, 15 Feb 2009 23:21:09 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Regex regular expression multiple lines trick
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=6435197
By: fool4uanyway
> Now there are two options:
> 1. You press the Replace All button until no more occurrences are found.
> 2. You check Wrap mode and press the Replace button until no more occurrences
are found.
> I recommend using option 1.
I don't know why Wrap mode isn't effectively applied when using the Replace
All button. I guess it should concatenate the first first two lines of every
comment block on each cycle, until all comment blocks are on one line.
I consider this a bug.
______________________________________________________________________
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: Sun, 15 Feb 2009 23:29:39 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Crash with notepad++ .5.2
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=6435250
By: donho
Do you have any procedure to reproduce your crash steadily?
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: 5
Date: Sun, 15 Feb 2009 23:27:38 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Regex regular expression multiple lines trick
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=6435245
By: fool4uanyway
I just tried the Advanced Find/Replace Dialog (Ctrl+R) with Wrap Mode checked
and Replace Recursive unchecked. This does (not do) two things I expect.
1. When replacing each single match manually using Replace & Find Again, at
the end of the document the search stops. It should start again at the top of
the document. The Standard Replace Dialog Ctrl+H does do this.
2. When replacing all matches using Replace Rest, the results are the same as
with the standard dialog: again, the search isn't restarted from the start of
the document until no more matches are found.
______________________________________________________________________
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: Mon, 16 Feb 2009 04:41:41 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] makes .txt as
default Save As Type extension.
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=6437099
By: maydayof83
hi, how can I make .txt as default extension in Save As Type.
Thank in advance.
______________________________________________________________________
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: Mon, 16 Feb 2009 05:01:47 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad "God Damned Exception"
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=6437219
By: leeoniya2
this was mentioned before. i believe the response was, if you get offended,
don't use NP++, no one is forcing you to.
i actually couldn't agree more with Don's attitude about this, cheers to him.
organized religion is a joke in the first place, people need to learn how to
think for themselves and admit when something cannot be explained and stop
there.
There's no need for fairytale-style attempts to explain the hard things away.
Leon
______________________________________________________________________
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: Mon, 16 Feb 2009 07:45:23 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Notepad "God Damned Exception"
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=6438110
By: snemarch
I agree that organize religion is bad etc., but imho showing "god damn
exception"
is rather unprofessional - and doesn't give much information as to what's going
wrong. It has nothing to do with being offended but everything to do with being
professional and informative...
______________________________________________________________________
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: Mon, 16 Feb 2009 09:50:03 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Crash with notepad++ .5.2
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=6438791
By: golem777
I had a similar problem. Maybe you can help:
Delete program
Reboot
Go to the directory the program and the remaining files delete
Install the latest version
______________________________________________________________________
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: Mon, 16 Feb 2009 10:14:06 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] l'option police
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=6438933
By: betty91
Bonjour,je veux changer la police pour avoir des caract?re de "tifinagh" =>
"b?rb?re" qur j'ai t?l?charger main je ne trouve pas l'option police
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 33, Issue 36
*************************************************