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] Compare plugin   fails in
      5.4.5 (Unicode) (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Compare      plugin fails in
      5.4.5 (Unicode) (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: How to set   the color of
      a bookmarked line? (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: How to set   the color of
      a bookmarked line? (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: How to set   the color of
      a bookmarked line? (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Ctrl + F4    to close
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: How to set   the color of
      a bookmarked line? (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Syntax       highlighting
      script for MediaWiki (SourceForge.net)
   9. [notepad-plus - Plugin Development] NppExec       0.3.2 has been
      released! (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Ctrl + F4    to close
      (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Syntax       highlighting
      script for MediaWiki (SourceForge.net)
  12. [notepad-plus - Plugin Development]       Problem:Funcion List -
      Language C (SourceForge.net)


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

Message: 1
Date: Thu, 03 Sep 2009 23:26:56 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Compare
        plugin  fails in 5.4.5 (Unicode)
To: nore...@sourceforge.net
Message-ID: <7608088.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=7608088
By: ellisgl

I tried to compare two files and the second tab is blanked out. Also no 
differences
are noted.

______________________________________________________________________
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, 03 Sep 2009 23:32:26 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Compare plugin fails in 5.4.5 (Unicode)
To: nore...@sourceforge.net
Message-ID: <7608093.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=7608093
By: ellisgl

Updated the plugin itself to 1.5.5 and all is good.

______________________________________________________________________
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, 03 Sep 2009 23:52:30 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        to set  the color of a bookmarked line?
To: nore...@sourceforge.net
Message-ID: <7608130.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=7608130
By: cchris

By setting the message field to "2476" and lParam to the opacity index, between
0 (invisible) and 255 (fully opaque).

As you figured out, the idea is to use the macro playback engine to send 
messsages
to Scintilla.

I'll see tomorrow what could be wrong, the code is right, and, if you see the
macro in your macro menu, your edit was succesful.

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: 4
Date: Fri, 04 Sep 2009 00:21:06 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        to set  the color of a bookmarked line?
To: nore...@sourceforge.net
Message-ID: <7608155.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=7608155
By: acos21

Great., would really appreciate that! 

Ive been using npp at least 5 hours a day for the last 3 years and since this
feature dissapeared during an update i just cant let it go!


______________________________________________________________________
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, 03 Sep 2009 19:17:07 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        to set  the color of a bookmarked line?
To: nore...@sourceforge.net
Message-ID: <7607656.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=7607656
By: acos21

Thanks for the quick response! And good to hear it seems to be possible 
somehow..
after my post ive spend another few hours trying to figure it out, obviously
with no result whatsoever.. ah well.

The reply looks hopeful.

I tried adding this code:

</Macro>
                        <Macro name="bookmark_bk" Ctrl="yes" Alt="yes" 
Shift="no" Key="100"> 
<Action type="0" message="2041" wParam="24" lParam="255" sParam=""/> 

To the shortcuts.xml (between <Macros></Macros> where my other macro's
are located
(so i am editting the right file)

But nothing seems to happen (..when i run the macro).  Obviously im doing 
something
wrong, but what step did i miss?



______________________________________________________________________
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: Fri, 04 Sep 2009 01:10:08 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Ctrl
        + F4    to close
To: nore...@sourceforge.net
Message-ID: <7608188.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=7608188
By: blorgbeard

Sorry to resurrect this thread, but..

Firefox uses both ctrl+f4 and ctrl+w - I am of the opinion that N++ should do
the same by default.

I found the shortcut mapper now anyway - but it is annoying to have to do it
on all the computers I install N++ on.

And now ctrl+w doesn't work of course. I'd like to be able to use either - like
FF ;)

______________________________________________________________________
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: Fri, 04 Sep 2009 01:12:02 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        to set  the color of a bookmarked line?
To: nore...@sourceforge.net
Message-ID: <7608195.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=7608195
By: acos21

<Macro name="bookmark_to_bk" Ctrl="yes" Alt="no" Shift="no" Key="32">
 <Action type="0" message="2042" wParam="24" lParam="240050190" sParam="" />
 <Action type="2" message="0" wParam="43005" lParam="0" sParam="" />
 </Macro>

Yeehee..It works: there was a conflict with the Bookmark margin.

Also i removed the CTRL-SPACE toggle i defined for a bookmark from the Shortcut
mapper
and inserted the 43005 Scint. Mark command into the macro which i mapped to
CTRL-SPACE.

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: Fri, 04 Sep 2009 03:50:14 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Syntax  highlighting script for MediaWiki
To: nore...@sourceforge.net
Message-ID: <7608342.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=7608342
By: jeremyrudd

@Cchris, Are you doing anything about this?

______________________________________________________________________
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: Fri, 04 Sep 2009 07:39:54 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        NppExec 0.3.2 has been released!
To: nore...@sourceforge.net
Message-ID: <7608563.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=7608563
By: dv__

 v0.3.2 - September 2009
 -----------------------
 + new feature: TAB autocompletes file paths (in the Console)
   (* thanks to ILme for initial implementation)
 + new feature: Shift+Tab (in the Console, the same as TAB but backwards)
 - fixed: 'cd \path', 'dir \path' did not jump to the root of current drive
 - fixed: on-exit script was not executed
 + new command: NPE_CMDALIAS
 + new menu item: Disable command aliases
 + new option in NPE_CONSOLE: q+/q-

https://sourceforge.net/projects/npp-plugins/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=482781



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

Message: 10
Date: Fri, 04 Sep 2009 08:15:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Ctrl
        + F4    to close
To: nore...@sourceforge.net
Message-ID: <7608658.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=7608658
By: cchris

Ask for "this" on IdeaTorrent. You may wish to generalise this to being able
to assign several shortcuts to any command - only Scintilla commands have this
ability currently.

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: 11
Date: Fri, 04 Sep 2009 08:24:26 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Syntax  highlighting script for MediaWiki
To: nore...@sourceforge.net
Message-ID: <7608668.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=7608668
By: cchris

To be honest, not at the moment.

I have contributed a few enhancements to UDLs and the status bar display, fixing
bugs in the process - perhaps those make it to the next release. After this,
I'm considering starting to add material that would ultimatelu lead to 
translated
versions of the wiki. While I won't translate everything at once, there is a
little that can be done now.

So... I certainly am not adverse to it, but may not start implementing the lexer
before a while. If anyone wishes to start the coding, I can help or join later.
Oh, and see if I can implement my view on how to get macros to properly record
and play back.

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: 12
Date: Fri, 04 Sep 2009 09:30:32 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Problem:Funcion List - Language C
To: nore...@sourceforge.net
Message-ID: <7608814.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=7608814
By: denis4

I installed np 5.4.5 and the unicode version of the plugin. It works perfectly,
but it shows in the box the prototypes of the functions as well as the functions
themselves.
To make it not to show the prototypes I tried changing the pursing rules: in
the "Function End" field I add "(?!;)" to make it matches only if the ")" is
not followed by ";" but it didn't work.
Actually, with this modification only the prototypes were shown in the list!!
Does anybody know how to solve my problem?

______________________________________________________________________
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



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

------------------------------------------------------------------------------
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 40, Issue 13
*************************************************

Reply via email to