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 - Plugin Development] RE: Need      ideas for batch,
      script, merge plugi (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: Need      ideas for batch,
      script, merge plugi (SourceForge.net)
   3. [notepad-plus - Open Discussion] double-click     to download
      truncates files (SourceForge.net)
   4. [notepad-plus - Help] RE: RegEx: Find comma not   followed by
      space (SourceForge.net)
   5. [notepad-plus - Help] RE: RegEx: Find comma not   followed by
      space (SourceForge.net)
   6. [notepad-plus - Help] Calling Python apps from    NotePad++
      (SourceForge.net)
   7. [notepad-plus - Plugin Development] Not sure ... (SourceForge.net)
   8. [notepad-plus - Help] RE: RegEx: Find comma not   followed by
      space (SourceForge.net)
   9. [notepad-plus - Open Discussion] Some quirks      with Notepad++
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] Memory   management
      (SourceForge.net)


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

Message: 1
Date: Tue, 24 Feb 2009 04:10:27 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Need    ideas for batch, script, merge plugi
To: nore...@sourceforge.net
Message-ID: <6509006.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

I have no idea on the message being sent again.

I did respond to your suggestion, see 2009-02-23 11:30 on sourceforge.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=482781



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

Message: 2
Date: Tue, 24 Feb 2009 04:16:52 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Need    ideas for batch, script, merge plugi
To: nore...@sourceforge.net
Message-ID: <6509056.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

I would find it useful. I'm still puzzled why it hasn't already been done. I
assume I'm not looking in the right places or the way I'm structuring my HTML
is dumb. Maybe everyone uses dynamic pages or something.

At this point I'm just going to go forward and see how it goes. I've other 
things
going on but want to get this tool. I've wasted a lot of time over the years
doing global search and replaces on all my web pages whenever I change a menu.

______________________________________________________________________
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: Tue, 24 Feb 2009 04:23:40 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        double-click    to download truncates files
To: nore...@sourceforge.net
Message-ID: <6509111.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=6509111
By: lmealer

Just installed 5.2 fresh on this PC.  I found that the default settings did
not allow the full download of a file from an FTP site (double-click to 
download),
but truncated it at about 1000 chars (an estimate).  I downgraded to 5.1.4 and
the issue went away.  I'm using Vista with SP1 on an older Compaq laptop.  Could
not find a better place to post this comment, so sorry if this is wrong here.

______________________________________________________________________
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: Tue, 24 Feb 2009 04:25:49 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: RegEx: Find
        comma not       followed by space
To: nore...@sourceforge.net
Message-ID: <6509128.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=6509128
By: gr3gw

If you want to replace those commas WITHOUT a space with say an asterisk (*)
then

  Find: \,[^ ]
 Replace With: *_   (where underscore represents a space)

If you want to delete the comma then

  Find: \,[^ ]
 Replace With: _    (where underscore represents a space)

This replaces the comma space with just a space.

______________________________________________________________________
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: Tue, 24 Feb 2009 04:29:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: RegEx: Find
        comma not       followed by space
To: nore...@sourceforge.net
Message-ID: <6509150.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=6509150
By: gr3gw

Oops, I only saw half the question.

The answer is:

 Find: \,([^ ])
 Replace with: , \1     (comma, space, backslash one)

We'll have a description of regular expression operators in the Wiki shortly.


______________________________________________________________________
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: Tue, 24 Feb 2009 08:16:14 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Calling Python apps
        from    NotePad++
To: nore...@sourceforge.net
Message-ID: <6510803.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=6510803
By: geertvc

Hi,

I want to "hook" Python code/apps to NotePad++.  I've used the NppInsertPlugin
to test the possibility of connecting Python code to NPP.  I did the following:

1. Included python.h in the above plug-in code
2. Included pyconfig.h in the above plug-in code
3. Added the python(_d).lib to the VC++ 2008 Express Edition project
3. Created a new function, callPythonCode()
4. Added a new menu item in the Insert menu and added/modified the necessary
code in the above plug-in, such that the function callPythonCode() is called
when clicking the new item in the Insert plug-in menu in NPP

