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] Launching PHP CHM Manual (SourceForge.net)
   2. [notepad-plus - Open Discussion] Notepad++ v5     Beta
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: How to       start NPP from
      BAT (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Notepad++    v5 Beta
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Request:     style token
      found (SourceForge.net)
   6. [notepad-plus - Help] RE: Annoying message from   Comodo
      Firewall (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Notepad++    v5 Beta
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Notepad++    v5 Beta
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Notepad++    v5 Beta
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Notepad++    v5 Beta
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Notepad++    v5 Beta
      (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Auto Completion
      (SourceForge.net)


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

Message: 1
Date: Sun, 15 Jun 2008 13:31:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Launching PHP CHM
        Manual
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=5034196
By: djn2

Hello all!

I've been playing with shortcuts.xml and just managed to configure NPP to launch
what I believe to be one of the best examples around of how documentation should
be done - the Extended HTML Help file for PHP 
(http://www.php.net/docs-echm.php).
Thought I might just share it.

Assuming one expanded the downloaded zip file into c:\Program Files\PhpManual
the correct command to add to the UserDefinedCommands section of shortcuts.xml
is (newlines added for readability):

    <Command name="PHP Manual" Ctrl="yes" Alt="yes" Shift="no" Key="116">
    hh.exe "ms-its:c:/Program
Files/Phpmanual/php_manual_en.chm::/function.$(CURRENT_WORD).html"
    </Command>

Done this, save the file and open a .php file in NPP. Highlight a function,
press ALT+CTRL+F5 (or click Run -> PHP Manual) and the CHM file willopen at
the requested page.

Another CHM file with a usable internal structure is the one for the ADOdb 
database
abstraction library (http://adodb.sourceforge.net/). Here goes the command:

    <Command name="AdoDB Manual" Ctrl="yes" Alt="yes" Shift="yes" Key="117">
    hh.exe "ms-its:c:/Program
Files/ADOdb.Manual.chm::/reference.functions.$(CURRENT_WORD).html"
    </Command>

One more tool that ended hooked up to NPP is JSLint (http://www.jslint.com/),
a syntax checker for Javascript code. This should do:

    <Command name="JSLint" Ctrl="yes" Alt="yes" Shift="no" Key="117">
    "C:\Program Files\JSLint\jsl.exe" -conf "C:\Program
Files\JSLint\jsl.default.conf"
     -process "$(FULL_CURRENT_PATH)" pauseatend
    </Command>

This one is supposed to be launched on Javascript files (svae the file to disk
first). A DOS windows will show you any syntax error in your script. Nice to
have at hand...

djn

P.S.: What other command line tools are you using for web development?

______________________________________________________________________
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: Sun, 15 Jun 2008 13:40:54 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Notepad++ v5    Beta
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=5034206
By: donho

v5 beta is available here :
https://sourceforge.net/project/showfiles.php?group_id=95717&package_id=102072&r
elease_id=607148

Fixes and enhancements from v5 alpha:
1. Fix the crash issue under Chinese/Korean/Japanese Windows environment.
2. Fix go to line command line bug.
3. Enhance Find in files and Find in all opened files features' performance.
4. Fix dialog off screen problem under multi-monitor environment.
5. Make smart highlight work only with mouse double clicked in order to improve
the its performance.
6. Fix all doc tab blink bug when Notepad++ is re-activated.
7. Fix "replace with space" in GUI not be remembered bug.
8. Fix HTML syntax highlighting is not applied in php, asp file bug. 
9. Add the smart highlight file size limit - 2 MB in order to improve the
performance.

For complete information about v5, refer to here :
https://sourceforge.net/forum/message.php?msg_id=5019266

Notepad++ v5 beta may not be stable. Please let us know if you find any bug.

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: 3
Date: Sun, 15 Jun 2008 18:35:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        to      start NPP from BAT
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=5034595
By: ishamid2

Thank you very much for your reply, Bertie!

Best wishes
Idris

______________________________________________________________________
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: Sun, 15 Jun 2008 20:02:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Beta
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=5034699
By: singx7

um.....actually, I don't think the bookmarks' look & feel are improved. The
new version's bookmark is ugly. And it's style is not configurable anymore,
right?

______________________________________________________________________
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: Sun, 15 Jun 2008 21:25:38 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Request:        style token found
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=5034799
By: pshute

Resurrecting an old thread, I agree with this.  While I have known for a long
time what this option means, I find it hard to justify the wording for
new users.

Can anyone at least explain why it has been called "style found token"?  I'm
guessing that the word "token" is used to mean "search string", and that "style"
is a verb, i.e. some styling is to be applied to each token that is found.

I'd suggest "Mark each match found", or "Mark each token found" if the word
"token" is preferred. Or at least "Style the found tokens".

I'd also like to say that I find this to be an enormously useful option, as
is "mark line".  I think it's a pity that many users will never discover it
because of the obscure wording.


______________________________________________________________________
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, 16 Jun 2008 00:42:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Annoying
        message from    Comodo Firewall
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=5035048
By: harrybharry

Sounds to me you are running NppExec plugin, which seems to use cmd.exe for
its shell. You can try to remove the plugin and see if it helps.

______________________________________________________________________
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: Mon, 16 Jun 2008 01:39:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Beta
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=5035152
By: hiot_zaki

Thank you Don!
Notepad++ is a great application! It helps me in work every day!
v5 looks like work properly =)
Thank you !!!

______________________________________________________________________
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, 16 Jun 2008 01:43:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Beta
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=5035163
By: jenslorenz

I found a major bug! The compare algorithm if a file is still opened isn't case
insensitive, e.g. if I open the file C:\Text.txt over command line and I do
this again with c:\Text.txt the file will be opened two times. If I change the
case on other position like C:\Text.txT an new file will be opened.

Best Regards
Jens

______________________________________________________________________
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: Mon, 16 Jun 2008 01:45:52 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Beta
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=5035171
By: kkrs

Hi, first of all, thanks for the new version!
Then, i'd like to put to developers' attenction the following matter:

https://sourceforge.net/forum/message.php?msg_id=4989130

I see that in np++ 5.0b this thing is still unchanged.. could you tell us 
whether
it's the  wanted behaviour or a thing that will be changed/fixed?

Francesco


______________________________________________________________________
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: Mon, 16 Jun 2008 01:47:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Beta
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=5035175
By: jenslorenz

I found a major bug: The compare algorithm isn't case insensitive!

Example: If I open the file C:\Text.txt over command line and I do this again
with c:\Text.txt the file will be opened two times. If I change the case on
other position like C:\Text.txT a new file will be opened again. And so on and
so on...
 
Best Regards 
Jens

______________________________________________________________________
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, 16 Jun 2008 01:52:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5 Beta
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=5035183
By: jenslorenz

I would like to suggest a feature. So now we able to double click on a word
to select it completly. I would like to see this feature also with CTRL and
one mouse click. Is it possible or does this scintilla only?

Jens

______________________________________________________________________
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: 12
Date: Mon, 16 Jun 2008 02:25:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Auto
        Completion
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=5035248
By: on5sl

The auto completion function isn't very user friendly indeed...for example you
have to press twice enter for confirming the auto completion and then another
one for a new line.
Maybe the dev's can take a look at the auto completion from scribes...still
under development but an concurrent for notepad++ in the future i think, 
although
it is for linux.
This is there website: http://scribes.sourceforge.net/
You can see a demo over there for the auto completion function, and it is very
very handy. I would love to see the same function in 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=331753



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

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php

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

_______________________________________________
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 25, Issue 21
*************************************************

Reply via email to