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: VI comman support in
Notepad++ (SourceForge.net)
2. [notepad-plus - Help] RE: FTP: how to create a new file on
server? (SourceForge.net)
3. [notepad-plus - Plugin Development] Can't get folder contents
in PASV mode (SourceForge.net)
4. [notepad-plus - Plugin Development] One more thing...
(SourceForge.net)
5. [notepad-plus - Plugin Development] Console Plugin Feature
Request (SourceForge.net)
6. [notepad-plus - Open Discussion] RE: drop down Auto
completion (auto dropdown) (SourceForge.net)
7. [notepad-plus - Open Discussion] RE: Run Macro until end of
file never stops. (SourceForge.net)
8. [notepad-plus - Plugin Development] TortoiseCVS and Explorer
Plug-in (SourceForge.net)
9. [notepad-plus - Plugin Development] SCI_SETWORDCHARS
(SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Compare plugin
(SourceForge.net)
11. [notepad-plus - Open Discussion] RE: Compare plugin
(SourceForge.net)
12. [notepad-plus - Plugin Development] RE: TortoiseCVS and
Explorer Plug-in (SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Sat, 15 Sep 2007 09:45:22 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: VI
comman support in 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=4520122
By: nobody
vomit... lol. I use vi/vim only because emacs, mg, nano, pico etc are awful.
This is more of an ultraedit-32 commercial windows opensource replacement.
______________________________________________________________________
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: Sat, 15 Sep 2007 11:42:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: 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=4520189
By: harrybharry
You cannot create empty files on the server if its not open in notepad if thats
what you mean, but any file opened in notepad or on your harddrive can be
uploaded.
Rightclick on a folder and choose upload current file here (to upload a file
opened in notepad++) or Upload other file here... if you want to choose it from
your harddisk.
There is also a button in the toolbar with a green upward pointing arrow, but
only if you click on a folder. This will uplaod to the folder you clicked on,
or to the folder where the file originally came from if its in the cache.
______________________________________________________________________
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: 3
Date: Sat, 15 Sep 2007 13:42:26 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] Can't
get folder contents in PASV 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=4520282
By: nobody
I know this is hard, my server is behind a firewall and I am behind another
firewall.
I connect to server, but I can't get folder contents.
Here are the logs:
Response (220): ProFTPD 1.3.0 Server (Expromo FTP Server) [192.168.1.23]
-> USER versus
Response (331): Password required for versus.
-> PASS ***
Response (230): User versus logged in.
-> SYST
Response (215): UNIX Type: L8
-> PWD
Response (257): "/" is current directory.
-> PWD
Response (257): "/" is current directory.
-> CWD /
Response (250): CWD command successful
-> PASV
Response (227): Entering Passive Mode (192,168,1,23,78,43).
And that's it. Silence.
The situation is tricky. MSIE can not connect to the FTP server too, but ZEND
Studio does.
I would highly appreciate any comments or help.
______________________________________________________________________
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: Sat, 15 Sep 2007 14:08:04 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] One
more thing...
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=4520305
By: nobody
Just noticed that one more PHP editing tool is able to connect to my server
without any problem:
HTML-Kit
If a developer is interested, I might provide an access to my FTP for testing
purposes.
E-mail to beliakov(at)expromo.lv
Brgds,
Dmitrii
______________________________________________________________________
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: Sat, 15 Sep 2007 16:22:02 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
Console Plugin Feature Request
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=4520410
By: ishamid2
Hi,
For the console (or even for the Run menu) it would be nice to have a command
that automatically saves the file before running the command. So I could
configure
my commands to automatically save the file before running the command on it.
(Actually WinEDT has this feature, and it is one of the things I sorely miss,
along with setting the main file, see
https://sourceforge.net/forum/forum.php?thread_id=1805171&forum_id=331753
https://sourceforge.net/forum/message.php?msg_id=4520006
)
Best wishes
Idris
______________________________________________________________________
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: Sat, 15 Sep 2007 18:27:53 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: drop
down Auto completion (auto dropdown)
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=4520495
By: nobody
How about using pgdn or end on the keyboard? Or maybe hold control key or use
scroll button on mouse (could become useless when using laptop with trackpad..
my trackpad doesn't have scroll capabilities.)..
Also, what would be great is when you choose a function, it gives a small
pop-in with required/[accepted] arguments.
Thanks.
______________________________________________________________________
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: Sat, 15 Sep 2007 19:04:06 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Run
Macro until end of file never stops.
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=4520511
By: bullock
Please post an example, showing both the macro and the file text, to demonstrate
the problem.
I just confirmed that 4.2.2 has no problem with a simple macro. My macro just
deletes the first character in a line, then advances to the next line. The
macro stopped playback when it got to the end of the file just as expected.
Regards.
Greg
______________________________________________________________________
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: Sat, 15 Sep 2007 22:50:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
TortoiseCVS and Explorer Plug-in
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=4520607
By: geertvc
Hi,
When using TortoiseCVS, then in the "normal" Windows explorer you have extra
TortoiseCVS commands when right-clicking on a file/directory. Also the icons
used for files/directories are different and reflect the status of the
file/directory
(checked in, committed, updated,...).
When using the explorer DLL of Jens Lorenz, then I see that also the file/folder
icons are modified according to the state of the file/folder in TortoiseCVS.
Which is very good!
However, when right-clicking on the file in NPP, then I don't see the extra
TortoiseCVS commands I see when using the Windows explorer.
Is there a way to have the extra TortoiseCVS commands in NPP too, when
right-clicking
on a file/folder in the NPP explorer made by Jens?
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: 9
Date: Sat, 15 Sep 2007 23:56:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
SCI_SETWORDCHARS
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=4520645
By: zobo
Hello everyone.
I'm playing around with my dbgp plugin adding 'on mouse dwell' stuff.
When the mouse dwells on a variable, the plugin fetches the data from the server
and displays is with SCI_CALLTIPSHOW.
In order to get the variable 'name' from SCI I had to manipulate
SCI_SETWORDCHARS.
Does N++ depend on a certain WORD CHAR setting? Is there a message or similar
to unset what I did locally? Or does N++ handle this by itself? I did read the
code, but couldn't find an answer...
Best regards.
-Zobo
______________________________________________________________________
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: 10
Date: Sun, 16 Sep 2007 00:21:59 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Compare 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=4520655
By: nobody
This is a great idea, but it does not actually seem to do anything. When I
select Compare > Compare Panels, nothing happens. No such panels appear (nor
any message, such as instructions) and existing tabs are not compared whether
they are files or just in memory. What am I missing and what do you mean by
"Panels" if not something that appears after selecting the "Compare Panels"
command?
______________________________________________________________________
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: Sun, 16 Sep 2007 00:28:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Compare 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=4520660
By: nobody
I see what you meant by panels now: the things that are created when using View
> Go to another view or View > Clone to another view. Could you make it work
with tabs too and perhaps automatically create the view/panel?
______________________________________________________________________
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: Sun, 16 Sep 2007 02:06:07 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
TortoiseCVS and Explorer Plug-in
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=4520696
By: vor0nwe
Did you expand the 'Standard Menu' item of the file's context menu in the
Explorer
plug-in?
That's where Tortoise's CVS and SVN menu items show up on my machine.
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
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 39
*************************************************