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 - Open Discussion] RE: Source code (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE:   Highlight word
      function (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE:   Highlight word
      function (SourceForge.net)
   4. [notepad-plus - Open Discussion] NPP Shell        Extension for
      WinXP x64 (SourceForge.net)
   5. [notepad-plus - Help] RE: Remove Notepad++ from   the
      contextual menu (SourceForge.net)
   6. [notepad-plus - Help] RE: Switch from SciTE (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Notepad++    v4.0.1
      released (SourceForge.net)
   8. [notepad-plus - Open Discussion] Win Vista Issue (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Notepad++    v4.0.1
      released (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: .zip version crashes on
      overwrite (SourceForge.net)
  11. [notepad-plus - Help] RE: NP++ won't start (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Notepad++    v4.0.1
      released (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Stored       session erased by
      opening NP++ (SourceForge.net)


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

Message: 1
Date: Sun, 04 Feb 2007 23:00:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Source code
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=4139467
By: nobody

Sorry for my typos. I mean of cource 'whole' instructions. LOL.

Best Regards
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=331753



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

Message: 2
Date: Mon, 05 Feb 2007 00:27:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Highlight word function
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=4139567
By: eaglenn

Does anyone can answer my question? Is it possible to develope such plugin?

______________________________________________________________________
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: Mon, 05 Feb 2007 00:58:20 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Highlight word function
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=4139604
By: nobody

We dont implement this as a plugin. We integrate this feature in next version.
BTW: Such a function exist in Notepad. But it's not so handy. Open 'Find' dialog
type your word in the edit field and select the check box 'Style found token'.

Have a look here:
http://notepad-plus.sourceforge.net/commun/screenshots/scrsh_findAll.gif

Best Regards
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: 4
Date: Mon, 05 Feb 2007 01:25:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] NPP
        Shell   Extension for WinXP x64
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=4139634
By: saivert

I have built a x64 version of the shell extension.

It's available here in a combo binary/source ZIP archive:
http://saivert.com/files/nppCM_x64.src.zip

I updated the source files to work with the latest Platform SDK (a couple of
typedefs has changed).
Notably the use of UINT_PTR instead of UINT in one place and removing the FAR
marker which has no meaning wahtsoever on x64 systems.

I advise all developers to stay updated with the latest Platform SDK from 
Microsoft
when you are doing Windows development. I know a lot of people still toy around
with some old Platform SDK which works for the most part, but makes porting
a tough job. This shell extension is a very small project and it doesn't take
a long time to swap in the platform (as in 32/64) independent typedefs.

Microsoft advised using these _PTR typedefs a long time before they released
the x64 edition of Windows XP. Of course they had Windows XP 64-bit (for Intel
Itanium), but not many people worked with that which is a server-only system.

I hope you find my contribution valuable.


______________________________________________________________________
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, 05 Feb 2007 01:37:37 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Remove
        Notepad++ from  the contextual menu
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=4139650
By: nobody

Ah, I just had the same problem and solved it - you need to search for 
"notepad++"
with regedit and delete and open with string - be sure to backup first! :)

______________________________________________________________________
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: Mon, 05 Feb 2007 03:20:58 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Switch from
        SciTE
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=4139763
By: dv__

About questions 1 and 2: 
(1) soon there will be a new plugin, NppExec, which allows to run multiple 
commands
one by one and to view their output in the docked window.
(2) These multiple commands can be saved as "scripts" - so all you need is to
select a right script corresponding to current program language.
The plugin is almost ready, but there are some things to be fixed.

______________________________________________________________________
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: Mon, 05 Feb 2007 05:21:02 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.0.1 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=4139905
By: creativ82

This is minor, but if the font display bug you mentioned is in reference to
the type not utilizing ClearType, that bug still seems to exist. If it's 
something
else, please disregard this and thanks for fixing the additional bugs, 
especially
the ASP syntax highlighting!

______________________________________________________________________
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: 8
Date: Mon, 05 Feb 2007 05:57:59 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Win
        Vista Issue
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=4139980
By: nobody

I was using Notepad ++ and upgraded the Vista. My windows explorer kept crashing
and through trial/error I was able to find out it was Notepad ++ shell extension
causing the issue.

Just a FYI.

______________________________________________________________________
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: Mon, 05 Feb 2007 06:20:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.0.1 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=4140021
By: brausepaul

I still suffer from my startup problem described at
http://sourceforge.net/forum/forum.php?thread_id=1664026&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=331753



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

Message: 10
Date: Mon, 05 Feb 2007 06:33:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: .zip
        version crashes on overwrite
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=4140037
By: nobody

After unzipping v4.01 over v4.0, Notepad++ crashes on my Win2K system.  It seems
to be related to a plugin conflict, as renaming the old plugins folder
and re-extracting the .zip resolves the problem.

______________________________________________________________________
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: Mon, 05 Feb 2007 06:47:55 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: NP++ won't
        start
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=4140068
By: nobody

Look into to plugin folder. Remove follwing files when exist:

ExplorerPLUGIN.dll
FunctionListPLUGIN.dll
HexEditorPLUGIN.dll

They are outdated. The new files are names without PLUGIN. Maybe this helps.


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



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

Message: 12
Date: Mon, 05 Feb 2007 06:48:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.0.1 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=4140070
By: nobody

I did an answere in your post.

Best Regards
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=331753



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

Message: 13
Date: Mon, 05 Feb 2007 06:52:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Stored  session erased by opening NP++
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=4140075
By: donho

This issue was fixed in the newest version.
Go to here to download the latest version :
http://sourceforge.net/project/showfiles.php?group_id=95717

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



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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

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

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


End of Notepad-plus-plus Digest, Vol 9, Issue 15
************************************************

Reply via email to