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: Having a problem with   DLL
      msvcr80.dll FINAL (SourceForge.net)
   2. [notepad-plus - Open Discussion] Garbage on       screen when using
      go to other view (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Garbage on   screen when
      using go to other view (SourceForge.net)
   4. [notepad-plus - Plugin Development] NEW plugin:   PluginUpdate
      0v10 (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE: NEW       plugin:
      PluginUpdate 0v10 (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Split Line   suggestion
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Incomplete   User Define
      Dialog (SourceForge.net)
   8. [notepad-plus - Help] RE: How to disable Reload   dialog
      spamming? (SourceForge.net)
   9. [notepad-plus - Help] Typeover (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Some needs (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: Split Line   suggestion
      (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: Textmate     Themes for
      Notepad++ (SourceForge.net)
  13. [notepad-plus - Open Discussion] TextEdit:        better app icons
      (SourceForge.net)


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

Message: 1
Date: Fri, 18 Jul 2008 14:35:51 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Having a
        problem with    DLL msvcr80.dll FINAL
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=5105415
By: gareth124

Recompiling the program with;

<file name="msvcr80.dll"/>

In the manifest solves the problem for me.

______________________________________________________________________
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: Fri, 18 Jul 2008 15:06:40 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Garbage
        on      screen when using go to other view
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=5105480
By: nobody

In 5.0, when using Go to another view and the original view is left empty, the
screen is not redrawn correctly. It leaves N++ in a messed up state where it
thinks that there still must be a divider for the view. Scrolling the doc seems
like it solves the redraw problem but actually when covering the view with 
another
window and then uncover it, N++ will again attempt to draw the divider.
This is most annoying when using the compare feature. Once I close the right
side, the view is still somehow there.

______________________________________________________________________
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: Fri, 18 Jul 2008 15:44:00 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Garbage on      screen when using go to other view
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=5105539
By: nobody

I think I had a problem like that once, and I trace it to the HexEdit plugin.
Updating HexEdit to the latest version (0.9) solved the problem for me :-)
You can try getting it here
http://downloads.sourceforge.net/npp-plugins/HexEditor_0_9_0_dll.zip?modtime=121
4874032&big_mirror=0

______________________________________________________________________
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: Fri, 18 Jul 2008 16:39:36 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] NEW
        plugin: PluginUpdate 0v10
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=5105667
By: fstellari

I have developed a new plugin that allows to check and, in the future, download
updates of plugins:

PluginUpdate v0.10 that you can find here:
http://fstellari.googlepages.com/npp_plugins

I think you should like this but don't get too excited, note that only v0.10!!!
It's not very fancy yet and only a manual check is available in this version...
and no download... and no install!!!
No options

By default this will take care of my other plugins... but you can make your
own plug in update:
(for an example you can download my update package
http://fstellari.googlepages.com/npp_plugins.ini)

1) the installed plugin "myplugin.dll" (either in the AppData or Program 
directory)
shoudl have a corresponding "myplugin.ini" in the Plugins/Config directory with
an entry like (note: it's a good idea that you plug in writes that data the
first time is run bu Notepad++):

[Update]
URL=http://<mywebpath>/mypluginupdate.ini

2) you should make available the "mypluginupdate.ini" file online at the 
location
specified by the previous URL. "mypluginupdate.ini" should contain entry in
the form:

[myplugin.dll]
CurrentVersion=<new version string>
DownloadURL=<internet path where to find the new plugin>

3) it's a good idea to have the file to download at the specified DownloadURL

Since all the plugin out there do not have the [Update] URL=... entry, I can
ONETIME add you plugin update info in my online npp_plugins.ini file so you
can push a new version of your plugin that starts handling the update by itself.
For that purpose just post you entry and when I have time I will cut and paste
it in the npp_plugins.ini file.

Best regards,

Franco


______________________________________________________________________
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: Fri, 18 Jul 2008 16:47:42 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        NEW     plugin: PluginUpdate 0v10
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=5105686
By: fstellari

I just wanted to add that it would make sens for me to continue this work only
if otehr plugin developer would be interested in using this facility.
My pluins are probably very little used so I'm not sure this would be work the
effort.
So I encourage posting from other developers to understand if and how it's 
working
for them.
Regards,

______________________________________________________________________
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: Fri, 18 Jul 2008 16:50:06 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Split Line      suggestion
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=5105691
By: nobody

As for the last suggestion: use find replace
Find the split character, and replace it with \r, \n or \r\n depending on the
format used (use extended mode).
I believe the textFX plugin has the capability to split and any given number,
using the clipboard.

______________________________________________________________________
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: Fri, 18 Jul 2008 17:25:28 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Incomplete      User Define Dialog
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=5105749
By: tanman1217

I have a 1024x768 screen, too. After I dock the User Define Dialog, I can scroll
through all four tabs in their entirety. I am also not able to reproduce your
flashing problem.

The white space at the bottom of most of the tabs appears to be because of how
the User Define Dialog is programmed. The size of all four tabs is the same,
but only one of the tabs (Keywords Lists) fills the entire tab. So the other
three tabs have white space at the bottom. No content is lost or obscured, 
though,
it's just blank space.

Tested on XP Home SP2 with Notepad++ 4.7.5. Sorry, that's all I have with a
1024x768 screen.

HTH,
TanMan

______________________________________________________________________
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: Fri, 18 Jul 2008 18:06:07 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How to disable
        Reload  dialog spamming?
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=5105833
By: aldialthaus

unfortunately this setting won't be saved. on the next startup it returns to
that behavior. at least for me all preference settings under "file status
Auto-detection" won't be remembered till next start.

this is also driven me nuts, hope this gets fixed soon.

______________________________________________________________________
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: Fri, 18 Jul 2008 18:12:07 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Typeover
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=5105842
By: jnagle06

I am trying Notepad++ for the first time. The one problem I keep having is when
I try to insert text it types over the existing text; does anyone know how to
change this?

Thanks

jnagle06


______________________________________________________________________
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: Fri, 18 Jul 2008 18:50:46 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Some
        needs
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=5105918
By: nobody

Swith to Hex Editor mode then.


______________________________________________________________________
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: Fri, 18 Jul 2008 19:00:48 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Split Line      suggestion
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=5105944
By: nobody

WOW! That should be miraculous... How does this work? What is \r \n?
What format are you talking about?


______________________________________________________________________
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: 12
Date: Fri, 18 Jul 2008 19:14:39 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Textmate        Themes for Notepad++
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=5105987
By: nobody

My ultra-secret-powerful notepad++ XD

______________________________________________________________________
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: Fri, 18 Jul 2008 20:02:53 +0000
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        TextEdit:       better app icons
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=5106063
By: nobody

The author is a nice person, and the icons are freeware.

TextEdit v1
http://flarup.deviantart.com/art/TextEdit-56781438

TextEdit v2
http://flarup.deviantart.com/art/TextEdit-2-82722723

Bye,
Alex


______________________________________________________________________
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 26, Issue 51
*************************************************

Reply via email to