Send Notepad-plus-plus mailing list submissions to
        [email protected]

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 - Plugin Development] RE: NppExec   and utf-8
      (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE: NppExec   and utf-8
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Open Explorer window to
      current file? (SourceForge.net)
   4. [notepad-plus - Plugin Development] RE: How to    associate
      language with file extension (SourceForge.net)
   5. [notepad-plus - Help] RE: greedy and non-greedy   reg ex
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] Macro or php.api?
      (SourceForge.net)
   7. [notepad-plus - Help] RE: Assign shortcut to      Word Wrap?
      (SourceForge.net)
   8. [notepad-plus - Help] help in setting comment     symbol in
      notepad++ (SourceForge.net)
   9. [notepad-plus - Plugin Development] RE:   DTD/Schema support
      for Notepad++ (SourceForge.net)
  10. [notepad-plus - Help] RE: Custom Tabstops (SourceForge.net)
  11. [notepad-plus - Open Discussion] Compare Plugin   1.5 released
      (SourceForge.net)
  12. [notepad-plus - Open Discussion] Style    Configurator doesn't
      see my language (SourceForge.net)
  13. [notepad-plus - Plugin Development] RE: Problem   on DBGp 0.6b
      (SourceForge.net)


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

Message: 1
Date: Wed, 28 Nov 2007 15:12:38 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NppExec and 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=4648791
By: ishamid2

Hi Nico,

Since I'm not a programmer, not sure how much direct help I can be to the 
NppExec
team ;-)

OTOH, I have made an Npp package for the ConTeXt typesetting system (including
some nppexec scripts)

http://wiki.contextgarden.net/Image:Npp_ConTeXt.zip

so I do give back the best that I can.

Back to the issue at hand: 

> if you can investigate further please feel free. 

For you guys:

http://mail.python.org/pipermail/python-list/2003-April/199538.html

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=162041&SiteID=1

If I can be of any other help in getting this solved please let me know.

Best
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=482781



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

Message: 2
Date: Wed, 28 Nov 2007 15:16:51 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NppExec and 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=4648799
By: ishamid2

> if you can investigate further please feel free.  

See also

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/base/wr
iteconsole.asp

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



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

Message: 3
Date: Wed, 28 Nov 2007 15:26:13 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Open
        Explorer window to current file?
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=4648806
By: harrybharry

The main menu shortcuts (accelerator key actually). If I were to create a new
Run command I must specify a shortcut key, even if I dont want to, the shortcut
dialogbox wont allow me to select ok if I select the empty string. Another 
example
is remapping the key for a plugin. I once mapped ESC to close a dialog, but
I couldnt unmap it to nothing again, I had to manually remove the entry from
the xml file that notepad uses to store the shortcuts.
If I were to map some combination to some option, but later like to remap that
same combination to something else, I cannot remove the first entry and have
to change it to some arbitrary combination so both commands wont conflict with
each other (might be nice aswell, a warning on a double mapping).

______________________________________________________________________
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: Wed, 28 Nov 2007 15:31:53 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        How to  associate language with file extension
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=4648809
By: nobody

Thanks a lot - it works as the doctor ordered :)


______________________________________________________________________
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: 5
Date: Wed, 28 Nov 2007 15:34:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: greedy and
        non-greedy      reg ex
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=4648812
By: nobody

yes that would be a likely last step for someone manually changing HTML type
formatting to a better new way (CSS)

______________________________________________________________________
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: Wed, 28 Nov 2007 16:30:27 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Macro or
        php.api?
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=4648867
By: sean-michael

I'd like to add macros for php syntax of "if else" "switch" ect.

Would you advise I simply add the entries I want into the php.api file, or 
should
I record the macros... seems it would be more practical and useful to add them
to the php.api file.

Thanks in advance for advice!

______________________________________________________________________
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: Wed, 28 Nov 2007 18:43:42 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Assign shortcut
        to      Word Wrap?
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=4648982
By: willzhanglala

Record a macro for wrap word, and then set the current macro shortcut

______________________________________________________________________
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: Wed, 28 Nov 2007 19:27:52 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] help in setting
        comment symbol in notepad++
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=4649029
By: nobody

i want to set a prticular sysmbol as commnet symbol in notepad++.
Using stream comment option in context menu i want to assign comment symbol
at the starting of line.

Please tell me how can i configure for tthis.

______________________________________________________________________
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: 9
Date: Wed, 28 Nov 2007 19:37:49 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        DTD/Schema support for Notepad++
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=4649035
By: nobody

agreed, this would be a very cool feature!

______________________________________________________________________
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: Wed, 28 Nov 2007 20:03:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Custom Tabstops
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=4649051
By: nobody

For your example (tab stops at 10, 20 and 60), I recommend setting tab = 10
spaces. This way you'd only have to hit a few tabs to get over to column 60,
and your assembler code would all line up. I'd also recommend setting the option
to replace tabs with spaces so your code would always look the same no matter
what editor you opened it in.

HTH,
TanMan

______________________________________________________________________
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: 11
Date: Wed, 28 Nov 2007 22:14:49 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Compare
        Plugin  1.5 released
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=4649142
By: tylandercasper

Just wanted to put up a post to let everyone know that the compare plugin has
been updated.

A lot of improvements have been made over the past few weeks, so check it out
and please let me know if you experience any bugs.

You can grab the latest version from here:
http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=244011


______________________________________________________________________
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: Wed, 28 Nov 2007 23:46:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Style
        Configurator doesn't see my language
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=4649238
By: nobody

I've defined my own language, APL, and assigned a file extension and some 
formatting
to it. That part works well, as far as i've seen. The problem is that when i
enter Style Configurator, i can't find it at "languages".

What might i've done wrong?

______________________________________________________________________
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: 13
Date: Thu, 29 Nov 2007 00:05:48 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Problem on DBGp 0.6b
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=4649266
By: zobo

I had time to look at it and I set up PHP5 w/ XDebug 2.0.2 (for PHP
5.2.1-5.2.7).
I only did a test with the CLI, but it was obvious that encoding in DBGP 
changed.
Probably somewhere around XDebug 2.0.0

I have a fixed version and will release as I can. If anyone needs it right away,
drop me a mail.

RE,
-Zobo

______________________________________________________________________
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



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

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4

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

_______________________________________________
Notepad-plus-plus mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus


End of Notepad-plus-plus Digest, Vol 18, Issue 90
*************************************************

Reply via email to