Initially, the code within callPythonCode() was simply this:

void callPythonFunction( void )
{
        ::MessageBox(nppData._nppHandle, "empty", "Going to call Python 
functions",
MB_OK);
}       /* callPythonFunction */

This was to ensure that at least the call from the Insert menu was working.

Then, I added bit by bit the necessary code to all Python apps.  The first thing
I added, were a couple of local vars:

    PyObject *pName, *pModule, *pDict, *pFunc, *pValue;

That didn't give me any problems (ok, I got warnings, but who cares about this
at that moment...).

Next, I tried to call the funciton Py_Initialize().  So, my function looked
like this:

void callPythonFunction( void )
{
    ::MessageBox(nppData._nppHandle, "empty", "Going to call Python functions",
MB_OK);
    PyObject *pName, *pModule, *pDict, *pFunc, *pValue;

    // Initialize the Python Interpreter

    Py_Initialize();
}       /* callPythonFunction */

And then it went wrong.  The moment I launched NPP with the above code compiled
in, I got a complained telling me that the function LoadLibrary failed and that
the NppInsertPlugin was not compatible with the current version of NPP.

Has anyone:

1. any idea why this LoadLibrary() function fails?
2. had any experience in calling Python code from within a NPP plug-in?

Best rgds,
--Geert




______________________________________________________________________
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: Tue, 24 Feb 2009 09:02:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Not
        sure ...
To: nore...@sourceforge.net
Message-ID: <6511184.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

I'm not sure, but maybe this is, what you are looking for ?

http://schlemmerkino.de/colorpicker/EasyColorPicker_V1_1_bin.7z
http://schlemmerkino.de/colorpicker/EasyColorPicker_V1_1_src.7z

That's the donwload link to a plugin I wrote a while ago. You can select a color
value (hex for HTML, PHP, VBasic, Delphi) and see the color of it. You can 
change
this color with a color dialog and you can also create a new color value from
scratch, if none was selected, when the dialog opens...

Have fun, hope this is what you're looking for, Simon

______________________________________________________________________
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: 8
Date: Tue, 24 Feb 2009 08:49:32 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: RegEx: Find
        comma not       followed by space
To: nore...@sourceforge.net
Message-ID: <6511074.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=6511074
By: fool4uanyway

If you want to make sure there's (only) one space character after _each_ comma,
use this:

Find field:
,[ \t]*

There is no need to precede the comma by \.

Replace field:
, _ (without the underscore)

This, in effect, will add a space character after each comma, while not 
(re-)placing
any other white space, be it (a) space character(s) that were already there
or even tab characters.


______________________________________________________________________
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: Tue, 24 Feb 2009 12:39:09 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Some
        quirks  with Notepad++
To: nore...@sourceforge.net
Message-ID: <6513010.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=6513010
By: mohanarun

There is a word wrap in View menu. There is also a Show Wrap symbol option.
I turned on Word wrap and I turned it off. The check mark next to show wrap
symbol still shows, but no wrap symbol appears in the loooong lines.

Also, when using the Find dialog, when you have reached the end of the search
results, and you click Find again, it just stays there, and does not produce
a expected "Search term not found" dialog like in EditPLus.

I also want to be able to close ALL the MDI windows. Now at least one blank
window always shows up.

______________________________________________________________________
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: Tue, 24 Feb 2009 13:20:12 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Memory
        management
To: nore...@sourceforge.net
Message-ID: <6513304.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=6513304
By: pedro_silva46

Hello,

It seems that Notepad++ is not very efficient with resources management:

Open Notepad++, memory usage = 8.092 KB

Open 5 documents (sizes between 9Kb and 12 Kb), memory usage = 12.176 KB

Close all documents, mem usage = 15.844 KB

Open same previous 5 documents, mem usage = 19.420 KB

Close all documents, mem usage = 22.996 KB

Open same previous 5 documents, mem usage = 26.560 KB


Renaming/removing the APIs folder improves this a lot!

Any chance to improve 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



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

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H

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

_______________________________________________
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 33, Issue 52
*************************************************

Reply via email to