Send Notepad-plus-plus mailing list submissions to
        notepad-plus-plus@lists.sourceforge.net

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
        notepad-plus-plus-requ...@lists.sourceforge.net

You can reach the person managing the list at
        notepad-plus-plus-ow...@lists.sourceforge.net

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: FTP-SSH Plugin (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: feature      request: back
      and forward buttons (SourceForge.net)
   3. [notepad-plus - Help] RE: search in files not     working
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: feature      request: back
      and forward buttons (SourceForge.net)
   5. [notepad-plus - Help] Advanced Find Replace EOL   linefeed
      linebreak (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: request      TAB MENUS for
      notepad++ (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: feature      request: back
      and forward buttons (SourceForge.net)
   8. [notepad-plus - Open Discussion] Weird behavior   on first
      launch (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: request      TAB MENUS for
      notepad++ (SourceForge.net)
  10. [notepad-plus - Help] Notepad++ Search and        Replace with
      Filename (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: request      TAB MENUS for
      notepad++ (SourceForge.net)
  12. [notepad-plus - Open Discussion] Smart    Highlighting/Tag
      Matching styling (SourceForge.net)


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

Message: 1
Date: Fri, 17 Apr 2009 08:46:11 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: FTP-SSH Plugin
To: nore...@sourceforge.net
Message-ID: <7206400.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7206400
By: thorstenhirsch

But one could also write a plugin, so that we don't have to rely on any other
application. ;)

1 more vote for a sftp 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=331754



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

Message: 2
Date: Fri, 17 Apr 2009 08:53:35 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        feature request: back and forward buttons
To: nore...@sourceforge.net
Message-ID: <7206593.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7206593
By: janschreiber

I guess what coder means is something like "remember last cursor position,"
which should probably look and feel similar to the back and forward button
functionality in a web browser. It is of course similar to the bookmark
functionality, but it would work without the need to mark a line manually.
I guess it's not easy at all to make something like this work in an intuitive
fashion. For example, when typing, I would certainly not want to jump to the
previous letter.

______________________________________________________________________
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, 17 Apr 2009 09:17:26 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: search in files
        not     working
To: nore...@sourceforge.net
Message-ID: <7206736.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7206736
By: jack111

I uninstall kaspersky antivirus thinking it could be the problem.

now i get the below 

An exception occured.notepad++ cannot recover and must be shut down.
The exception details are as follows:
code: 0xc0000005
Type:access violation
exception address: 0x7c83109c


any ideas anybody thanks

OS= windows xp professional

______________________________________________________________________
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: Fri, 17 Apr 2009 09:45:39 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        feature request: back and forward buttons
To: nore...@sourceforge.net
Message-ID: <7207031.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7207031
By: cchris

You need only the changes in current line to be monitored. This simplifies the
problem.

But it also means being able to jump back to a line that has moved around 
because
of insertions and deletions.

So, the facility looks like just autobookmarking the current line with invisible
bookmarks with a serial number attached as a tag, with some simple interface to
go to next/prev autobookmark. "prev" means the autobookmark with the largest
tag number below current and still existing. Similarly for next.

CChris


______________________________________________________________________
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: Fri, 17 Apr 2009 08:11:02 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Advanced Find
        Replace EOL     linefeed linebreak
To: nore...@sourceforge.net
Message-ID: <7206212.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7206212
By: fool4uanyway

> I have a text file and enabled the View-Show End of Line.
> I want to replace all <CR><LF> with a comma
> if the next line <> H,1

Press Ctrl+R to open the advanced Find/Replace dialog.

In the Find field, enter:
<Ctrl+Enter>
R,

In the Replace field,
enter:
,R,

Find and replace all occurrences.

I guess this is the easiest way, since all lines not starting with an H, start
with an R.


______________________________________________________________________
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: Fri, 17 Apr 2009 09:52:02 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        request TAB MENUS for notepad++
To: nore...@sourceforge.net
Message-ID: <7207062.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7207062
By: cchris

I don't know if your solution would help, but I'd very much like to tailor some
of the menus, folding some groups of items n cascading menus. The Edit and View
menus take all the screen height when viewed in 800x600, which makes in quite
inconvenient to switch from a menu to another when the leftmost ones are
involved.
Also some lists, like the Localization one in Preferences, display funny for
the same reason. Problem vanishes at higher resolutions, but so does my ability
to read the items :(

CChris

______________________________________________________________________
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: Fri, 17 Apr 2009 11:17:14 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        feature request: back and forward buttons
To: nore...@sourceforge.net
Message-ID: <7207636.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7207636
By: janschreiber

Yes, auto-bookmarking sounds like a good approach. In any case, count me in
on those who would love to have 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: 8
Date: Fri, 17 Apr 2009 12:08:25 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Weird
        behavior        on first launch
To: nore...@sourceforge.net
Message-ID: <7208067.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7208067
By: drshelper

I'm using the Windows 7 beta.  On the first launch of Notepad++ after a reboot,
the process will start but I get no window.  I can see it in task manager but
no visible windows.  If I kill the process in task manager than from then on
things are fine and I get a window on subsequent launches.

______________________________________________________________________
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: Fri, 17 Apr 2009 12:14:47 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        request TAB MENUS for notepad++
To: nore...@sourceforge.net
Message-ID: <7208241.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7208241
By: donho

> ...I'd very much like to tailor some of the menus, folding some groups of
items n cascading menus.

I'll consider it.

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: 10
Date: Fri, 17 Apr 2009 12:38:50 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Notepad++ Search
        and     Replace with Filename
To: nore...@sourceforge.net
Message-ID: <7208367.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7208367
By: kiewee123

I want to search and replace in a few hundred text files. I'm looking for a
string and wanting to replace that with the text files name, excluding 
extension.
How can I do this?

Kind Regards,
Kieron

______________________________________________________________________
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: Fri, 17 Apr 2009 13:45:59 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        request TAB MENUS for notepad++
To: nore...@sourceforge.net
Message-ID: <7208875.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7208875
By: cdrpo

at least, tabs menus as in the following image

http://upload.wikimedia.org/wikipedia/en/archive/e/e1/20090310044825%21Homesite-
2.5.gif

______________________________________________________________________
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: Fri, 17 Apr 2009 15:23:59 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Smart
        Highlighting/Tag Matching styling
To: nore...@sourceforge.net
Message-ID: <7209751.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7209751
By: kamkha

Is it possible to configure the colors used for smart highlighting (highlighting
of the selected word in the document) and XML/HTML tag matching (highlighting
of the corresponding opening or closing XML/HTML tag)?

As far as I can tell, the highlighted background color is chosen algorithmically
based on the background color of the line, and, while the highlighted color
is very visible with a light background (e.g. lime green when the background
is white), it is nearly undetectable on a dark background (slightly darker navy
blue on a navy blue background).

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p

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

_______________________________________________
Notepad-plus-plus mailing list
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 35, Issue 27
*************************************************

Reply via email to