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
        [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: Any way to default to   a certain
      template? (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE:   Function list
      (SourceForge.net)
   3. [notepad-plus - Help] RE: Bug with the 'silent    update'
      feature ? (SourceForge.net)
   4. [notepad-plus - Help] RE: Editing multiple        lines at same time
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: 4.7.1        crash with xp
      compatibility mode (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE:   Suggestion on NppExec
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] Find/Replace:    No DropDown
      History Scrollbar (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Notepad++    v4.7.2 final
      release (SourceForge.net)
   9. [notepad-plus - Open Discussion] Create a link    in an HTML
      file (SourceForge.net)
  10. [notepad-plus - Open Discussion] [Feature Request] Switch
      between tabs (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Notepad++    and Mac OS X
      (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: [Feature     Request] Switch
      between tabs (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Notepad++    v4.7.2 final
      release (SourceForge.net)


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

Message: 1
Date: Fri, 04 Jan 2008 00:29:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Any way to
        default to      a certain template?
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=4700874
By: nobody

Perhaps you could save your templates from EditPlus as read-only files, open
them in Notepad++ and Save them As... as soon as you open them as "new"
document?


______________________________________________________________________
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, 04 Jan 2008 00:34:52 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Function list
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=4700880
By: nobody

Yeah Same Problem here. The FL is one of the best features but it actually 
doesn't
work -.-

______________________________________________________________________
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: 3
Date: Fri, 04 Jan 2008 00:35:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Bug with the
        'silent update' feature ?
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=4700882
By: nobody

It was not clear to me that you were talking about the reload document menu
option, since there is also a confirmation popup for the not-silent automatic
update feature.

I guess you could have simply phrased your question as: (how) can I create a
shortcut for the reload document menu option?

I did not say anything about moving the cursor.


______________________________________________________________________
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, 04 Jan 2008 00:41:10 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Editing
        multiple        lines at same time
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=4700886
By: nobody

This is something I would typically use the Find/Replace function for.

Select the lines you want to prefix.
Check regular expressions.
Enter in the Find Field:
^(.+)
Enter in the Replace Field:
rmdir /s /q \1

Replace all.

Or do not use regular expressions, but simply replace each End-Of-Line character
_of the previous line_ by and EOL + rmdir /s /q. Notice that you should select
the line before the first and exclude the last EOL from you selection when doing
this.

Use the CTRL+R Find/Replace Dialog for this and the CTRL+M or CTRL+Enter key
to enter the EOL in the find and replace fields.


______________________________________________________________________
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, 04 Jan 2008 00:52:27 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        4.7.1   crash with xp compatibility mode
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=4700902
By: nobody

What problems do you get when not running it in compatibility mode? I'm just
curious because I use N++ daily in Vista (without any compatibility set) and
have had as smooth an experience as when running it under other versions of
Windows.

______________________________________________________________________
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: Fri, 04 Jan 2008 01:13:24 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Suggestion on NppExec
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=4700928
By: dv__

Well, you can type this command just once:
"$(CURRENT_DIRECTORY)\masm.exe" "$(FULL_CURRENT_PATH)"
and then, after execution of this command, press the Arrow Up key to activate
this command again.
Moreover, you can do the same thing even after you restart Notepad++ because
now the command history is saved and restored.
(I assume you have the "Console Commands History" option enabled).


______________________________________________________________________
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: 7
Date: Fri, 04 Jan 2008 01:39:31 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Find/Replace:   No DropDown History Scrollbar
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=4700958
By: nobody

Yesterday I was wondering where my last find and replace items had gone. The
list just seemed to end after a certain number of items and stop there.

Today I found out I can actually scroll down, below the last visible item, by
using the cursor movement keys (cursor down, PageDown).

I would like to request to simply add a vertical scroll bar to this drop down
list, so it is clear from the moment it is presented that there are more items
in the list than displayed.


______________________________________________________________________
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, 04 Jan 2008 01:54:25 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.7.2 final release
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=4700976
By: harrybharry

FTP_synchronize 0.9.5.2 should fix the mentioned bug.
The scrollbar was altered because the one previoulsly used was rather 
ineffective,
the size was an estimate of the largest line of all the files opened and so
it took time to open multiple large files and sometimes it wasnt long enough
so text was invisible.

I suppose the scrollbar could be made permanently visible as it usually was
before since once displayed, the old scrollbar never disappeared. I can add
it in but its up to Don HO to decide (probably more a Notepad 4.8 thing which
may take a while to be released).

______________________________________________________________________
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, 04 Jan 2008 02:33:16 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Create a
        link    in an HTML file
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=4701021
By: franzemmanuel

Hi everybody and Happy New Year 2008

I would like to know if it is possible to create an HTML link with Notepad++
(using TextFX for example) ?

Example :
Now you can fin Notepad++ on Wikipedia at
http://fr.wikipedia.org/wiki/Notepad++
 
We selected the link, we clock on an icon or keybord short-cut and
http://fr.wikipedia.org/wiki/Notepad++ becomes
<a href="http://fr.wikipedia.org/wiki/Notepad++";>http://fr.wikipedia.org/wiki/No
tepad++</a>

I did not find anything here

Thank you.
 
FranzEmmanuel 

______________________________________________________________________
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, 04 Jan 2008 02:29:26 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] [Feature
        Request] Switch between tabs
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=4701016
By: nobody

Hello and congratulations again for Notepad++,

One small but very useful request for Notepad++: it would be nice if one could
switch between tabs by typing Ctrl-PageUp and Ctrl-PageDown.

Why?

1- It is becoming very common in applications that have tabs (Microsoft Excel,
FireFox, etc.).
2- As far as I know, Notepad++ has no way to switch between tabs from the 
keyboard,
which means that the user has to use the mouse; this is not very efficient in
a text editor.

Best regards,

Pascal

______________________________________________________________________
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: 11
Date: Fri, 04 Jan 2008 02:55:38 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       and Mac OS X
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=4701044
By: nobody

And what about SciTE (SCIntilla based Text Editor), which runs on OS X?

______________________________________________________________________
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, 04 Jan 2008 02:59:16 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [Feature        Request] Switch between tabs
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=4701047
By: nobody

You can use ctrl + tab or ctrl + shift + tab to switch between tabs. At least
in version 4.7.

______________________________________________________________________
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: Fri, 04 Jan 2008 04:04:14 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.7.2 final release
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=4701118
By: nobody

> The scrollbar was altered because the one previoulsly used was rather
ineffective

Right, at least it worked then...


______________________________________________________________________
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
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 20, Issue 17
*************************************************

Reply via email to