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: BUG: Focus   lost after
      ALT+TAB switching (SourceForge.net)
   2. [notepad-plus - Help] FunctionList is empty (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Regular      expression
      search/replace (SourceForge.net)
   4. [notepad-plus - Help] RE: Export / Import User    Defined
      (SourceForge.net)
   5. [notepad-plus - Help] RE: Replace line break      with backspace?
      (SourceForge.net)
   6. [notepad-plus - Help] RE: How to set split        screen?
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: ASP  support for
      alternate languages? (SourceForge.net)
   8. [notepad-plus - Plugin Development] FTP Access    Plugin ??
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] feature: shortcuts:
      next/prev tab (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: FTP       Access Plugin ??
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] feature: shortcuts:
      next/prev tab (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: BUG: Focus   lost after
      closing of Find dialog (SourceForge.net)
  13. [notepad-plus - Help] BUG - MSDOS Style (SourceForge.net)


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

Message: 1
Date: Thu, 15 Feb 2007 14:21:17 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: BUG:
        Focus   lost after ALT+TAB switching
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=4160479
By: donho

Confirmation. The explorer.dll cause such problem.

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: Thu, 15 Feb 2007 14:34:05 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] FunctionList is
        empty
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=4160506
By: nobody

Hi,

I'm editing a C++ file, and when I invoke the "View List" of the functionList
Plugin, an empty window pops-up.

Is there something missing?  The file FunctionListPlugin.dll in under the plugin
directory.

Thanks
Stef

______________________________________________________________________
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 Feb 2007 15:02:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Regular expression search/replace
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=4160552
By: pshute

>From that posting it sounds like my links don't work for some people if I 
>follow
them with a full stop.  I didn't know that - they work ok for me in Firefox.
I'll start adding a space after them.

______________________________________________________________________
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 Feb 2007 15:58:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Export / Import
        User    Defined
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=4160611
By: rocky_stone

The user defined languages settings are stored in 'userDefineLang.xml' file,
which is either in your N++ install directory or in %Appdata%\Notepad++
directory.
As far as I know all you need to do in order to share your user defined language
with someone else is to give him this file. There will be a problem though,
if the other person have his own user defined languages - in this case the his
and yours userDefineLang.xml files will have to be manually merged.

Regards,
Ricky

______________________________________________________________________
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: Thu, 15 Feb 2007 16:33:21 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Replace line
        break   with backspace?
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=4160653
By: pshute

As you've probably found, there's a "bug" that makes searching for newlines
tricky.  Have a read
of http://notepad-plus.sourceforge.net/uk/newlineFindReplace-HOWTO.php for the
various methods that allow it.  You'll need to replace them with nothing, not
a backspace.

Having said that, I couldn't work out how to do it in one step - the 
restrictions
on what works are too great. I did it like this:
1. Start the advanced find/replace (control R)
   *Without* regex search for control-M and replace with a single space through
the whole file.
2. Now turn *on* regex and search for (:..) (....-) and replace with \1 
control-M
\2

The regex FAQ is at http://notepad-plus.sourceforge.net/uk/regExpList.php if
you're not familiar with it and want to understand how the second step works.

Anyone else work out a better 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=331754



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

Message: 6
Date: Thu, 15 Feb 2007 16:34:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to set
        split   screen?
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=4160655
By: pshute

There's a FAQ for it at 
http://notepad-plus.sourceforge.net/uk/multiView-HOWTO.php
.

______________________________________________________________________
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: 7
Date: Thu, 15 Feb 2007 18:50:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: ASP
        support for alternate languages?
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=4160867
By: nobody

It looks like I may have found the answer to my question
on http://scintilla.sourceforge.net/ScintillaToDo.html in the line under 
"Scintilla
To Do" that reads "Composition of lexing for mixed languages (such as ASP+ over
COBOL) by combining lexers.".  If anyone knows of any work arounds (such as
a custom language file), do mention it.

--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: 8
Date: Thu, 15 Feb 2007 20:04:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] FTP
        Access  Plugin ??
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=4160926
By: nobody

Hi All, 
 
I am using notepad++ v4.0.2. I would like to make a suggestion to improve 
notepad++.
It is a feature available in Crimson Editor 3.70. It has an inbuilt FTP feature
to
 
Edit remote files directly using built-in FTP client 
- open, edit, and save documents in remote FTP servers. 
- save account information (encoded) for automatic logon.  
 
It would be very useful if the above feature is incorporated. 
 
Guys!! What do u think about it?
Can anyone come up with a plugin for that 
 
Regards, 
Shafi 
[EMAIL PROTECTED] 

______________________________________________________________________
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: 9
Date: Thu, 15 Feb 2007 20:46:46 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] feature:
        shortcuts: next/prev 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=4160970
By: nobody

how if to useing costumize key ? If not in this version, i wish on next version

______________________________________________________________________
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: Thu, 15 Feb 2007 23:14:15 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        FTP     Access Plugin ??
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=4161069
By: nobody

Hello Shafi,

I just started to develop a ftp feature for the explorer plugin, from Jens
Lorenz.

The plugin is gone look/feel like the functionality that editplus is providing.
So the plugin will have:
  - open, edit, and save documents in remote FTP servers, true the explorer
view.
  - save account information, this will be saved in a xml format or some kind.
The username/password will be encrypted.

Kind regrades,

Edward Heuveling
[EMAIL PROTECTED]

______________________________________________________________________
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: 11
Date: Fri, 16 Feb 2007 00:16:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] feature:
        shortcuts: next/prev 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=4161121
By: nobody

CTRL+TAB and CTRL+SHIFT+TAB is a standard shortcut! Why would you change 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: 12
Date: Fri, 16 Feb 2007 01:05:07 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: BUG:
        Focus   lost after closing of Find dialog
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=4161189
By: dv__

Please, send your "config.xml" (a file with Notepad++'s options) to me. I can't
reproduce this bug.
dvv81 (at) ukr (dot) net

______________________________________________________________________
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, 16 Feb 2007 01:54:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] BUG - MSDOS Style
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=4161253
By: nobody

I've just installed Npp 4.0.2, seems to work fine until i select the MSDOS Style
in language menu : npp freezes, app not responding, etc ...
Same happens when opening files with 'nfo' extension ...
(Using WinXP SP2, never had any pb with npp before this)

Thx

______________________________________________________________________
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



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

-------------------------------------------------------------------------
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 46
************************************************

Reply via email to