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 - Help] RE: Fold line colour +      Menu
      customisation (SourceForge.net)
   2. [notepad-plus - Open Discussion] Fixed    Notepad++ Launcher
      (SourceForge.net)
   3. [notepad-plus - Help] RE: keyboard shortcut,      jump to next
      word (SourceForge.net)
   4. [notepad-plus - Help] RE: Notepad++ v5.1 Plugin   Error
      Messages (SourceForge.net)
   5. [notepad-plus - Help] RE: Open CHM file with      selected word
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] AutoCompletion   + Syntax?
      (SourceForge.net)
   7. [notepad-plus - Help] RE: Batch convert text      files to UTF-8
      (SourceForge.net)
   8. [notepad-plus - Help] compiling npp 5.1.1 with    mingw
      (SourceForge.net)


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

Message: 1
Date: Fri, 14 Nov 2008 19:46:15 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Fold line
        colour +        Menu customisation
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=5644407
By: airdrik

1) I don't know of any way to reduce the menus available.
2) The fold line is tied to the default color style (Settings -> Styler 
Configurator
-> Global Styles -> Default Style).

______________________________________________________________________
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: 2
Date: Fri, 14 Nov 2008 19:55:23 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Fixed
        Notepad++ Launcher
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=5644455
By: przemoc

Hi,

I improved Stepho's Notepad++ launcher.
You can read about it here:
http://news.przemoc.net/2008/11/notepad-launcher.html

I hope it will be useful for you.

Regards,
Przemoc

______________________________________________________________________
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: Fri, 14 Nov 2008 20:04:05 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: keyboard
        shortcut,       jump to next word
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=5644519
By: airdrik

ctrl+left and right should skip words (moves to the next space, operator, 
puntuation,
etc).  I'm not sure what may be preventing it in your case.

______________________________________________________________________
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: 4
Date: Fri, 14 Nov 2008 21:06:28 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ v5.1
        Plugin  Error Messages
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=5644829
By: m_montgomery

What would it take to transfer the TextFX and Compare plugins to Unicode?

______________________________________________________________________
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: Sat, 15 Nov 2008 01:13:25 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Open CHM file
        with    selected word
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=5646030
By: djn2

Sorry for the late reply, busy period. The key to opening the correct page the
way I did  is that the searched keyword is actually part of the filename - the
CHM file format is really 'just' a compilation of separate HTML files. This
is what I was referring to when talking about the internal structure.

A real world example might be useful: say I'm writing PHP and I want to look
up the reference for mail(). The (internal) HTML page I want shown
is function.mail.html, and this is what happens when I highlight 'mail' and
use the shortcut to launch hh.exe "ms-its:c:/Program
Files/Phpmanual/php_manual_en.chm::/function.$(CURRENT_WORD).html", where
$(CURRENT_WORD) is substituted by the currently highlighted 'mail'. This works
because the PHP CHM file is made out of a big pile of HTML files named
function.something.html - one file for every PHP function.
The manual for ADODb is made out of similar stuff, with the filename pattern
being reference.functions.something.html, so the trick works for it. The CHM
manual for Smarty is not made like that - the internal filenames do not follow
an usable pattern - so it won't work at all (unless somebody rewrites the whole
thing).

This all means that the shortcut may or may not work - it depends on the CHM
file and the actual filenames of the files it's been compiled from.





______________________________________________________________________
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: Sat, 15 Nov 2008 03:26:07 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        AutoCompletion  + Syntax?
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=5646592
By: jacobmastel

A really cool feature I've seen in a few editors is the fact that they not only
have autocompletion but they also have a little popup window type thing that
displays the syntax of the command.  Such as Run, {Directory to App} 
{Parameters}
{anything else}.  Does anyone else like this idea?

______________________________________________________________________
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: 7
Date: Sat, 15 Nov 2008 04:54:04 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Batch convert
        text    files to UTF-8
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=5646913
By: gadrin

Boy there's probably better ways.

I've seen a shareware product called Unifier that will batch convert files.
Maybe give that a Google and
see if it's worth it.

Otherwise you can record a macro and do things interactively.

DOS can loop thru folders and Open them in Notepad++ and you can apply your
macro to them 1 by 1.

But that seems like the hard way to do it, especially if you've got 100s of
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: 8
Date: Sat, 15 Nov 2008 05:02:49 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] compiling npp 5.1.1
        with    mingw
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=5646959
By: keeperofdakeys

hello
I am trying to compile notepad++ from source but am not having much luck, I
am also new to this stuff
after using cmake from the command line I get a CMakeCache.txt in the src 
directory
and a CMakeFiles folder, it does come up with an error "CMake Error in
CMakeLists.txt:
 Cannot find source file "common_func.cpp".  Tried extensions .c .C .c++ .cc
.cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx"

after deleting the entries for missing files in this folder I get another for
MISC/SysMsg. So I deleted those two then it worked.

after trying to build with mingw32-make I had to use --ignore-errors. But after
that no binaries appeared in the bin forder
can you please help

keeperofdakeys

______________________________________________________________________
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



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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

_______________________________________________
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 30, Issue 37
*************************************************

Reply via email to