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 - Plugin Development] RE: Base64    Plug-In bug
      after NUL characters (SourceForge.net)
   2. [notepad-plus - Plugin Development] Base64        Plug-In decoding
      bug after NUL chars (SourceForge.net)
   3. [notepad-plus - Open Discussion] Use current      filename for
      NPPExec (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Use  current filename for
      NPPExec (SourceForge.net)
   5. [notepad-plus - Help] Notepad++ takes over        calls to browser?
      (SourceForge.net)
   6. [notepad-plus - Help] RE: Find parenthetical      string
      (SourceForge.net)
   7. [notepad-plus - Help] RE: Find parenthetical      string
      (SourceForge.net)
   8. [notepad-plus - Plugin Development] DeleteToTag   in Simple
      Script not working (SourceForge.net)
   9. [notepad-plus - Help] have i missed something? (SourceForge.net)
  10. [notepad-plus - Help] RE: have i missed   something?
      (SourceForge.net)
  11. [notepad-plus - Plugin Development] RE:   DeleteToTag in Simple
      Script not working (SourceForge.net)
  12. [notepad-plus - Plugin Development] RE:   DeleteToTag in Simple
      Script not working (SourceForge.net)


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

Message: 1
Date: Wed, 19 Mar 2008 13:10:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Base64  Plug-In bug after NUL characters
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=4848990
By: nobody

I'm having a decode error with this "feature".

Decode this:
NzMxOA==
MTM5VVVV

It reads:
7318[NUL][NUL]139U

While it should read at least:
7318[NUL][NUL]139UUU

Encoding the last string gives the coded string above, again.
Encoding the decoded string results in:
NzMxOAAAMTM5VQ==

This is clearly not correct.

It looks very much like the two last U characters have been removed "because
of" the two [NUL] characters that the code on the first line ends with (==).

When there are no = signs preceding the string to be decoded, it will be decoded
correctly. Also, this happens only for the last two characters of the decoded
string. Any previous occurrence will be handled correctly. Perhaps this has
something to do with the number of bytes reserved for the decoded string, not
taking into account the (last) [NUL] characters.

I think at least one of both processing "failures" should be handled:
either
- decode each separate coded string separately, that is on a line-by-line basis
or separated by = character occurrences,
or
- fix the [NUL][NUL] bug, so at least the total string to be decoded will be
decoded correctly


______________________________________________________________________
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, 19 Mar 2008 13:12:41 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Base64  Plug-In decoding bug after NUL chars
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=4848999
By: nobody

Because of the relation to an earlier report, this bug is posted in the thread
below.

"Base64 Plug-In feature request"
http://sourceforge.net/forum/forum.php?thread_id=1952147&forum_id=482781


______________________________________________________________________
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, 19 Mar 2008 13:16:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Use
        current filename for NPPExec
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=4849006
By: nobody

First of all thank you very much for this fantastic source code editor!
After many hours working with this editor professionally and @ home, i would
like to request a little feature. When i am programming in VHDL, i always 
compile
using the NPPExec plugin. This function is extremely usefull, but misses one
little thing i would like to see added.
When i execute a command, i would be even more handy to can fill in the current
filename automatic. Like for example:
vcom coder.vhd would be replaced by: vcom %currentfilename%

Is this possible?

Also one other little thing that would be great is an automatic hide off the
console dialog? And i think i have discouvered a little bug. When hiding 
notepadd++,
then editing a file wich is opened in the minimized notepad++ by an external
editor, notepad++ unmaximizes itself when switching back to 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



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

Message: 4
Date: Wed, 19 Mar 2008 13:25:47 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Use
        current filename for NPPExec
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=4849034
By: nobody

Woops...after a second search i found that $(File_name) solves my problem for
the execute command, and that feature requests and bug reports aren't 
appreciated
in here.

Sorry...

______________________________________________________________________
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: Wed, 19 Mar 2008 12:11:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Notepad++ takes
        over    calls to browser?
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=4848864
By: technomom

Since installing version 4.8.2, I'm finding that any time I try to follow a
URL in Twhirl (Twitter client), Notepad++ comes up instead. That happens even
if Notepad++ was closed when I clicked the link. I'm using Twhirl 0.7.2 under
WinXP Pro. My default browser is Firefox 2.0.0.12

Thanks,
Cyn

______________________________________________________________________
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, 19 Mar 2008 13:34:34 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find
        parenthetical   string
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=4849051
By: nobody

Take a look at these similar messages, if you didn't already:

"how to append lines with a comma or other characters"
http://sourceforge.net/forum/message.php?msg_id=4833798

Are you trying to replace the at=@ and appending the comma at the same time?

Or do you have different linebreaks in your document?


______________________________________________________________________
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: Wed, 19 Mar 2008 13:37:26 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find
        parenthetical   string
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=4849056
By: nobody

This is the intended link to the complete thread, allowing easily reading all
the messages with one page view:

http://sourceforge.net/forum/forum.php?thread_id=1967758&forum_id=331754


______________________________________________________________________
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, 19 Mar 2008 15:41:24 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        DeleteToTag     in Simple Script not working
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=4849266
By: jtgostars

I really love this plugin but it appears as though the DeleteToTag function
is not working properly for me. With offset set to 0, only the first letter
of a tag is getting deleted and not the entire tag. The DeleteFromTag works
as stated, offset=0, entire tag to end of line gets deleted. Below are a couple
of examples;

Before running DeleteToTag script
[c:\Documents and Settings\sg0426477\My Documents\My
Stuff\WA\Workstation\TACTICAL\Reports\Daily\AARP Site Health
Dashboard\status.txt]

After running DeleteToTag("Daily\\",0)
aily\AARP Site Health Dashboard\status.txt]

Before running DeleteFromTag script:
[c:\Documents and Settings\sg0426477\My Documents\My
Stuff\WA\Workstation\TACTICAL\Reports\Daily\HCX Dashboard\status.txt]

After Running DeleteFromTag("Daily\\",0)
[c:\Documents and Settings\sg0426477\My Documents\My
Stuff\WA\Workstation\TACTICAL\Reports\


______________________________________________________________________
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: 9
Date: Wed, 19 Mar 2008 15:47:15 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] have i missed
        something?
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=4849286
By: nobody

i want to remove the "edit with notepad++" from the right click menu in windows
and i have yet to find a option to do that can anyone please direct me to the
correct place?

______________________________________________________________________
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: 10
Date: Wed, 19 Mar 2008 16:03:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: have i missed
        something?
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=4849324
By: nobody

uninstalling notepad++ should do the trick.
Else unregister the dll nppcm.dll (google for that).
You need to restart explorer (in case of doubt, logout, then back in)

______________________________________________________________________
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, 19 Mar 2008 16:05:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        DeleteToTag in Simple Script not working
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=4849328
By: nobody

I just tried DeleteFromTag in a file containing NUL characters on the first
line. The result was that the file was cut right at the position of the first
NUL character that should have been kept. I guess this is because of a copying
function stopping at the first NUL character. Please fix 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=482781



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

Message: 12
Date: Wed, 19 Mar 2008 16:12:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        DeleteToTag in Simple Script not working
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=4849334
By: nobody

Try using an offset of the length of the tag minus 1. This should work
for DeleteToTag.
This should also be fixed, because now there is a "logical" shift in the
offset.

Also, the help texts accompanying these functions seem to refer to examples
that are not part of these texts.


______________________________________________________________________
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



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

-------------------------------------------------------------------------
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 22, Issue 84
*************************************************

Reply via email to