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: Backspace, type,        then forward
      deletion? (SourceForge.net)
   2. [notepad-plus - Open Discussion] bug in np5.1.1   u vesion
      (SourceForge.net)
   3. [notepad-plus - Open Discussion] I've updated
      tmTheme2nppStyler (SourceForge.net)
   4. [notepad-plus - Plugin Development] BIG UNICODE   PLUGIN UPDATE
      (SourceForge.net)
   5. [notepad-plus - Open Discussion] 92 ext as xml    -> Notepad
      crashes on file open (SourceForge.net)
   6. [notepad-plus - Plugin Development] quicktext     plugin
      (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: NppExec   v0.3 beta1
      has been released! (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: More Detailed Java API
      (SourceForge.net)


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

Message: 1
Date: Wed, 19 Nov 2008 06:09:57 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Backspace,
        type,   then forward deletion?
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=5672931
By: polozen

Alright, I saved my progress and restarted Notepad ++. Its back to normal now.

But I would still like to know what key command I hit because I have no clue
what I did!

______________________________________________________________________
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: Wed, 19 Nov 2008 06:48:25 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] bug in
        np5.1.1 u vesion
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=5673115
By: hycmos

please confirm.

bug is only in u zip version not in the a version(not test installer):

if one define more than one (maybe two, because i only compared one and three)
userdefined language, the np++ will not start up, and will crash.

______________________________________________________________________
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: Wed, 19 Nov 2008 07:31:05 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] I've
        updated tmTheme2nppStyler
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=5673313
By: nagaozen

Someone asked me if I could add support for Smart Highlighting in the theme
conversion and the answer is: Yes, I can. Actually I've just did that. 
Unfortunately,
Notepad++ isn't accepting the new styles from the stylers.xml. They are: Smart
HighLighting, Incremental highlight all, Tags match highlighting, Tags 
attribute,
Active tab focused indicator, Active tab unfocused indicator, Active tab text
and Inactive tabs.

I hope someone (maybe Don Ho?) could explain it 'cause I can't. The odd thing
is that even if stylers.xml is set right with a color, when I open the Styler
Configurator within NP++ it shows a different color for the option. Sad thing...

______________________________________________________________________
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 Nov 2008 07:58:29 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] BIG
        UNICODE PLUGIN UPDATE
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=5673466
By: jenslorenz


Hello Npp user,

here is a list of all my plugins and the respective changelog:

--------------------------------------------------------------------------------
----
Explorer Plugin v1.8.0 :

http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=223667&r
elease_id=641408
--------------------------------------------------------------------------------
----
    New: UNICODE support for Notepad++ 5.1
    Fix: Sorting over header in file list works again
    Fix: Doubleclick on a tooltip in file list makes trouble
    Fix: Using of drop down history doesn't select the last items
    Fix: Right mouse click context menu "New File..." doesn't work
    New: Explorer path can be direct selected over a new menu item
    New: Network folder convert, e.g. \\my_home_net\folder1\ is 
    New: Reset of file filter can be done over a new menu item
    New: Support for NppExec scripts (NppExec 2.5 or later needed):
          - In right click context menu a new item appears when NppExec
supports
            external start of scripts.
          - The scripts with extension *.exec are listed in a submenu.
          - In first line a rule for Explorer needs to be defined:
             //Explorer: NPPEXEX_DLL_NAME EXP_XXX[0] EXP_XXX[1] ...
          - Following params are possible ( 'x' is file/folder 0-n ):
                * EXP_FULL_PATH[x]          C:\Notepad++\plugins\Explorer.dll
                * EXP_ROOT_PATH[x]          C:
                * EXP_PARENT_FULL_DIR[x]    C:\Notepad++\plugins
                * EXP_PARENT_DIR[x]         plugins
                * EXP_FULL_FILE[x]          Explorer.dll
                * EXP_FILE_NAME[x]          Explorer
                * EXP_FILE_EXT[x]           dll
    Change: "Previous/Next Folder" shows the first selected item in any case

Additional note:
If you do not know exactly how to get work with NppExec and Explorer, you can
create an example file in option dialog.


--------------------------------------------------------------------------------
----
Hex-Editor  v0.9.1 :

http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=222593&r
elease_id=641412
--------------------------------------------------------------------------------
----
    New: UNICODE support for Notepad++ 5.1
    Fix: Changed convert behaviour for Big-Endian/Little Endian solved
         Win32 Exception when using Find [NPP-P-B-2016651]
    Fix: Insufficent memory detection for dynamic memory creation
    Fix: Buffer overrun removed layout is set to 64-Bit/Binary
[NPP-P-B-2017962]
    New: In Hex-Editor the menu of Notepad++ will be restricted
    New: Automatic Hex-Edit-Mode: If the plugin detects in file within the first
         1MB a user defined count of zeros - specified in percent - the 
Hex-Editor
         will be lunched automatically.
    Restriction: Simple Compare only possible with file sizes less 40 MB.
    Restriction: Only fonts with fix pitch size supported


--------------------------------------------------------------------------------
----
Spell-Checker  v1.3.2 :

http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=225043&r
elease_id=641415
--------------------------------------------------------------------------------
----
    Fix: UNICODE support for Notepad++ 5.1


--------------------------------------------------------------------------------
----
Window Manager  v1.2 :

http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=254115&r
elease_id=641417
--------------------------------------------------------------------------------
----
    Fix: UNICODE support for Notepad++ 5.1
    New: Sorting by file type possible
    Fix: Hide tabbar feature was not usable in other versions than N++ 4.8.0


--------------------------------------------------------------------------------
----
Native Lang  v1.2 :

http://sourceforge.net/project/showfiles.php?group_id=189927&package_id=254114&r
elease_id=641414
--------------------------------------------------------------------------------
----
    New: Build for Notepad++ UNICODE version for 5.1
    New: About dialog with information about supported installed plugins


Have fun
Jens


______________________________________________________________________
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, 19 Nov 2008 08:29:45 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] 92 ext
        as xml  -> Notepad crashes on file open
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=5673647
By: cpetsch

Hi,

I entered 92 different file extensions in the langs.xml and langs.model.xml
that should be treated as xml files. Now everytime I click File-Open (either
in the menu or the icon or the shortcut) Notepad crashes. Any 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: 6
Date: Wed, 19 Nov 2008 09:05:52 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        quicktext       plugin
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=5673845
By: cuhuak

I had improved with some features quicktext plugin but in current version of
npp quicktext does not work...
Does anybody know how to adapt this plugin to current version of npp?
or 
can you adapt quicktext plugin then I will add my new features. if so I will
release this plugin after.

______________________________________________________________________
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: Wed, 19 Nov 2008 11:05:54 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NppExec v0.3 beta1 has been 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=5674528
By: donho

Ok, then it'll be included in v5.1.2, which will be out in a couple of days.

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



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

Message: 8
Date: Wed, 19 Nov 2008 11:19:20 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: More
        Detailed Java 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=5674597
By: donho

Why don't you work on it, instead of waiting for someone do things for you?

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



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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/

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

_______________________________________________
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 30, Issue 48
*************************************************

Reply via email to