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 - Open Discussion] how do make      Notepad+ the
      default application? (SourceForge.net)
   2. [notepad-plus - Help] Can I move user define      language
      (SourceForge.net)
   3. [notepad-plus - Help] RE: Can I move user define language
      (SourceForge.net)
   4. [notepad-plus - Help] Persistent Spellchecker     Problem
      (SourceForge.net)
   5. [notepad-plus - Help] python block comment        support
      (SourceForge.net)
   6. [notepad-plus - Help] RE: python block comment    support
      (SourceForge.net)
   7. [notepad-plus - Help] RE: python block comment    support
      (SourceForge.net)
   8. [notepad-plus - Help] RE: python block comment    support
      (SourceForge.net)
   9. [notepad-plus - Help] RE: python block comment    support
      (SourceForge.net)
  10. [notepad-plus - Help] RE: Need help with  removing to end of
      line (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: how do       make Notepad+ the
      default applicat (SourceForge.net)
  12. [notepad-plus - Help] RE: .config file -> XML     language
      (SourceForge.net)
  13. [notepad-plus - Open Discussion] Column mode (SourceForge.net)


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

Message: 1
Date: Mon, 21 Jan 2008 06:48:27 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] how do
        make    Notepad+ the default application?
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=4733220
By: ctrent

To View Source on a webpage, how do you make Notepad+ the default application?

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: 2
Date: Mon, 21 Jan 2008 06:53:48 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Can I move user
        define  language
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=4733231
By: nobody

I have defined a new language "c--".Now I want to move to a new computer. 
How can I "move" the new language "c--" to the new computer whitout defining
again,such as copy a file?
Or Could you tell me where is the new defination stored?

______________________________________________________________________
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: Mon, 21 Jan 2008 07:02:36 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Can I move user
        define language
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=4733242
By: nobody

search for the 'userDefineLang.xml', here by me is the file in
%programfiles%\Notepad++

______________________________________________________________________
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: 4
Date: Mon, 21 Jan 2008 09:09:41 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Persistent
        Spellchecker    Problem
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=4734327
By: nobody

I cannot use the spellchecker. I'm continually getting "GNU Aspell and/or 
dictionary
are missing ... If Aspell is already installed, do correction of relative path
to aspell-15.dll and restart"

First time I received it, I downloaded Aspell and installed into Program Files
directory. Still got the error. Relative looks to be correct (..\Aspell\bin).
Did alter the relative path a couple times, even trying an absolute one, in
an attempt to get it working. Yet the problem continues to persist.

How do I get the spellchecker to work?

Thanks, 
James

______________________________________________________________________
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: 5
Date: Mon, 21 Jan 2008 09:18:21 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] python block
        comment support
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=4734337
By: nobody

FOA, I love Notepad++.

One question though: Block comments are not configured for Python in lang.xml
So I changed the configuration so that this line:
                <Language name="python" ext="py pyw" commentLine="#">
became this one:
                <Language name="python" ext="py pyw" commentLine="#"
commentStart="&quot;&quot;&quot;" commentEnd="&quot;&quot;&quot;">

(The idea I took from the configuration of Smalltalk where single quote
is used.
Nonetheless the comments within those """ my doc """ are not highlighed with
configured color.

Any idea?


______________________________________________________________________
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: Mon, 21 Jan 2008 09:21:00 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: python block
        comment support
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=4734340
By: nobody

Update. Actually the new line is:
&lt;Language&nbsp;name="python"&nbsp;ext="py&nbsp;pyw"&nbsp;commentLine="#"&nbsp
;commentStart="&quot;&quot;&quot;"&nbsp;commentEnd="&quot;&quot;&quot;"&gt;

______________________________________________________________________
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: 7
Date: Mon, 21 Jan 2008 09:22:30 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: python block
        comment support
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=4734344
By: nobody

not again... 
well. you got it.
The value for commentStart and commentEnd is &&quot;&&quot;&&quot;

______________________________________________________________________
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: Mon, 21 Jan 2008 09:23:52 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: python block
        comment support
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=4734347
By: nobody

<Language name="python" ext="py pyw" commentLine="#"
commentStart="&amp;quot;&amp;quot;&amp;quot;"
commentEnd="&amp;quot;&amp;quot;&amp;quot;">

______________________________________________________________________
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: Mon, 21 Jan 2008 09:24:55 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: python block
        comment support
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=4734350
By: nobody

so stupid... why did it replace the & quot; and did not &amp; ?

______________________________________________________________________
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: Mon, 21 Jan 2008 09:33:59 -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=4734365
By: nobody

Yes, give the macro a shortcut or use it from the Menu:
Macro --> macro selection

The macro selects the text from the cursor to the end of line (even when line
wrapping is active (that's why 2x SHIFT-END command)).

Then it deletes the selected text.

The only disadvantage is that the text is placed on the clipboard, but it's
not a 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: 11
Date: Mon, 21 Jan 2008 10:09:30 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: how
        do      make Notepad+ the default applicat
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=4734429
By: nobody

I think on Installing you have to choose it and 
associate notepad++ with .html extension.

______________________________________________________________________
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: Mon, 21 Jan 2008 10:12:35 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: .config file ->
        XML     language
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=4734433
By: nobody

What happens if there is no extention as in xmltextfilledfile.     where there
is nothing after the last dot?

______________________________________________________________________
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: Mon, 21 Jan 2008 10:21:02 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] 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=4734443
By: nobody

In other text editor there is the possibility to choose a column mode. The 
column
mode allows you to select from a column to another (es from column 1 to column
20) for all the record of the file. With the column mode you can search in the
select text column, you can insert something before (es a comma to divide the
columns) ecc.
I haven't find this function in notepad++. Am I wrong ?
Bye


______________________________________________________________________
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 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

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

_______________________________________________
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 20, Issue 91
*************************************************

Reply via email to