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 - Help] windows vista &     FTP_synchronize problem
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Syntax       highlighting
      script for MediaWiki (SourceForge.net)
   3. [notepad-plus - Help] RE: Erroneous execution     of macro in
      Notepad++ (SourceForge.net)
   4. [notepad-plus - Help] RE: Erroneous execution     of macro in
      Notepad++ (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE:   HexEditor
      (SourceForge.net)
   6. [notepad-plus - Plugin Development] Hex Plugin    Find Problems
      (SourceForge.net)
   7. [notepad-plus - Help] Syntax Highlighting Weird   Problem
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Vibrant      Ink theme not
      updating (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Vibrant      Ink theme not
      updating (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: NPP  support added to
      Ndexer (SourceForge.net)
  11. [notepad-plus - Open Discussion] Syntax   Highlighter For
      Delphi (Pascal) (SourceForge.net)


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

Message: 1
Date: Tue, 25 Aug 2009 02:32:12 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] windows vista &
        FTP_synchronize problem
To: nore...@sourceforge.net
Message-ID: <7581636.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=7581636
By: yodapt

Hi,

I love notepad++, but its build-in ftp just doesn't work properly. One of the
problems is failing when listing ftp directories. When I try to open an ftp
directory, it randomly fails listing or succeeds. Other problem is when I try
to open a file : if fails many times and retrieves a blank file or half of the
file only. And another problem : when saving, it fails many times as well, 
leaving
me no choice but to restart notepad++ (queue just get frozen and does nothing).

Any ideas why this happens? I'd like some help if you can, because I'll have
no choice but to use another editor if I can't get this to work properly, and
I really don't wanna change :(

______________________________________________________________________
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, 25 Aug 2009 03:43:31 +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: <7581735.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=7581735
By: joleg74

This is a question for the Scintilla team:

http://groups.google.com/group/scintilla-interest

______________________________________________________________________
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: Tue, 25 Aug 2009 04:31:39 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Erroneous
        execution       of macro in Notepad++
To: nore...@sourceforge.net
Message-ID: <7581788.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=7581788
By: ycc-swe

Thanks a lot for taking the time, Chris.



Illustrating possible bug in Notepad++ macrofunction.
The bug is maybe related to cursorpositioning in macros?
The execution of the macro will not yield the same result as is obtained during
the recording.

This file originally contained the following three similar groups
of characters:
ab cd ef
gh ij kl
mn op qr

ab cd ef
gh ij kl
mn op qr

ab cd ef
gh ij kl
mn op qr



The cursor was put on the first line of the second group of characters (starting
ab) and macro recording started.
The purpose of the macro was to exchange the first character in each pair of
characters to an X.
Only the arrow-keys and the delete key were used to replace these characters
by X.
I jumped a little randomly around, using the arrowkeys.
The correct final result is seen in the second group of characters:
Xb Xd Xf
Xh Xj Xl
Xn Xp Xr

After that (the cursor was correctly put in the corresponding first position
on the first line of the next group of characters) and stopped recording and
executed.
The third group of characters is widely different from the expected second
group:
XX cXXef
ghXij Xl
Xn Xp qr



Thanks a lot for all the work you put into this project.
Notepad++ is really a good product.

Y Lo







The file finally looked like this:

ab cd ef
gh ij kl
mn op qr

Xb Xd Xf
Xh Xj Xl
Xn Xp Xr

XX cXXef
ghXij Xl
Xn Xp qr


______________________________________________________________________
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: 4
Date: Tue, 25 Aug 2009 08:23:08 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Erroneous
        execution       of macro in Notepad++
To: nore...@sourceforge.net
Message-ID: <7582144.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=7582144
By: cchris

Could you open shortcuts.xml, copy the definition of your macro - it starts
with <Macro name=mymacro_name ... and ends at the firsy </Macro> - and post
it here? email it to cchris if there is any issue in posting it  I think the
problem magistrally illustrate my earlier point, but I'd like to be sure. As
I said, the cure is not an easy fix.

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



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

Message: 5
Date: Tue, 25 Aug 2009 11:13:54 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        HexEditor
To: nore...@sourceforge.net
Message-ID: <7582423.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=7582423
By: cchris

Joce: could you elaborate and reassess?

v 0.9.2 was unstable indeed . Many issues were fixed in the two ensuing 
releases.
The only problem I'm aware of in 0.9.4 is the crash when using F11/F12 with
both views enabled. Any other lingering instability?

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



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

Message: 6
Date: Tue, 25 Aug 2009 12:33:26 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Hex
        Plugin  Find Problems
To: nore...@sourceforge.net
Message-ID: <7582695.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=7582695
By: c-273

I can't seem to get Find to work properly?

If I open a data binary file that also contains Unicode strings - when I try
and find a Unicode string - it says it "Can't find <>", when '<>' is blank 
rather
than the string I entered.

Also, say I am looking for the Unicode letter capital "U", it seems to find
every byte that is 0x55 rather than a Unicode 'U' which would be x'5500' or
x'0055' (depending on endian status).

If I look for Unicode string "User" (0x5500730065007200 as shown in the hex
view), it can't find it either but I can see it in the binary file.

Not that it is necessarily appropriate to these cases,  I hope that it does
not assume that a Unicode string starts on an even byte boundary even if Unicode
characters use 2 bytes.  Given that it is a binary file, there should be no
requirement that Unicode string data is so aligned.

Thanks.

David

______________________________________________________________________
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: 7
Date: Tue, 25 Aug 2009 12:52:11 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Syntax Highlighting
        Weird   Problem
To: nore...@sourceforge.net
Message-ID: <7582734.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=7582734
By: cryonium

Hi,
I have encountered a weird problem with javascript syntax highlighting. The
font of the text inside " " (including the double quotes) is different from
the rest.

I ticked all the boxes under Settings > Styler Configurator but it's still
there.

I tried reinstalling too but that doesn't fix it.

I suspect it has something to do with the javascript syntax highlighter because
only javascript is affected.

I've attached a picture here just incase:
http://img195.imageshack.us/img195/4589/51708546.png

______________________________________________________________________
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: Tue, 25 Aug 2009 13:48:25 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Vibrant Ink theme not updating
To: nore...@sourceforge.net
Message-ID: <7582929.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=7582929
By: spoiledham

Thanks for the info.  When I first copied the new stylers.xml file, there wasn't
a /themes directory.  Spurred by your advice I created a "themes" subfolder,
and placed the stylers.xml file in C:\Program Files\Notepad++\themes and 
re-opened
Notepad++ but it still did not update with the theme.

______________________________________________________________________
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: Tue, 25 Aug 2009 13:51:06 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Vibrant Ink theme not updating
To: nore...@sourceforge.net
Message-ID: <7582936.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=7582936
By: spoiledham

Update - I figured it out.  I was looking in the wrong directory.  There were
two styler.xml files, and the correct one to replace was in C:\Documents and
Settings\**USERNAME**\Application Data\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



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

Message: 10
Date: Tue, 25 Aug 2009 14:22:47 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: NPP
        support added to Ndexer
To: nore...@sourceforge.net
Message-ID: <7583040.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=7583040
By: omersinank

it would be nice if someone put the binary on a server

______________________________________________________________________
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: Tue, 25 Aug 2009 15:09:08 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Syntax
        Highlighter For Delphi (Pascal)
To: nore...@sourceforge.net
Message-ID: <7583140.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=7583140
By: andrzejkmicic

For install 5.4.4 Syntax Highlighter for Pascal does not work well. For unknown
reasons, the configuration of styles , almost all the lines are comments. What
can I do about this?. Where can I find a good style for Delphi Highlighter?.
regards
AK

______________________________________________________________________
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



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

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

Reply via email to