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 - Open Discussion] RE: Searching    inside CHM
      files (SourceForge.net)
   2. [notepad-plus - Help] RE: Erroneous execution     of macro in
      Notepad++ (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 - Help] RE: Folding Block Comments (SourceForge.net)
   6. [notepad-plus - Help] RE: windows vista & FTP_synchronize
      problem (SourceForge.net)
   7. [notepad-plus - Help] RE: Erroneous execution     of macro in
      Notepad++ (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Macro to     insert
      characters after each line (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Searching    inside CHM
      files (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: 64 bit (SourceForge.net)


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

Message: 1
Date: Thu, 27 Aug 2009 03:40:19 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Searching       inside CHM files
To: nore...@sourceforge.net
Message-ID: <7588294.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=7588294
By: djn2

There are a lot of similarities. The main differences are the ease of 
integration
into the context menu (couldn't make it work either with items in the Help menu
or in Plugins->LanguageHelp submenu) and the fact that LanguageHelp doesn't
seem to open the MySQL manual at the correct page (at least with 
refman-5.0-en.chm
revision 10739 - it just opens the start page)

______________________________________________________________________
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 03:40:24 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Erroneous
        execution       of macro in Notepad++
To: nore...@sourceforge.net
Message-ID: <7588295.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=7588295
By: ycc-swe

I am sorry, I just can't find where the entire keystroke-combinations of stored
macros are stored. I can only find the following folders relating to notepad++

C:\Program Files\Notepad++
this folder contains shortcuts.xml (and also the np++ application etc)
shortcuts.xml is included in its whole below

C:\Documents and Settings\All Users\Start Menu\Programs\Notepad++
f.ex. containing a shortcut to np++ application

When I set the system to search for shortcuts.xml it will only turn up one 
version
of the file.

I don't know how to find the %APPDATA% folder. I can find the following folder:
C:\Documents and Settings\All Users\Application Data
It does not contain a np++ folder though.

(I am currently using an old XP pro 2002 sp2 system at an Internetcafe)

If I find them, I will come back, naturally.



shortcuts.xml

<NotepadPlus>
    <InternalCommands />
    <Macros>
        <Macro name="Trim Trailing and save" Ctrl="no" Alt="yes" Shift="yes"
Key="83">
            <Action type="2" message="0" wParam="42024" lParam="0" sParam="" />
            <Action type="2" message="0" wParam="41006" lParam="0" sParam="" />
        </Macro>
    </Macros>
    <UserDefinedCommands>
        <Command name="launch in Firefox" Ctrl="yes" Alt="yes" Shift="yes"
Key="88">firefox &quot;$(FULL_CURRENT_PATH)&quot;</Command>
        <Command name="launch in IE" Ctrl="yes" Alt="yes" Shift="yes"
Key="73">iexplore &quot;$(FULL_CURRENT_PATH)&quot;</Command>
        <Command name="Get php help" Ctrl="no" Alt="yes" Shift="no"
Key="112">http://www.php.net/%20$(CURRENT_WORD)</Command>
        <Command name="Google Search" Ctrl="no" Alt="yes" Shift="no"
Key="113">http://www.google.com/search?q=$(CURRENT_WORD)</Command>
        <Command name="Wikipedia Search" Ctrl="no" Alt="yes" Shift="no"
Key="114">http://en.wikipedia.org/wiki/Special:Search?search=$(CURRENT_WORD)</Co
mmand>
        <Command name="open file" Ctrl="no" Alt="yes" Shift="no"
Key="116">$(NPP_DIRECTORY)\notepad++.exe $(CURRENT_WORD)</Command>
        <Command name="open in another instance" Ctrl="no" Alt="yes" Shift="no"
Key="117">$(NPP_DIRECTORY)\notepad++.exe $(CURRENT_WORD) -nosession
-multiInst</Command>
                <Command name="Open containing folder" Ctrl="no" Alt="no" 
Shift="no"
Key="0">explorer $(CURRENT_DIRECTORY)</Command>
                <Command name="Open current dir cmd" Ctrl="no" Alt="no" 
Shift="no" Key="0">cmd
/K cd $(CURRENT_DIRECTORY)</Command>
    </UserDefinedCommands>
</NotepadPlus>


______________________________________________________________________
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, 27 Aug 2009 05:41:55 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: 64
        bit
To: nore...@sourceforge.net
Message-ID: <7588413.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=7588413
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: 4
Date: Thu, 27 Aug 2009 06:03:00 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: 64
        bit
To: nore...@sourceforge.net
Message-ID: <7588444.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=7588444
By: snemarch

James, it might not be that uncommon to view several-gigabyte logs files - but
how often do you need to <b>edit</b> those files? Imho you're better off finding
a read-only viewer (or an editor built to handle huge files by partial loading)
than trying to shoehorn a general editor into something it wasn't built for :)

Again, it would be no problem for a 32bit program to handle huge files like
that, but there's certain assumptions it <i>cannot</i> make... like trying to
load the entire file, using "int" datatype for line numbers and file size, etc.
I guess I should try hunting down such an editor :)

PS: other (32bit) OSes have pretty much the same limits as Windows, because
you're dealing with a 32bit address space. Oh, and if you mark your 32bit 
executables
as large-addresspace-aware, they can use up to around 4GB if you run them under
a 64bit 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: 5
Date: Thu, 27 Aug 2009 08:20:29 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Folding Block
        Comments
To: nore...@sourceforge.net
Message-ID: <7588691.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=7588691
By: cchris

This requires modifying the lexer for the PHP language, which is a Scintilla
file. Try asking that project?

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=331754



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

Message: 6
Date: Thu, 27 Aug 2009 08:22:58 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: windows vista &
        FTP_synchronize problem
To: nore...@sourceforge.net
Message-ID: <7588700.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=7588700
By: cchris

FTP_synchronize is a separate plugin, not builtin. It has bugs, and it seems
that the original developer can no longer maintain it.

Anyone able to help should read the recent posts in Plugin Development forum.

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=331754



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

Message: 7
Date: Thu, 27 Aug 2009 08:31:02 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Erroneous
        execution       of macro in Notepad++
To: nore...@sourceforge.net
Message-ID: <7588713.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=7588713
By: cchris

For me, the %APPDATA% Notepad++ folder is at C:\Documents and
Settings\Propri?taire\Application Data\Notepad++ . NP++ looks for shortcuts.xml
only there and in its own folder - and it find your macro, so it really must
be there.

I can't see why the file would be hidden, but perhaps. Did you try finding
shortcuts.xml in the whole of Docs and Settings and its subfolders?

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=331754



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

Message: 8
Date: Thu, 27 Aug 2009 09:10:09 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Macro to        insert characters after each line
To: nore...@sourceforge.net
Message-ID: <7588789.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=7588789
By: cchris

Use regular expressions
Search for (.)$
Replace with \1\\\
Search mode: Regular expressions
In selection checked
Replace all

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=331753



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

Message: 9
Date: Thu, 27 Aug 2009 09:16:18 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Searching       inside CHM files
To: nore...@sourceforge.net
Message-ID: <7588805.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=7588805
By: cchris

There was a very recent update of LanguageHelp. Does it fix this? If not, try
contacting the author.

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=331753



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

Message: 10
Date: Thu, 27 Aug 2009 09:27:21 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: 64
        bit
To: nore...@sourceforge.net
Message-ID: <7588820.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=7588820
By: cchris

http://sourceforge.net/apps/ideatorrent/notepad-plus/ideatorrent/idea/24/ shows
various solutions. Perhaps you can try adding one, or voting for an existing
one (be sure to read how to work around the brokn vote system).

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


End of Notepad-plus-plus Digest, Vol 39, Issue 49
*************************************************

Reply via email to