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 - Plugin Development] RE:   SimpleScript plugin
      for Unicode Npp++... (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: Notepad++    v5.4 RC 2 -
      column mode (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Notepad++    v5.4 RC 2 -
      drag & drop failure (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Notepad++    v5.4 RC 2
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Notepad++    v5.4 RC 2 -
      drag & drop failure (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: How do I     join the
      development team? (SourceForge.net)
   7. [notepad-plus - Help] RE: How do I change the     bookmark icon?
      (SourceForge.net)
   8. [notepad-plus - Help] RE: Automatic HTML syntax   check
      (SourceForge.net)
   9. [notepad-plus - Help] RE: iso-latin-9     (iso-8859-15) is not
      possible..? (SourceForge.net)
  10. [notepad-plus - Help] RE: Russian alphabet (SourceForge.net)


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

Message: 1
Date: Sun, 03 May 2009 21:25:21 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        SimpleScript plugin for Unicode Npp++...
To: nore...@sourceforge.net
Message-ID: <7353819.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=7353819
By: ak_256

Hi,

Yes, I second you. I still use Ansi version of Npp++ because there isn't unicode
SimpleScript plugin. I think this is a great plugin, but I usually use it only
to character-coding (ex ? -> \\u00C1, ...).

Best regards:
?kos

______________________________________________________________________
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: Mon, 04 May 2009 00:12:06 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.4 RC 2 - column mode
To: nore...@sourceforge.net
Message-ID: <7354842.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=7354842
By: jurkog

   Hi Don.

> > 4.  Add new feature : column selection allows to insertion a string
by typing
> > characters in sequence (w/o column mode editor).

   This is nice but there are a few things missing from this feature:

   ----------
   Important:
   ----------

     * Backspace & delete keys should work correctly in this new column mode.
They should maintain the current column selection and delete the next or 
previous
character respectively. They should also not be able to delete end-of-line
markers.

     * When you start block selection you should start ignoring end-of-line
markers, i.e. in the following text:

-----
   I'm a little tea
   pot...
   short and stout
   here is my
   handle
   here is my
   snout...
-----

   It should should be possible to make the following selection (use fixed-width
font when viewing this):

-----
   I'm a little tea
   pot...
   short an[******]
   here is [******]
   handle  [******]
   here is [******]
   snout...
-----

   And also, when you make a selection like this ('|' characters are for 
illustration
only) (use fixed-width font when viewing this):

-----
   I'm a little tea
   pot...
   short an|d stout
   here is |my
   handle  |
   here is |my
   snout...
-----

   Typing in new characters should have the following effect (use fixed-width
font when viewing this):

-----
   I'm a little tea
   pot...
   short an[***]d stout
   here is [***]my
   handle  [***]
   here is [***]my
   snout...
-----

   Instead of the current (not how the text in the shorter line gets messed
up) (use fixed-width font when viewing this):

-----
   I'm a little tea
   pot...
   short an[***]d stout
   here is [***]my
   handle[***]
   here is [***]my
   snout...
-----


   -------------
   Nice-to-have:
   -------------

     * When you select a column of width 0, it would be nice to see a tiny 
selection
marker between the related character columns.

     * The old feature allowing you to fill the whole block with a single 
character
was also very useful. There is a way to have both:

         * When you have a zero-width column selection.
             * Use the new behaviour of adding characters as you type.
             * Have the <del> key delete the next character through all the
selected columns. It should not delete end-of-line markers though.
             * Have the <backspace> character delete the previous character
through all the selected columns. It should not delete end-of-line markers
though.

         * When you have column selection at least 1 character wide.
             * Use the old behaviour of filling the selected block with the
typed in character.
             * In this case make del & backspace keys delete the whole selection
and leave it in zero-width column selection mode (so after that you can type
in free-style text as described for the zero-width column selection mode).

   Hope this helps.

   Best regards,
     Jurko Gospodneti?

P.S.
   In general the UltraEdit editor has had this feature nailed for a 
long time and can be used as an excellent source of ideas.


______________________________________________________________________
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: Mon, 04 May 2009 00:29:46 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.4 RC 2 - drag & drop failure
To: nore...@sourceforge.net
Message-ID: <7354954.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=7354954
By: jurkog

   Hi Don.

> > Here are Notepad++ v5.4 new features and fixed bugs (from v5.3.1) :
> > 
> > 2.  Add google chrome drag and derop tab feature : drag out tab to create a
> > new instance, transfer documents among several instances by drag and drop.

  If you attempt to open a new instance by using the 
drag-and-drop-outside-the-editor
feature and fail for some reason - the file you dragged will be closed and not
open anywhere else (real annoying when you're dealing with a temporary file
using some illegible file name opened from an external application :-)). This
happened to me when my Windows got flaky after and started refusing to open
new windows.

  I am aware that I can first clone my file to a second view and then 
drag-and-drop
it, but it would seem better if the original were just left as it is in case
opening a new instance fails for any reason.

   Hope this helps.

   Best regards,
     Jurko Gospodneti?

______________________________________________________________________
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: Mon, 04 May 2009 07:06:14 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.4 RC 2
To: nore...@sourceforge.net
Message-ID: <7358344.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=7358344
By: donho

Hi Thell,

Could you apply the following patch :
https://sourceforge.net/tracker/?func=detail&aid=2781562&group_id=95717&atid=612
384
then send it to Han Prower to check if this issue is fixed?

If so, we will include this patch in the next release.

Thank you in advance
Don


______________________________________________________________________
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: Mon, 04 May 2009 07:12:16 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v5.4 RC 2 - drag & drop failure
To: nore...@sourceforge.net
Message-ID: <7358385.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=7358385
By: donho

> I am aware that I can first clone my file to a second view and then 
> drag-and-drop
it,
> but it would seem better if the original were just left as it is in case 
> opening
a new instance fails for any reason.

Use Windows conventional way - Ctrl+Mouse drag.

Don

______________________________________________________________________
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: Mon, 04 May 2009 07:22:27 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        do I    join the development team?
To: nore...@sourceforge.net
Message-ID: <7358449.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=7358449
By: ronshe

Thanks a lot guys,
I am going to go for it NOW!

______________________________________________________________________
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: Mon, 04 May 2009 08:42:28 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How do I change
        the     bookmark icon?
To: nore...@sourceforge.net
Message-ID: <7359128.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=7359128
By: soelen

Thanks a lot aathell & joleg, specially thank you for your time to write down
how to compile this awesome projekt!

I'll try this way and will happy to see in future the new configuration option
in styles.xml <3

______________________________________________________________________
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: Mon, 04 May 2009 12:36:52 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Automatic HTML
        syntax  check
To: nore...@sourceforge.net
Message-ID: <7361347.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=7361347
By: cchris

Check the wiki for an example HTML Tidy script. I don't know much beyond that,
so you'd probably need to go to Tidy's website and look for reference material
on configuring the checker.

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: 9
Date: Mon, 04 May 2009 12:44:02 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: iso-latin-9
        (iso-8859-15) is not possible..?
To: nore...@sourceforge.net
Message-ID: <7361385.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=7361385
By: cchris

Change your font to one that can display the euro symbol, not all of them do.
Arial is a very common font face, and it does display the euro sign in N++.

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: 10
Date: Mon, 04 May 2009 13:32:27 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Russian
        alphabet
To: nore...@sourceforge.net
Message-ID: <7361827.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=7361827
By: cchris

I have found out that:
1/ Writing text into something that supports Unicode
2/ Copying the text (no problem from IE)
3/ Selecting a font in N++ that can display chars in the o400-04FF range (Times
New Roan works)
4/ Pasting the text, with file encoded as UCS2 little endian

displays the text properly.
Closing and reopening the file keeps that appearance.

Of course, this is not a convenient workaround. The point now is to understand
why say an uppercase cyrillic D (hex 0414) is being passed to Scintilla, and
displayed, as something different.

I don't have a russian keyboard driver here, so I can't investigate much 
farther.
Nor do I know much about the details of cyrillic encodings.

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



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

------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf

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

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

Reply via email to