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 - Help] RE: Ability to select+search
(SourceForge.net)
2. [notepad-plus - Help] RE: Auto-completion list size
(SourceForge.net)
3. [notepad-plus - Open Discussion] RE: Selecting variables
(SourceForge.net)
4. [notepad-plus - Open Discussion] RE: need for new Option for
Auto-completion (SourceForge.net)
5. [notepad-plus - Help] RE: Where I Can find VibrantInk Theme
for notepad (SourceForge.net)
6. [notepad-plus - Plugin Development] RE: open folder and the
close folder definiti (SourceForge.net)
7. [notepad-plus - Help] Unable to use the plugin
FTP_synchronize (SourceForge.net)
8. [notepad-plus - Open Discussion] RE: Home / End with Wrap on
(SourceForge.net)
9. [notepad-plus - Plugin Development] RE: FTP_synchronize
0.9.5.1 (SourceForge.net)
10. [notepad-plus - Open Discussion] RE: Feature req: save
autocompletion popup si (SourceForge.net)
11. [notepad-plus - Help] Notepad++ on windows login (SourceForge.net)
12. [notepad-plus - Plugin Development] RE: open folder and the
close folder definiti (SourceForge.net)
13. [notepad-plus - Help] RE: remove duplicate lines?
(SourceForge.net)
----------------------------------------------------------------------
Message: 1
Date: Fri, 14 Mar 2008 06:31:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Ability to
select+search
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=4837234
By: nobody
What is that suppost to mean ? It's possible? If so.. How ?
ai-a on Undernet.
______________________________________________________________________
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, 14 Mar 2008 07:15:08 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Auto-completion
list size
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=4837305
By: nobody
I too would like to change the auto completion drop down list size. It is
currently
set at 5 items which is way too short for me. I prefer 10 or 15 items in the
list. I have been digging through the xml style files and even through the
source
code but I am having trouble finding where it is defined.
Thank you.
Michael
______________________________________________________________________
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: Fri, 14 Mar 2008 07:03:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Selecting variables
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=4837284
By: nobody
Hi,
Try ctrl + M, it's maybe alike
Note: red box, and yellow text are unreadable, I use gray box, black bold
slanted
text. (style configurator..)
Ak
______________________________________________________________________
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, 14 Mar 2008 07:25:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: need
for new Option for Auto-completion
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=4837332
By: nobody
If I understand your question correctly, this option is now in N++. Edit the
shortcuts and set a shortcut key for "function completion" and one for "word
completion". I use "ESC" for function completion and "F1" for word completion,
matching the style that Xcode on mac uses. I also turn off automatic popup so
that the list never comes up unless i hit ESC, you might want to try that.
______________________________________________________________________
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: Fri, 14 Mar 2008 07:29:50 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Where I Can
find VibrantInk Theme 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=4837346
By: nobody
give me download link...pleez)
______________________________________________________________________
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: Fri, 14 Mar 2008 07:34:05 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
open folder and the close folder definiti
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=4837360
By: nobody
If you use END for everything then it does not work because the open's and
close's
do not match:
for example
FOR( n = 1 TO numWords ) /* open folding for FOR */
WHILE( word_id(n) >0 ) /* open folding for WHILE */
. . .
END WHILE /* want to close
folding for WHILE */
/* - if you use 'END' will close folding for FOR */
END FOR /* want to close
folding for FOR */
/* - if you use 'END' to close folding 'open' and 'close' are out of
synch. */
______________________________________________________________________
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: Fri, 14 Mar 2008 07:42:59 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Unable to use the
plugin FTP_synchronize
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=4837379
By: nobody
These are the ftp messages I am getting, when I try connecting to a linux
server.
19:56:01 > Connecting to ap655ses.us.oracle.com
19:56:02 > Established connection with ap655ses.us.oracle.com
19:56:03 > Multiline Response (3874): 1.99-OpenSSH_3.6.1p2
Please help.
Thanks in advance.
______________________________________________________________________
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 Mar 2008 07:44:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Home
/ End with Wrap on
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=4837380
By: nobody
Missed that one! Alt-Home and Alt-End do exactly what I'm looking for ...
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: 9
Date: Fri, 14 Mar 2008 07:44:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
FTP_synchronize 0.9.5.1
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=4837381
By: nobody
Unable to use the plugin FTP_synchronize::
I am a new user to N++.
These are the ftp messages I am getting, when I try connecting to a linux
server.
19:56:01 > Connecting to ap655ses.us.oracle.com
19:56:02 > Established connection with ap655ses.us.oracle.com
19:56:03 > Multiline Response (3874): 1.99-OpenSSH_3.6.1p2
Please help.
Thanks in advance.
______________________________________________________________________
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: Fri, 14 Mar 2008 07:54:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
Feature req: save autocompletion popup si
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=4837409
By: nobody
First, thank you, for some reason it just didnt even occur to me that I could
resize the completion window by dragging it bigger. Second, I too want to
change
the default size to be larger.
Thank you,
Michael
______________________________________________________________________
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 Mar 2008 07:59:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Notepad++ on
windows login
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=4837427
By: nobody
I hesitated switching to Notepad++ for some time, but eventually the feature
to format text for programming and scripts won me over EditPad, my previous
choice.
Anyway, I am enjoying text files in a whole new way now, but there is one
nuisance
that I have noticed. Even at that, I have only seen this happen on my home PC!
When I login to Windows XP, (any of my accounts), Notepad++ loads maximized
with whatever documents I was working on last. This is annoying to have
to close/minimize after every login. I'm not sure why it's behaving this way.
I have checked every path in the registry where programs startup, and it's not
in the Startup folder either. I have always been somewhat an expert in
troubleshooting programs that startup, actually (one way I have become so
effective
at removing spyware).
However, I see no traces of why the program would load. Yet it does, and has
become a nuisance for me and my fiance.
I have looked all over for options that control Notepad++ starting up, but there
don't appear to be any. I realize this is more likely a Windows issue than
anything,
but I really need some help here and don't know where else to look. I plan to
support the program for some time, but I just want it to open when I decide
to open a file! Not to load maximized and stare me in the face with a blank
text document everytime I login. (more frequently than it once was now that
I share the computer)
How could it be getting loaded everytime? I thought maybe a text file was being
set to run at startup, but the program never loads a suspicious or unusual file.
It opens just as it would if I launched it on my own.
______________________________________________________________________
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: Fri, 14 Mar 2008 08:12:21 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
open folder and the close folder definiti
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=4837478
By: nobody
The problem here is that WHILE after END is opening a folder again.
This seems to undo the closing of the previous folder.
Just notice what happens when you put a linebreak between END and WHILE.
By the way, you need to separate your keywords from the other code.
Wrong___: WHILE(
Correct_: WHILE (
______________________________________________________________________
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: 13
Date: Fri, 14 Mar 2008 08:13:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: remove
duplicate lines?
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=4837479
By: mikehaller
+1 for this feature request:
Delete duplicate lines
______________________________________________________________________
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
------------------------------
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 22, Issue 65
*************************************************