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] how to add a return after every"."
symbol (SourceForge.net)
2. [notepad-plus - Open Discussion] Fix incremental search
behaviour (SourceForge.net)
3. [notepad-plus - Plugin Development] RE: Hex Editor 0.9.2
released (SourceForge.net)
4. [notepad-plus - Help] RE: how to add a return after every"."
symbol (SourceForge.net)
5. [notepad-plus - Plugin Development] [Plugin Requests] -
Several (SourceForge.net)
6. [notepad-plus - Help] Add Insert Newline Linebreak After .
dot (SourceForge.net)
7. How to set indentation size for a language? (Daniel Dekany)
8. [notepad-plus - Plugin Development] RE: CFM plugin?
(SourceForge.net)
9. [notepad-plus - Open Discussion] Notepad++ .txt filetype
association broken (SourceForge.net)
10. [notepad-plus - Help] RE: N++ wishes (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 30 Jan 2009 12:48:28 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] how to add a return
after every"." symbol
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=6298995
By: openkumar
am having a Txt file, in which I need to insert return after ". " so that it
looks like Below
++++++
before adding return after "."
++++++
233 The quick brown fox. The quick brown fox. The quick brown fox. The quick
brown fox.
The quick brown fox. The quick brown fox. The quick brown fox. The quick
brown fox.
The quick brown fox. The quick brown fox. The quick brown fox. The quick
brown fox.
++++++
After adding return after "."
++++++
233 The quick brown fox.
234 The quick brown fox.
235 The quick brown fox.
236 The quick brown fox.
237 The quick brown fox.
238 The quick brown fox.
239 The quick brown fox.
240 The quick brown fox.
241 The quick brown fox.
242 The quick brown fox.
243 The quick brown fox.
244 The quick brown fox.
Can anyone help me with this in detail (step by step) please. THX 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: 2
Date: Fri, 30 Jan 2009 13:24:38 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Fix
incremental search behaviour
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=6299279
By: laur_nl
I find that incremental search is one of the more useful features in any text
editor. I have a few observations that should improve its functionality
in Notepad++.
Jump to next found token (Enter) is a nice touch. Basically, I can press Enter
at any time and it will skip to the next result. However, if I press Esc, the
editor skips back to the first result, which is unexpected. I would like the
cursor to stay on the current line (the Nth match).
Furthermore, on Esc the search string should be added to the search history,
so that hitting F3 should continue the search. This is the behaviour I'm
expecting,
and it's frustrating when I hit F3 and nothing happens (or worse, the last
non-incremental search is fired again).
"Highlight all" is another nice touch. It would be more useful if you could
toggle it via a keyboard shortcut (ditto for Match Case). Or at least make its
state persistent and/or configurable.
Thanks for a great text editor,
Laur
______________________________________________________________________
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: Fri, 30 Jan 2009 14:04:39 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Hex Editor 0.9.2 released
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=6299777
By: malafaya
It would be cool to have this plugin as part of the standard Notepad++ bundle.
Who can do that? I Use it all the time...
Thanks,
Andr?
______________________________________________________________________
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: 4
Date: Fri, 30 Jan 2009 15:00:59 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: how to add a
return after every"." symbol
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=6300219
By: abc-x
in search/replace choose "extended" and replace "." by ".\n"
______________________________________________________________________
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: Fri, 30 Jan 2009 17:19:24 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
[Plugin Requests] - Several
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=6301226
By: oliverh72
Hi,
I am in awe of all you folks who come up with excellent plugins for N++. Kudos
also to Don; I love this program!
My requests are...
1. Proper autocompletion for HTML within PHP files, without having to switch
the language to HTML. By 'proper', I mean completing nested HTML, when
applicable.
It would be *really* nice if a user could specify their desired indentation.
For instance when I type <div>, it would be nice for it to do this
automatically:
<div>
cursor
</div>
2. Incremental search improvements.. I'd like to see this on the top menu bar,
with a button to clear your entry w/o removing the toolbar. It would also be
cool if it could save your last 3 searches as clickable buttons, with the
options
you had selected, ie: highlight all/match case.. Kind of like search macros,
I guess.
3. Find dialog dockable. This is one that would be really nice. I find the find
dialog unwieldy. Docking it to the right/left would be wonderful. Tabs
for find/replace/find in files at the top should be maintained, of course.
4. Edit marks!! Am I the only one who would find this useful? :P I posted it
as a feature request, but I think it's more appropriate as a Plugin request.
This is how they work: for every line you change, a colored mark appears in
the gutter to indicate that you have edited that line. When the document is
saved, that mark changes to a different color, from red to green, say. This
allows you to easily find the lines you've modified in the document, both before
and after saving it.
They are well-implemented in LopeEdit and in TSW WebCoder 200x.
5. Code Explorer. This might be asking for too much. :) This would be helpful,
although it certainly isn't necessary, imo.
6. Not sure if this should be a feature request or not, but: Customizable
toolbar.
This would be nice to have.
Thanks again!!
Oliver
______________________________________________________________________
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: 6
Date: Fri, 30 Jan 2009 21:01:20 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Add Insert Newline
Linebreak After . dot
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=6302928
By: fool4uanyway
Read this message (and the original post also):
"RE: Insert a CR LF into a string of text with NP"
By: Fool4UAnyway (fool4uanyway) - 2008-12-04 20:32
http://sourceforge.net/forum/message.php?msg_id=5758377
______________________________________________________________________
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: Sat, 31 Jan 2009 12:04:12 +0100
From: Daniel Dekany <[email protected]>
Subject: [Notepad-plus-plus] How to set indentation size for a
language?
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=iso-8859-2
For example, for Java the "standard" indentation size is 4, while for
Ruby it's 2. But I only found a global setting for indentation size.
Do I miss something here?
--
Best regards,
Daniel Dekany
------------------------------
Message: 8
Date: Sat, 31 Jan 2009 03:58:25 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
CFM plugin?
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=6306358
By: mighunter
So, is there some tutorial on making your own plugins? I'd really like to make
one for CFML.
______________________________________________________________________
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: 9
Date: Sat, 31 Jan 2009 17:49:06 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
Notepad++ .txt filetype association broken
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=6311345
By: thomaskunze
I' running notepad++ under Vista. Right now, I can not open .txt files anymore
(by double klick), I have to use the menu extension instead...
The file type associations seem to be right (registry and "open with" dialogs).
Any hints are welcome!
______________________________________________________________________
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: Sat, 31 Jan 2009 19:19:48 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: N++ wishes
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=6311729
By: tvalusek
Well, thanks again for responses. Now what bothers me the most is that default
folder for saving new documents - where is that set? And what about the text
color of selected text?
______________________________________________________________________
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:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 32, Issue 60
*************************************************