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: Macro to insert
characters after each line (SourceForge.net)
2. [notepad-plus - Open Discussion] RE: Macro to insert
characters after each line (SourceForge.net)
3. [notepad-plus - Open Discussion] RE: 64 bit (SourceForge.net)
4. [notepad-plus - Open Discussion] RE: 64 bit (SourceForge.net)
5. [notepad-plus - Open Discussion] RE: Searching inside CHM
files (SourceForge.net)
6. [notepad-plus - Plugin Development] RE: Function List Not
Working (SourceForge.net)
7. [notepad-plus - Plugin Development] Printing Verticle Edges
(SourceForge.net)
8. [notepad-plus - Plugin Development] RE: Function List Not
Working (SourceForge.net)
9. [notepad-plus - Open Discussion] RE: 64 bit (SourceForge.net)
10. [notepad-plus - Plugin Development] RE: FTP_SYNC = Dead says
maintainer! (SourceForge.net)
11. [notepad-plus - Open Discussion] RE: Searching inside CHM
files (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Thu, 27 Aug 2009 09:33:54 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Macro to insert characters after each line
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=7588836
By: gerritvn
Search (and Replace) are not supported in a macro as far as I know; I even have
an open thread about that. Have I missed anything?
______________________________________________________________________
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, 27 Aug 2009 09:37:07 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Macro to insert characters after each line
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=7588847
By: gerritvn
Oh sorry, you did not suggest to use a macro at all, just a search and replace.
______________________________________________________________________
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: Thu, 27 Aug 2009 05:57:03 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: 64
bit
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=7588431
By: snemarch
Yeah, I did a (quick) attempt at a 64bit build as well, for the heck of it,
and it seemed way too much bother to be worth it (not to mention that scintilla
didn't build 64bit clean back then either, dunno what the status is now). Also,
just fixing the build errors is no guarantee that it would actually work, you'd
have to compile at very high warning level plus do some manual code inspection
as well...
And altogether it seemed pretty pointless because of the way scintilla is
structured
:)
______________________________________________________________________
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, 27 Aug 2009 09:43:50 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: 64
bit
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=7588856
By: snemarch
I still don't get the obsession with trying to jump through hoops getting a
<b>programmer's</b> file editor to handle multi-gigabyte files, to be honest...
better to focus on core functionality, bugfixes etc.
Perhaps tage a look at
http://www.donationcoder.com/Forums/bb/index.php?topic=19684
- the most promising tool so far seems to be LTFViewer, or UltraEdit if you
need *editing*.
______________________________________________________________________
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: Thu, 27 Aug 2009 13:17:18 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Searching inside CHM files
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=7589278
By: janschreiber
Adding the following to contextMenu.xml did the trick for me:
<Item id="0"/>
<Item PluginEntryName="LanguageHelp" pluginCommandItemName="Help"/>
I forgot how I found out about this one.
______________________________________________________________________
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: Thu, 27 Aug 2009 13:50:09 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Function List Not Working
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=7589344
By: endpoint101
I've just upgraded to 5.4.5 unicode (used to use ANSI but thought it was time
to use the version everyone is migrating to). However, even after following
all the posts above I still can't get the function list to work. I'm using the
unicode dll and have the xml files in the right place.
The function list says 'Function List - 100%' but there's nothing in the list
for Java files which previously worked.
On Javascript files it says 'Function List - 100%' and there's a single entry
in the list saying 'FUNCTION'.
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=482781
------------------------------
Message: 7
Date: Thu, 27 Aug 2009 14:28:33 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Printing Verticle Edges
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=7589431
By: abc1232
I've verticle edge turn on in the editor but I can't get it to print it out
on the output. Does anyone know how to print the verticle edge (tabl marker)
? Are there any Plug in out there for Printing? Thanks ahead...
______________________________________________________________________
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: Thu, 27 Aug 2009 14:31:35 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
Function List Not Working
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=7589439
By: cchris
Double click on the entry, and you'll see all the functions.
Also using the "Show All Functions" option in the plugin menu may help with
java.
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=482781
------------------------------
Message: 9
Date: Thu, 27 Aug 2009 14:32:50 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: 64
bit
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=7589443
By: hymy
Thanks Fabio, that's what I wanted to know. And while some of what Sune said
is true, what isn't true is his claim that it's rare to need to open such large
files. I know I've seen lots of inquiries about this, granted 99% were from
lazy network admins that needed to open log files they had neglected. But,
this situation is certainly not rare, and it will be getting more common.
And while i never asserted that 64bit was more efficient, it is fairly evident
from practical experience that you are not going to open a file bigger than
2GB with a 32bit app. For whatever reason they flip out when the file size
exceeds 2GBs. I never really looked for any that supported the /3GB boot ini
switch because it wouldn't have helped at all.
@Jocelyn, thanks for chiming in. My group is probably going to run all the
metabolic models that we need, in the coming days. Those results are expected
to keep us busy for at least six months. So I will keep an eye out for the
64bit version of notepad++. I'm not completely knowledgeable on this matter
but it seemed like most of the 64 bit programs still had 32bit memory
addressing.
Because,. I downloaded at least 2 that were 64 bit, and they would just crash
on loading the file, when they reached 2GB memory usage.
For those not familliar.: A 32 bit app generally can only access 2GB of ram
unless it is /3GB aware, and can access 3GB of ram. I'm not aware if 64 bit
programs have such limits, but they can certainly open files that are terabytes
in size with no problem. I might even claim they are more efficient since they
can open the files whereas a 32 bit program definitely will not. (of course
I'm told that other OS's won't be limited in this way, and they could also
end up being the solution as well)
______________________________________________________________________
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, 27 Aug 2009 14:35:04 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
FTP_SYNC = Dead says maintainer!
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=7589453
By: zinomsf
If you are going to continue develop ftp_synchronizer I would be really glad
if you would overlook negative values for it.
Problem related:
https://sourceforge.net/forum/forum.php?thread_id=3369972&forum_id=482781
Thanks! =D
______________________________________________________________________
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: Thu, 27 Aug 2009 14:39:00 +0000
From: "SourceForge.net" <[email protected]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Searching inside CHM files
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=7589460
By: djn2
Thank you both for your suggestions. I've installed version 1.301 of
LanguageHelp
(released yesterday, I see) with NPP 5.4.5 Unicode and created four entries
(MySQL, jQuery, ADOdb, Smarty), putting them one by one in the plugin's submenu.
As far as I can see selecting a word and clicking on a manual in the plugin's
submenu still opens that manual on the starting page instead of the selected
function's page (nothing changes if the entries are under the Help menu, BTW).
The plugin manages instead to open a manual on the correct page if I launch
it clicking on the "Menu" subitem. There are some hitches, anyway: the plugin
only activates the manual if the file has already been saved and saved with
an extension registered for that entry. In this case the opened manual is always
the first one with which that extension has been associated.
Example: say I have entries for MySQL and Smarty associated with the .php
extension.
Editing a new unsaved file and selecting an arbitrary word ("INSERT"), nothing
happens when I click on Menu, while clicking on the MySQL entry opens the MySQL
manual at the start page. When I save said file as test.php and select the same
term the behavior of the MySQL entry doesn't change - it still opens at the
start page - while clicking on the Menu entry opens the MySQL manual at the
INSERT page. Fine, but Help automatically selects MySQL as the first manual
associated with .php and to look up a term from another manual (say,
"config_load"
from the Smarty one) I'm back to square one.
Further I followed Jan's suggestion for the context menu (note: it is "Language
Menu" with a space in between) and it worked only for the Menu subitem, the
single entries won't show in the context menu.
All things considered and after a couple of days of right-clicking I still like
my Command + batch thingie a lot more. As it is far from uncommon for me to
have PHP functions, SQL statements and Smarty and ADOdb methods in the same
file it's just way faster overall. Even if the configuration is somewhat more
"hands-on", once you've done it for the first manual it's just copy-pasting
some file around and editing a couple of textfiles with the correct path...
I thought of contacting the author of LanguageHelp, but it seems that he has
nor a contact form neither an email address on his website.
______________________________________________________________________
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
------------------------------
------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and deployment - and focus on
what you do best, core application coding. Discover what's new with
Crystal Reports now. http://p.sf.net/sfu/bobj-july
------------------------------
_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
End of Notepad-plus-plus Digest, Vol 39, Issue 50
*************************************************