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 - Plugin Development] RE:   Explorer plug-in is
      slow on network drive (SourceForge.net)
   2. [notepad-plus - Plugin Development] RE:   Explorer plug-in is
      slow on network drive (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: Will you     develop this
      nice notepad for Li (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Why is       there a save as
      type pulldown? (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE:   Compatibility:
      plugin<->NP++ (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: 4.2.2        crashes very often
      (SourceForge.net)
   7. [notepad-plus - Help] RE: edit column mode? (SourceForge.net)
   8. [notepad-plus - Plugin Development] RE: svn       access?
      (SourceForge.net)
   9. [notepad-plus - Help] FTP: how to create a new    file on
      server? (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Why is       there a save as
      type pulldown? (SourceForge.net)
  11. [notepad-plus - Open Discussion] wrong    characters on printed
      pages (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: wrong        characters on
      printed pages (SourceForge.net)


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

Message: 1
Date: Thu, 13 Sep 2007 21:40:45 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Explorer plug-in is slow on network drive
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=4517852
By: geertvc

Hi Jens,

Very sorry, I missed your email.

Tried the version you pointed at just now, but the result is the same: NPP hangs
when I activate your DLL on a Win2K machine.


Best rgds,

--Geert

______________________________________________________________________
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: Thu, 13 Sep 2007 21:44:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Explorer plug-in is slow on network drive
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=4517854
By: geertvc

Hi Jens, me again (2 minutes after my previous post...) ;-)

Just saw the answer of the other guy telling that on WinXP everything went 
smooth
when turning off the auto refresh functionality.

Well, just did the same on Win2K and it also solved the issue!  So, apparently
still some issues with the auto refresh then?

Seems to work even fast too.  Will switch off the auto refresh on my WinXP 
machine
too, so I guess it will work faster also on that one then...

Best rgds,

--Geert

______________________________________________________________________
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: Thu, 13 Sep 2007 22:18:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Will
        you     develop this nice notepad for Li
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=4517865
By: geertvc

>>Kate is awesome. You have a console at the bottom of Kate so if you want to
compile then run some code, it's no problem. And what's even better, is you
can set up a script so you compile then execute by pressing F5 or whatever key
you decide.

Using the NppExec DLL gives you just that kind of flexibility too (and much
more...)
 
>>Notepad++ is great guys, don't get me wrong. But it's not worthy of a linux
port. It's a windows app, let's leave it this way (much to the developer's
wishes.)

It is for sure a great app.  Recently, I found the "ideal" marriage between
Linux and Windows (yes, that exists!).

I'm running Linux in a VmWare session on an XP machine.  Using Samba, NotePadd++
and plink (a program from the Putty suite), I'm able to edit on NotePad++ under
Windows, I'm able to call a Linux script that runs my makes on the Linux 
machine,
using plink and NppExec and I'm getting the make output in my NotePad++ console.
I can even double-click on the output lines to jump to the line in the file.

What else does one need more?

Best rgds,

--Geert

______________________________________________________________________
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: Thu, 13 Sep 2007 23:14:10 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Why
        is      there a save as type pulldown?
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=4517900
By: nobody

I don't know C++ either but knowing some other languages might help me 
understand
it anyway. I assume it's a breeze for someone who knows C++ but still I look
in the code to see if I can find a solution. (Even google might help). I know
javascript, lol, so mayby writing the routine in javscript will help me convert
it into C++. I dont have a compiler installed but I might install one. (Bah,
visual studio is a couple of GB to install).

I was thinking to split the filename at the dot into an array, and if array
length is 0, add an extension to the filename. If array is greater than 0, a
dot in filename exists and *might* check is the extension is valid (or just
a dot used in the filename).

Because I never programmed in C++ I find it complex, but it could be a 
experienced
C++ programmer might laugh at it because it might be easy. So only a C++ 
programmer
can answer this.

Looking at the code won't hurt ;)




______________________________________________________________________
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: Thu, 13 Sep 2007 23:55:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Compatibility: plugin<->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=4517928
By: nobody

Great!
Compiled with /MT it works at office, too!
Thanks for all
GGa

______________________________________________________________________
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, 14 Sep 2007 00:05:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        4.2.2   crashes very often
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=4517934
By: nobody

Hi Don,

in my case notepad++ crashes when I open the function list and an undefined
file (no function list rules) is open and active.

My system:  Windows XP SP2
Plugins:    TextFX, Compare, Crypt, ConvertExt, Explorer, FunctionList, 
Hex-Editor,
Light Explorer, NppExec, Highlight File, Multi-Clipboard, QuickText, Search
in Files, Spell-Checker

______________________________________________________________________
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, 14 Sep 2007 00:17:59 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: edit column
        mode?
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=4517945
By: nobody

To complete this topic:

UltraEdit: the colum mode edit functions as described is the reason for using
UltraEdit on special tasks
NPP: The benefit of NPP is that I see if the a lie ends with CRLF of LF and
its keymapping abilities (bind a action to an key)

My wish is to combine these benefits together. Display the file as NPP does
and have a colum edit mode as in UltraEdit in ONE editor.

If I find such one I will be verry happy. I would prefer to find this in a 
further
version of NPP.

______________________________________________________________________
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: Fri, 14 Sep 2007 00:39:39 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        svn     access?
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=4517966
By: nobody

I am just about the ask the same thing..=)
It would be very nice if there is a SVN plug-in. I mean, I don't like the 
heavyweight
eclipse, but my project partner use subclipse to modify the project files. It
would be nice if NP++ has such a plug in so I can stick with it.=)

______________________________________________________________________
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: 9
Date: Fri, 14 Sep 2007 01:23:37 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] FTP: how to create
        a new   file on server?
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=4518008
By: nobody

Hello,

I am using the ftp plugin and am looking for a way to save a new file on the
server. I cannot find a "save on server" option. No probem if the file is 
already
on the server and I open it: when I save it, it will be saved on the server.
But if it's a new file and is not yet on the server?

Thanks for your help.

Roberto


______________________________________________________________________
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, 14 Sep 2007 02:13:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Why
        is      there a save as type pulldown?
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=4518066
By: dsego

>>I know javascript, lol, so mayby writing the routine in javscript will help
me convert it into C++


well, javascript is a c-like language, so you should be able to get a grasp
on  c/c++, and c# (or java which is similar to c#)

______________________________________________________________________
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, 14 Sep 2007 02:34:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] wrong
        characters on printed pages
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=4518109
By: nobody

When I print anything from Notepad ++ the title of the document and the date
on the page header part appear on different codepage than the systems one, which
is Greek. So these information are not readable.
Has anyone experienced anything similar in other languages?
Is it something that can be fixed in a future release?

Thanx 

______________________________________________________________________
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, 14 Sep 2007 02:49:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        wrong   characters on printed pages
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=4518127
By: nobody

I can't print documents in Russian with notepad++. They are ALL TOTALLY 
unreadable,
not only headers...

And the same unreadable characters are in shortcut mapping window.

______________________________________________________________________
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

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


End of Notepad-plus-plus Digest, Vol 16, Issue 35
*************************************************

Reply via email to