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] RE: Replace ;       with <CR> <LF>
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Wishlist     for 4.1
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Win Vista    Issue
      (SourceForge.net)
   4. [notepad-plus - Open Discussion]  [request]Suggest as you type
      (SourceForge.net)
   5. [notepad-plus - Help] RE: notepad replacement (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Tiny bug     (4.01):
      Modified/Created date (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: File renamed
      notification (SourceForge.net)
   8. [notepad-plus - Open Discussion] Compiler for     type
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: * mark for   changed file
      in titlebar & tab (SourceForge.net)
  10. [notepad-plus - Help] Find not showing found      and highlighted
      text (SourceForge.net)
  11. [notepad-plus - Open Discussion] Change of        default
      /Application data dir ? (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Why not? (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Win Vista    Issue
      (SourceForge.net)


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

Message: 1
Date: Mon, 26 Feb 2007 09:14:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Replace ;        with
        <CR> <LF>
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=4179136
By: nobody

Okay, sorry folks for bothering you with the question - found the solution 
myself
pretty soon afterwards. Ctrl-M in the advanced search and replace was all I
needed...


______________________________________________________________________
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: Mon, 26 Feb 2007 09:34:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Wishlist        for 4.1
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=4179186
By: nobody

My wish list...

Bookmark retention across saved sessions 

______________________________________________________________________
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: Mon, 26 Feb 2007 11:34:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Win
        Vista   Issue
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=4179411
By: nobody

Hello Leo,

could you contact me via eMail? I have a new version for testing on Vista. Don't
know if it works, because I have no Vista.

Best Regards
Jens

______________________________________________________________________
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: Mon, 26 Feb 2007 11:54:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        [request]Suggest as you type
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=4179462
By: nobody

When using a php file for example, when you start typing in a function name,
it would be helpful to automatically suggest functions names when typing.

______________________________________________________________________
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: Mon, 26 Feb 2007 12:59:37 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: notepad
        replacement
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=4179588
By: raulmateos

Press Start Menu, use "search" and look for "notepad.exe".

______________________________________________________________________
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: 6
Date: Mon, 26 Feb 2007 14:04:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Tiny
        bug     (4.01): Modified/Created date
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=4179722
By: nobody

Out of curiosity, try creating files for Jan 1st, 2038 and Jan 1st, 2039.  If
the first one works and the second one doesn't, I'd guess there's a Y2K38 bug
in N++.  That's when the 32-bit integer counter for the number of seconds in
the Unix epoch runs out.

I'm having trouble creating such a file because my Unixy touch.exe won't do
anything past the end of the Unix epoch, and neither will utime in Perl.  With
enough persistence, I'm sure I can get SetFileTime working using Win32::API
in Perl, but you've obviously got something written to do that, so you might
as well test it!

My gut instinct (not having ever even glanced at the N++ codebase) is that it's
related to the file-update notification stuff.

:-)

--Toby Ovod-Everett


______________________________________________________________________
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, 26 Feb 2007 14:46:09 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: File
        renamed notification
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=4179810
By: jmg_

Can you clarify what you mean ?
In NP++, a file that is deleted, or renamed, gives a message to that effect,
asking
if you want to keep the editor copy.

In fact, it asks you that EVERY time you switch to NP++, which could be an 
overkill/annoying in some situations


______________________________________________________________________
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, 26 Feb 2007 14:56:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Compiler
        for     type
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=4179822
By: misiim

Would it be possible to have a compiler setting for different types so you can
compile from 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=331753



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

Message: 9
Date: Mon, 26 Feb 2007 15:53:32 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: *
        mark for        changed file in titlebar & 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=4179892
By: nobody

orange color on the tab is not the standard way.

______________________________________________________________________
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, 26 Feb 2007 16:38:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Find not showing
        found   and highlighted 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=4179952
By: melkevizth

I just installed the latest version (i.e. v4.0.2) and now the find procedure
doesn't work properly. I had version 4.0.1 installed for a very short time 
in-between
the 3.9.x series and 4.0.2 so I don't know for sure if it was broken in 4.0.1
or not. What happens is that the find will find and highlight the text that
is searched for, but it doesn't move the window to display the found text (i.e.
it doesn't scroll the window to make the found text visible).

Thanks for the great program,

Mike E

______________________________________________________________________
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, 26 Feb 2007 17:03:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Change
        of      default /Application data dir ?
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=4179982
By: jmg_

I see the default install can span two drives, as it puts the configs that NP++
reads
on startup into C:\program files\...\Application Data\Notepad++\[files here]

Is there a way to safely override this, as I want to put the system on a USB
DRIVE,
and move around ?

So far, I've got the EXE running, and have got the batch file launch to behave
as well,
with some workarounds as there is no $CURRENT_DRIVE

I thought a recent version solved this, but it does not seem to read these files
if
they exist in NP++ exe dir, and instead trawls the c: drive... which MAY have 
incorrect version from another NP++ install, or none at all...

To me, it's generally better to keep all the stuff in one place, as it avoids
precisely this type of portability fish-hooks, and allows users to move, and
use multiple settings.




______________________________________________________________________
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: Mon, 26 Feb 2007 17:05:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Why
        not?
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=4179986
By: donho

Jesus, is that so difficult to use shortcut mapper to remap the exit to ESC
key? I posted the answer several times, but people ask their question without
checking on the forum again and again. God knows why...

A "allow multiple instances" option is cool and available, just RTFM.

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: 13
Date: Mon, 26 Feb 2007 19:24:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Win
        Vista   Issue
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=4180188
By: jmg_

Do you want this tested on Win 2000 as well, to see if the print.hp1220 crash
is
solved too ?

______________________________________________________________________
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



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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 9, Issue 70
************************************************

Reply via email to