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: Notepad++    v4.2 RC is
      avalable (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Notepad++    v4.2 RC is
      avalable (SourceForge.net)
   3. [notepad-plus - Help] Using a backslash in        Replacement Text
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Notepad++    v4.2 RC is
      avalable (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Notepad++    v4.2 RC is
      avalable (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Notepad++    v4.2 RC is
      avalable (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE:      Suggestion:
      Configuration file location (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE:      Suggestion:
      Configuration file location (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Notepad++    v4.2 RC is
      avalable (SourceForge.net)
  10. [notepad-plus - Help] RE: print while     maintaining folding
      (SourceForge.net)
  11. [notepad-plus - Help] RE: Pause a game using      Notepad++
      (SourceForge.net)
  12. [notepad-plus - Plugin Development] RE: nppExec
      CreateProcess() failed (SourceForge.net)
  13. [notepad-plus - Help] Line length more than       4096 chars / 4
      Kb? (SourceForge.net)


----------------------------------------------------------------------

Message: 1
Date: Sun, 05 Aug 2007 16:42:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.2 RC is avalable
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=4449174
By: donho

I notice that on my new vaio laptop, and I couldn't find a way to improve that.
If somebody in here has any solution, please let me know.

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: 2
Date: Sun, 05 Aug 2007 16:54:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.2 RC is avalable
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=4449178
By: donho

OK. It will be in the official release.

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: 3
Date: Sun, 05 Aug 2007 18:37:42 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Using a backslash
        in      Replacement Text
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=4449406
By: nobody

Hi,

I'm relatively new to Notepad++, and am having trouble getting a fairly standard
regular expression working.
I'm working in LaTeX, and want to using Find/Replace (either CTRL-H or CTRL-R)
to insert some TeX macros into my document.

Eg. I want to put "\abc" at the beginning of each line in the selected text.

Normally (in Perl, PHP, etc) I would just use "\\abc" as the replacement text,
so that "\\" (double backslash) would give me a single backslash in the 
document,
followed by abc (the desired result). Notepad++, however, has the annoying habit
of grouping the second backslash with the "a", not the first backslash!

The only solution I have found so far is to do it in two steps -- replace with
plain "abc" with regular expressions turned on, then replace all "abc"s with
"\abc"s with regular expressions turned off.

Surely it is possible in one step?

Thanks,
Simon

______________________________________________________________________
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, 05 Aug 2007 22:52:05 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.2 RC is avalable
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=4449556
By: steakhacher

Hi

>> If you select several lines and click on alt+c and you select add text, 
>> the text text is not inserted at the beginning of selecting lines, 
>> but at the beginning of all lines after the last selected lines. 
 
>It's expected behavior.

Can you explain why you have chosen this behavior. What is the interest? I could
understand that it insert text at the beginning of all lines up to end of file
if nothing is selected but not if lines are selected.

I would like to have behavior that I have described to have a simple way to
replace behavior of comment/uncomment function to be able to easily add comment
on a code section even if it contains already some comments.



______________________________________________________________________
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, 05 Aug 2007 23:34:11 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.2 RC is avalable
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=4449593
By: nobody

"4. Add new feature which backups files in a user specific directory."

Can put the backups to corresponding directories?
i.e.:
When user specific directory is set to C:\backup, C:\test\test.php will be 
backup
to C:\backup\C\test\



______________________________________________________________________
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, 06 Aug 2007 00:15:14 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.2 RC is avalable
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=4449669
By: nobody

"4. Add new feature which backups files in a user specific directory. "

This is great - I've been waiting for this. Two minor drawbacks, though:

- it would be nice if I could simply specify an environment variable like %temp%
for the backup-directory

- if the directory does not exist, N++ should at least pop up a warning, better
yet create the directory, even better give the usr the choice to do so - but
not simply ignore this and leave the user without a backup file.

______________________________________________________________________
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: Mon, 06 Aug 2007 02:30:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Suggestion: Configuration file location
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=4449922
By: nobody

Oops, a FAQ, shame on me!

But i have a doLocalConf.xml and still the session.xml and 
the config.xml in the notepad++ folder always get the 
current date/time stamp. When i delete my config.xml in 
the notepad++ folder, notepad++ complaints about 
'Load config.xml failed.' There is a config.xml in 
%AppData%.

(Using Notepad++.exe 4.1.2)

May be i did something wrong when installing?
I never used the installer, always downloaded
the zip and copied the content to a folder on my
server.

greetings
  Ralf


______________________________________________________________________
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, 06 Aug 2007 02:40:34 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Suggestion: Configuration file location
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=4449929
By: nobody

Finally i got it now,

when there is _no!_ doLocalConf.xml, the settings are saved
in %AppData%\notepad++.

I wonder, where this file came from, i never created
it, may be from one of the zips.

Perhaps i missed an update, where this was explained
in the changelog.

greetings
Ralf


______________________________________________________________________
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, 06 Aug 2007 02:43:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.2 RC is avalable
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=4449931
By: nobody

NppExec v0.2 beta 3 is old. Beta 4 is the newest. Can you please include the
beta4 in 4.2 final?

Thanks ;-)

______________________________________________________________________
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, 06 Aug 2007 03:04:56 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: print while
        maintaining folding
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=4449945
By: nobody

I believe the line numbering in this case is lost... Thanks for the tip, though
:)

______________________________________________________________________
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: Mon, 06 Aug 2007 04:04:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Pause a game
        using   Notepad++
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=4450000
By: spacedude666

Are you writing a plug-in game to Notepad++ or is this post completely
unrelated?

______________________________________________________________________
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: 12
Date: Mon, 06 Aug 2007 05:26:46 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        nppExec CreateProcess() failed
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=4450100
By: nobody

No, it supports only those commands which can be shown by typing "help" in the
plugin's Console Dialog.
But you can run cmd.exe inside of Console Dialog and execute cmd's (batch) 
commands
while cmd.exe is running. But in this case don't forget to type "exit" to exit
cmd.exe before you close 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=482781



------------------------------

Message: 13
Date: Mon, 06 Aug 2007 06:06:01 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Line length more
        than    4096 chars / 4 Kb?
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=4450148
By: nobody

Hi,

and thanks for this great prog. I'm using Notepad++ for over nearly one and
a half year and found no better editor so far.

The only thing that bothers me ist the limitation to 4 Kb per line. For example,
I also found Notepad++ usefull for checking flatfile databases, but these 
sometimes
contain entries with lines longer than 4096 chars and these lines aren't 
displayed
correctly. I have to mark them piece by piece to see the content.

At least, it's possible to have longer lines in files, I can load these files
with Notepad++, I can even edit them (if I'd like to work blind) and Notepad++
saves the changes, too - it's just an issue of displaying these lines. So why
don't let them be displayed? :-)

Greetings
Martin

______________________________________________________________________
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: 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 15, Issue 13
*************************************************

Reply via email to