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 - Open Discussion] RE: Feature      request. FTP
      support (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE:   CCompletion 1.05
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Make a new   language?
      (SourceForge.net)
   4. [notepad-plus - Help] Reg Exp possible bug (SourceForge.net)
   5. [notepad-plus - Open Discussion]  [FEATURE-REQUEST]Multiple
      File Search (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE:   CCompletion 1.05
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] BUG/Feature?     Absurd number
      of file handles (SourceForge.net)
   8. [notepad-plus - Help] RE: Problem when opening    *.NFO file
      (SourceForge.net)
   9. [notepad-plus - Help] RE: Problem when opening    *.NFO file
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Feature      request. FTP
      support (SourceForge.net)
  11. [notepad-plus - Help] Vista without UAC causing   issues on
      launch (SourceForge.net)
  12. [notepad-plus - Plugin Development] RE: Open      Tabs in a
      Dockable Window plugin (SourceForge.net)
  13. [notepad-plus - Open Discussion] File Icons to    Notepad++
      (SourceForge.net)


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

Message: 1
Date: Mon, 26 Nov 2007 06:35:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request. FTP support
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=4642557
By: donho

BTW, is it stable now Ftp_synchronize plugin?
If so, it'll be included in v4.7.

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: Mon, 26 Nov 2007 06:48:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        CCompletion 1.05
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=4642576
By: clrs530

Ahhhh. I missunderstood the project path. I thought it is only for saving the
temp file. I wondered why the ctags.tmp still had been saved in the folder of
the file I edited ;)

1. OK I understand your argument.

Best would be (for me) if it works automatic like I can do it with the 
implemented
word option of 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: 3
Date: Mon, 26 Nov 2007 08:27:57 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Make
        a new   language?
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=4642749
By: nobody

1. see the faq on the homepage userdefine language 
2. in n++ menu view userdefine language to modify

______________________________________________________________________
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 Nov 2007 08:56:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Reg Exp possible
        bug
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=4642793
By: hkubba

lets say i have a large SQL file with this kind of inputs:
insert into ROLE_MODULE(ROLE_ID,MODULE_ID) values(1376,15);
insert into ROLE_MODULE(ROLE_ID,MODULE_ID) values(1502,15); 
...
insert into ROLE_MODULE(ROLE_ID,MODULE_ID) values(1386,16);
insert into ROLE_MODULE(ROLE_ID,MODULE_ID) values(1582,16); 

I want to modify all the module_id=15 lines using Reg. Exp. 
I used 
insert into ROLE_MODULE\(ROLE_ID,MODULE_ID\) values\(\d+,15
it worked in http://jakarta.apache.org/oro/demo.html

yet it is not working in NotePad++ 
I can find 
insert into ROLE_MODULE\(ROLE_ID,MODULE_ID\) values\(\d+
but if i add the last comma, it simply say can not find the string 

any ideas 




______________________________________________________________________
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: Mon, 26 Nov 2007 09:26:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        [FEATURE-REQUEST]Multiple File Search
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=4642839
By: nobody

Currently there is some support to search within multiple files.  Maybe I'm
blind and just don't see it (very possible), but it'd be nice if there was a
way to either
a.) Open all files that returned results from a search
or
b.) Replace (rather than just find) in given files.

This may be a bit complex, I'm not sure.  Option a would be great considering
there's already a "Replace in all opened documents" button.

-eq3guru

______________________________________________________________________
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, 26 Nov 2007 09:34:47 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        CCompletion 1.05
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=4642852
By: nobody

Well, personaly I quickly got used to opening CCompletion immediately whenever
I need any kind of global identifier. It really eases input, especially since
you can type away in lower-case characters.

As far as I know the N++ word completion is case-sensitive and it's hard to
use it because of that. Does anyone know if it can be made case-insensitive?
SCI_AUTOCSETIGNORECASE doesn't seem to work... I tried all kinds of
combinations.

Regards,
Bostjan

______________________________________________________________________
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: Mon, 26 Nov 2007 09:40:47 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        BUG/Feature?    Absurd number of file handles
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=4642861
By: nobody

Using Notepad++ 4.5 I noticed in Task Manager Notepad++ has 18000 file 
handles!!!
I think this number is too big, since no other program comes even close, the
second is lsass.exe with 324. I'm using Notepad with Explorer, FunctionList
and Spellcheck plugins.

______________________________________________________________________
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 Nov 2007 09:50:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem when
        opening *.NFO 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=4642879
By: nobody

I just upadted from 4.0.2 to 4.6 and now N++ just crashes when I open .nfo
files.

______________________________________________________________________
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: 9
Date: Mon, 26 Nov 2007 09:55:34 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problem when
        opening *.NFO 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=4642886
By: nobody

Now I downgraded to 4.3 and .nfos work fien again

______________________________________________________________________
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: 10
Date: Mon, 26 Nov 2007 11:16:29 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Feature request. FTP support
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=4643008
By: harrybharry

I think its pretty much stable now, I havent heard of any crashes since last
release, or any big problems (small bug with selecting the root folder, you
have to select something else first). I got it fixed in my current sources,
only I wrecked it more or less so it cant be released right now (symlinks are
a *****).

______________________________________________________________________
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: Mon, 26 Nov 2007 11:24:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Vista without UAC
        causing issues on launch
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=4643014
By: adaykin

Hello, I used a patch that disabled the UAC on Vista. When I upgraded to 4.6
I started getting an error whenever I launch notepad++. I get a message that
says:

"The requested operation requires elevation"

And immediately after that I get a message saying:

"Exception: 1002"

After I click ok on both of the messages the program launches fine.

______________________________________________________________________
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, 26 Nov 2007 11:34:19 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Open    Tabs in a Dockable Window 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=4643022
By: nobody

Sounds great, what's the name of your plug-in and do you have a link to 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=482781



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

Message: 13
Date: Mon, 26 Nov 2007 12:09:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] File
        Icons to        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=4643207
By: nobody

Hi, visitors of the Forum!

I build new icons to file supported by the Notepad++, are 55 icons. The icons
there is Notepad++ logo and the type of file. I built too, a installer to icons
(built with Inno Setup) with it is possible choose which icon(s) you want use.

The icons have transparency so is probable that it don't work in any OS (Win98
for example).

I don't have any server to release the pack to download, but who has interest
I'm disposed to send for email.

my email : [EMAIL PROTECTED]

I think worthwhile try!

Regards,
Ricardo Crudo.


______________________________________________________________________
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 18, Issue 79
*************************************************

Reply via email to