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: Shortcut Mapper bug (SourceForge.net)
   2. [notepad-plus - Plugin Development] Function      List for GAMS
      files (SourceForge.net)
   3. [notepad-plus - Plugin Development] User  defined Language:
      2nd set of Operators (SourceForge.net)
   4. [notepad-plus - Help] RE: ASCII-signs (SourceForge.net)
   5. [notepad-plus - Help] RE: Shortcut Mapper bug (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Unfounded    hatred won't
      cure the product (SourceForge.net)


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

Message: 1
Date: Tue, 12 Feb 2008 08:39:48 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Shortcut Mapper
        bug
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=4773844
By: jonmikelv

OK - I have a workaround.

I found the IDC_PREV_DOC (50003) and IDC_NEXT_DOC (50004) definitions in the
PowerEditr\src\resource.h file and based on how they seem to be used in the
Notepad_plus.cpp file I THINK that the following will do the trick.

MANUALLY edit the shortcuts.xml file (the one in your \Documents and 
settings\<user
id>\Application Data\Notepad++ folder, if you have one) and add the following
after the </macros> line.
    <InternalCommands>
        <Shortcut name="Prev Tab" id="50003" Ctrl="yes" Alt="no" Shift="no"
Key="33" />
        <Shortcut name="Next Tab" id="50004" Ctrl="yes" Alt="no" Shift="no"
Key="34" />
    </InternalCommands>

This worked for me - hopefully it will work for you too!  (And, yes, you can
edit it WITH Notepad++ - just be sure to restart NPP for the changes to
be loaded.)

  Jon-Mikel
 

______________________________________________________________________
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: Tue, 12 Feb 2008 08:43:08 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Function        List for GAMS 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=4773852
By: nobody

Hello, 
I want to edit my GAMS list files in NPP, which look likes this: 
[code] 
---- VAR varname varcomment 
 
LOWER LEVEL UPPER MARGINAL 
 
2005.lom.in 1.0000000E-7 1.0000 +INF .  
2005.lom.ab 1.0000000E-7 11.7365 +INF .  
... 
.. 
. 
 
---- 1823 PARAMETER parametername 
 
eza na 
 
2000 0.415 
2005 6.398 0.436 
... 
.. 
. 
 
---- EQU equname equcomment 
 
LOWER LEVEL UPPER MARGINAL 
 
lom.in -45.4512 -45.4512 -45.4512 EPS 
lom.un -2.6508 -2.6508 -2.6508 . 
... 
.. 
. 
[/code] 
 
The List files are very long (~70.000 lines, so you can't scroll through them
very good), so i was wondering if I could use (or abuse ;-) the Function list
to hop to the different positions.
The listing in the function list, should look this way: 
VAR varname 
PARAMETER parametername 
EQU equname 


I did try the following syntax in the Function List plug in: 
Function begin = ^---- 
Function List Name = [a-zA-Z]+ 
Function end = [:blank:]{2} 
 
But unfortunately this doesn't work :-(
Anyone knows how can i make FL to work for my file, or any other workaround? 
Thanks in advance 
Tom

______________________________________________________________________
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: 3
Date: Tue, 12 Feb 2008 09:06:12 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] User
        defined Language: 2nd set of Operators
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=4773890
By: nobody

hi,
I think it would be good if you could define two set of operators, one 
only/mainly
for the keywords (so they are correct identified, but no highlighting) and the
other for highlighting. Because in my code there are a lot of brackets as 
operators,
but i dont want to highlight them, instead of the other operators (+ - * ^ /
etc.). So my sets would look like this:
set 1 (no highlighting or disabled):
( ) [ ] { } , ; . : 
set 2 (with highlighting):
+ - * / = #

Could you support such a feature in future versions? pleeeaaase :-)


______________________________________________________________________
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: 4
Date: Tue, 12 Feb 2008 09:43:17 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ASCII-signs
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=4773956
By: fidvo

While I do appreciate when people promote my plugin, I'm not sure if that's
what the original poster is asking for in this case.

Simple Script does indeed include scripts in the default settings to change
non-english letters back and forth between the actual letters and their HTML
equivalents (e.g. "?" = "&ntilde;"), but that's not necessarily what he wants.

If you just need to have a handy way to enter the letters, the suggestion above
of using charmap is probably the best solution.  I'd even go so far as to 
suggest
setting up a shortcut for it using the Run menu.

If you need some way to quickly look up ASCII characters, the TextFX plugin
provides a handy chart (I suggest opening a new document first): TextFX-> TextFX
Tools-> Insert Ascii Chart or Character.  I've used it so often that I saved
this chart in my Favorites with the Explorer plugin.


______________________________________________________________________
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: Tue, 12 Feb 2008 10:12:30 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Shortcut Mapper
        bug
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=4774006
By: nobody

New version of Notepad++ will have this fixed, afaik.

______________________________________________________________________
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: Tue, 12 Feb 2008 10:42:01 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Unfounded       hatred won't cure the product
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=4774078
By: trpplayer79

If you have developed you can maybe try to solve the issues you are coming
across!?!?
if you solve the issues and post the changed source code into this forum you
contribute to the software in stead of complaining about software created during
the free time of the programmer(s)!
If I had knowledge of C++ I had downloaded the source code and tried to 
implement
a print preview function witch i want in the software but because i don't know
C++ I have to wait until somebody (donho or somebody else) implements it.


______________________________________________________________________
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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

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

Reply via email to