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: How to: 1 ^
start-of-line per line in reg (SourceForge.net)
2. [notepad-plus - Help] Current Folder (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: Feature request : Print
Preview (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: How to: 1 ^
start-of-line per line in reg (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: How to: 1 ^
start-of-line per line in reg (SourceForge.net)
7. [notepad-plus - Help] Command line to open a new tab?
(SourceForge.net)
8. [notepad-plus - Open Discussion] [FEATURE REQ.] Column Mode
like in UltraEdit (SourceForge.net)
9. [notepad-plus - Help] RE: Current Folder (SourceForge.net)
10. [notepad-plus - Help] RE: Current Folder (SourceForge.net)
11. [notepad-plus - Plugin Development] RE: C++ Compiler
(SourceForge.net)
12. [notepad-plus - Help] how to copy keyboard shortcuts to
another PC? (SourceForge.net)
13. [notepad-plus - Open Discussion] RE: Does notepad++ supports
scripting? (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Thu, 15 Nov 2007 02:52:15 -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=4624865
By: nobody
Actually, there are simply different realisations of "replace all" algorithm.
Since it's not a part of regex engine itself (PCRE for example don't even have
routines for replacement), each editor/tool can have it's own realisation. Some
of them first collecting all matches and then replace them all (giving result
which author expected to see), others do one-by-one in-time replacements, like
you simply press "Replace Next" button continiously until there are no matches
left. This is how it work in NP++ (and all scintilla-based projects i guess).
Regex engine, and anchors, as a part of it, in both situations work simillary,
but result is different, becouse of different end-of-match offsets after search
and after replacement. None of this alogrithms is correct or incorrect. They
are simply different. And using this or that regex is depended on which tool
you're using and how it works.
______________________________________________________________________
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: Thu, 15 Nov 2007 03:05:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Current Folder
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=4624887
By: dartiss
Is there an easy way to get N++ to remember the folder you are working in?
Whenever
I try to create a new file or open an existing one, it default to the N++
installation folder.
If I use Explorer Lite plugin, then I can open using that, but it doesn't
resolve
the issue of new files.
I've tried playing with various settings in the preferences, but am still stuck.
Any suggestions?
David.
______________________________________________________________________
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: Thu, 15 Nov 2007 04:00:22 -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=4624972
By: nobody
If a search for ^ gets stuck at the first found position, why does a search
for $ not?
This is just an inconsistency within the very same engine.
______________________________________________________________________
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: Thu, 15 Nov 2007 04:14:03 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature request : Print Preview
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=4624986
By: nobody
Print Preview is a very useful tool, especially if you use N++ not only for
writing code, but also as simple word processor, as I often do. I'll be very
happy if N++ will have this feature in future.
Mike
______________________________________________________________________
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: Thu, 15 Nov 2007 04:37:34 -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=4625014
By: nobody
$ count doesn't work in Ctrl+H dialog too. If you're talking about Ctrl+R dialog
than it's a part of TextFX plugin, not NP++ itself, so I don't know much about
it.
______________________________________________________________________
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: Thu, 15 Nov 2007 05:47:42 -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=4625104
By: nobody
What do you mean to say?
A simple _search_ (that is: search only, not replace) of ^ gets stuck in both
CTRL+H/CTRL+F and CTRL+R Dialogs. That is, the search algorythm will hold and
find the same ^ over and over again at the first non-empty line. As long as
the current line is empty, it will progress to the next line.
A simple _search_ (that is: search only, not replace) of $ has no problems:
it will always advance to the next line. This is not consistent with the ^ find
behavior and is also not logical if $ is _just_ an anchor.
If the cursor doesn't really move when an ^ is found, it should also not move
when it runs into an $. Preferrably, the search engine remembers if it has also
found the current position and goes on looking for the next, both for ^ and
$ as it currenlty _only_ does for $.
You can check cursor movement on the status line. Keep an eye on the Ln and
Col line and column numbers when finding the next match.
______________________________________________________________________
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: Thu, 15 Nov 2007 06:19:33 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Command line to
open a new tab?
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=4625167
By: nobody
In good ole notepad, I get a scratch pad instantly when I click on the notepad
icon (opens with a default empty text document). The annoying thing is having
27 of these instances by lunchtime.
I like the way notepad++ reuses the same window, but when I click on my
shortcut,
I'd like it to open a fresh tab for me. Is there an easy way to do that?
______________________________________________________________________
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, 15 Nov 2007 06:01:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] [FEATURE
REQ.] Column Mode like in UltraEdit
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=4625130
By: nobody
I would like to see the column mode working similar to UltraEdit's Column Mode.
Do you see any possibility to implement that feature?
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=331753
------------------------------
Message: 9
Date: Thu, 15 Nov 2007 08:42:50 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Current Folder
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=4625392
By: nobody
Preference - Preferences - "Remember the last operation 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: 10
Date: Thu, 15 Nov 2007 08:45:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Current Folder
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=4625396
By: dartiss
Yep. Got that ticked. Still doesn't work - well it does if I use the folder
in that particular session. But if I close Notepad down and start it again,
it defaults back to the install directory again.
David.
______________________________________________________________________
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, 15 Nov 2007 08:54:08 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
C++ Compiler
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=4625414
By: nobody
There is also a version of GCC, which includes the g++ compiler, from
'mingw.org'
that will work with windows. GCC itself will work with mac and linux if that
is your OS.
______________________________________________________________________
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: 12
Date: Thu, 15 Nov 2007 09:11:08 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] how to copy
keyboard shortcuts to another PC?
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=4625439
By: nobody
I've customized my keyboard shortcuts and now I want to copy these shortcuts
to another computer running Notepad++. How do I do this? I copied the xml files
from C:\Program Files\Notepad++ to the other PC but it doesn't work. Are the
keyboard shortcuts stored in the registry somewhere?
thanks,
Randy
______________________________________________________________________
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: 13
Date: Thu, 15 Nov 2007 09:49:26 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Does
notepad++ supports scripting?
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=4625502
By: fidvo
As far as I know, notepad++ does not support scripting other than using Macros.
However, if you're patient, I'm about to dive into plugin development, and the
first thing I plan to do is create a simple scripting engine. With a little
luck, I should have something working in a couple of weeks. It will be pretty
primitive; no loops, branching, variables, or nested functions. There will
be about a dozen functions for processing text, including Find-and-Replace (Yes,
I plan to include the ever-popular \r\n). It will have the ability to save
and load scripts from files, and let you internally maintain a group of your
favorite scripts so you can just select them from a list.
Is that the kind of thing you're looking for? I don't use pspad, so I don't
know what its scripting is like.
______________________________________________________________________
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
------------------------------
_______________________________________________
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 45
*************************************************