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. How to run a Python script? (Dick Moores)
   2. File associations (Jeremiah Griffin)
   3. [notepad-plus - Open Discussion] RE: Smarter      auto-indent
      (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Smarter      auto-indent
      (SourceForge.net)
   5. [notepad-plus - Help] RE: Need help with  removing to end of
      line (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Notepad++    v4.7.5
      (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: Smarter      auto-indent
      (SourceForge.net)
   8. [notepad-plus - Help] RE: Need help with  removing to end of
      line (SourceForge.net)
   9. [notepad-plus - Help] RE: Current file name (SourceForge.net)
  10. [notepad-plus - Help] Using Notepad++ for Python: no
      indentation (SourceForge.net)
  11. [notepad-plus - Open Discussion] Column   selection Can be
      improved!!! (SourceForge.net)
  12. [notepad-plus - Help] RE: Using Notepad++ for     Python: no
      indentation (SourceForge.net)
  13. [notepad-plus - Plugin Development] Notepad++     Crashes!!
      (SourceForge.net)


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

Message: 1
Date: Thu, 17 Jan 2008 20:51:34 -0800
From: "Dick Moores" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] How to run a Python script?
To: Notepad++ <[email protected]>
Message-ID:
        <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1

I'm brand new to Notepad++.

I wrote and saved a simple Python script, hello.py, which print
"Hello" when run.

With hello.py in the editor window, how can I run it? I see that Run
is F5, but this opens a dialogue box. Even if I enter the path to
hello.py and then click Run!, it doesn't. Or does it? Where should I
see the output?

Thanks,

Dick Moores



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

Message: 2
Date: Fri, 18 Jan 2008 11:44:01 -0800
From: Jeremiah Griffin <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] File associations
To: [email protected]
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

The file association settings tab seems a little stiff. It would be nice 
if you could enable/disable multiple extensions at a time, i.e. multiple 
selection enabled for the list boxes. Clicking on each category, then 
each extension, then the ">>" button, then back to the extension, over 
and over, gets tiresome after a while, especially when you're using a 
laptop touch pad. Does anyone else feel this way?



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

Message: 3
Date: Thu, 17 Jan 2008 16:35:22 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Smarter auto-indent
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=4728602
By: nobody

"Sorry, but no. 
 
You can just go to TextFX - Edit - Autoindent C++ code if you want that. Or,
use the VB editor!"

Or you can not be so negative and suggest that someone looks at the source code
and see what options are avaliable. If only there was a plugin system in NP++
that this stuff could be written in...oh...hang on...thats right....there is
one :P

Keith

______________________________________________________________________
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, 17 Jan 2008 17:24:02 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Smarter auto-indent
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=4728649
By: scorp007

@"Nobody/Anonymous" who pointed out various indent styles:

You have a valid point, but note that VS does not mess around with your coding
style. It just adapts to it.

If you want to have your opening brace on the same line as the if() {, so be
it, VS will still recognize it and indent accordingly.

Have a play with the express edition to see what I mean.

______________________________________________________________________
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, 17 Jan 2008 17:44:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Need help with
        removing to end of line
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=4728665
By: nobody

here's yet one other way to do it (hyoowtdi):

in Find and Replace:

check Regular Expression box, then

find: (\.zip).*

replace with: \1

______________________________________________________________________
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: Thu, 17 Jan 2008 17:49:34 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.7.5
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=4728669
By: nobody

Auto updater works like a charm... 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: Thu, 17 Jan 2008 17:52:33 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Smarter auto-indent
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=4728671
By: scorp007

Not to mention, if you don't like auto indent, you can always turn it off...

______________________________________________________________________
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: Thu, 17 Jan 2008 18:29:44 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Need help with
        removing to end of line
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=4728700
By: bullock

And here's yet another way.

Press Ctrl-F and set the "Find what" box to ".zip".  Click the Close button.

Record the macro:
<Home> <F3> <Right> <Shift-End> <Delete> <Down>

Replay the macro until the end of the file or as many times as required.

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



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

Message: 9
Date: Thu, 17 Jan 2008 19:10:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Current file
        name
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=4728734
By: bullock

At present, macros don't record the menu commands to copy the file name/path
to the clipboard.

I just now sent to Don a proposed modification to fix this oversight.

Thank you for reporting that.

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



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

Message: 10
Date: Thu, 17 Jan 2008 20:12:53 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Using Notepad++ for
        Python: no indentation
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=4728797
By: nppzuki

I have Python set as the default language, but the indentation essential to
Python isn't there.

For example, I get

while True:
qwerty

instead of the expected

while True:
   qwerty

How do I set this?


______________________________________________________________________
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: 11
Date: Thu, 17 Jan 2008 20:49:04 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Column
        selection Can be improved!!!
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=4728816
By: nobody

Hi all,

     Glad to meet u all. I am a textpad user for quite a long period. I am 
impressed
with Notepad++, but some features really makes me favour textpad rather than
Notepad++. If these features are implemented in Notepad++, then its going to
be the best user friendly text editor.

1. In textpad we can select a certain part of the text in block mode (nothing
but column selection) and can align only that part of the text by pressing the
TAB key or (shift + tab). This feature is one of the nice feature in textpad
which is missing here.

2. Similarly in block selection mode we are not able to select beyond the end
of line. It will be good if Notepad++ provides that option too.

Just from yesterday I stared using notepad++, Hats off the to the developer,
Its seems good except some unexpected crashes of Notepad++ v4.7.5.  I ll come
up with some more developer friendly features...

Thanks & Regards,
Gopu.S


______________________________________________________________________
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: Thu, 17 Jan 2008 20:55:01 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Using Notepad++
        for     Python: no indentation
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=4728822
By: nppzuki

That second "querty" should show as indented 4 spaces.

______________________________________________________________________
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: 13
Date: Thu, 17 Jan 2008 21:26:54 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Notepad++       Crashes!!
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=4728841
By: nobody

Hi all,

       FTP synchronize plugin is really good to use. But Notepad++ Crashes most
of the times when we click the disconnect icon in the FTP window.


Thanks & Regards,
Gopi.



______________________________________________________________________
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 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 20, Issue 80
*************************************************

Reply via email to