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: How compare plugin      works
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] v4.4 "Clone to   another
      view'" Bug (SourceForge.net)
   3. [notepad-plus - Open Discussion] How do I get     my file
      extensions correct? (SourceForge.net)
   4. [notepad-plus - Open Discussion] Too low  contrast on tabs
      (SourceForge.net)
   5. [notepad-plus - Help] better (or alternative)     code-folding
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: Lisp interpretator
      (SourceForge.net)
   7. [notepad-plus - Plugin Development] bad link (SourceForge.net)
   8. [notepad-plus - Open Discussion] stable version   & a small
      request (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: How do I     get my file
      extensions correct? (SourceForge.net)
  10. [notepad-plus - Open Discussion] Want Word        Auto-Completion
      non-case-sensitive (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: stable       version & a small
      request (SourceForge.net)
  12. [notepad-plus - Open Discussion] RE: How do I     get my file
      extensions correct? (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Notepad++    v4.4 is
      realesed (SourceForge.net)


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

Message: 1
Date: Thu, 18 Oct 2007 09:46:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How compare
        plugin  works
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=4576257
By: nobody

I am missing something as well, I have two documents open, on one I did the
"Go to another view"  Right now I have my two docs open side by side.  
Originally
they were the same with the exception of some white space, it said "Files 
Match".
OK, I can deal with that.  Now I change one and run the compare again.  Nothing
seems to happen.  Where am I supposed to see the differences?

______________________________________________________________________
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: Thu, 18 Oct 2007 11:07:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] v4.4
        "Clone to       another view'" Bug
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=4576379
By: nobody

'view - clone to another view' is useful menu.

But there is a critical bug on version 4.4.

If you spit window with the menu and close notepad++,

you can't run notepad again.

The process notepad.exe is executed, but the program doesn't appear and  CPU
utilization becomes 100%.






______________________________________________________________________
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: 3
Date: Thu, 18 Oct 2007 11:10:05 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] How do I
        get     my file extensions correct?
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=4576386
By: sean-michael

It seems there is a bug, or annoyance with notepad not allowing users to use
there own file extensions from what I found searching.

I want to use the .lzx extension and NotePad is forcing the .txt extension no
matter what I try to do lol

I could not sift threw the current threads and find a fix for this situation,
is there a fix for this or a version of notepad I can downgrade to till the
problem is fixed?

Thanks in advance for help, and thanks NotePad++ team for creating and sharing
such a great and comfortable editor!

______________________________________________________________________
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, 18 Oct 2007 11:12:12 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Too low
        contrast on tabs
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=4576389
By: nobody

The contrast between the gray filename and the gray background of the tabs of
inactive files is much much too low.

I would prefer to tag the active tab with an icon in a different color and use
maximal contrast for all tabs.

______________________________________________________________________
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, 18 Oct 2007 11:44:33 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] better (or
        alternative)    code-folding
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=4576452
By: nobody

at the momment this one folds

<?php
        function test(blah) {
                return $functionstuff;
        }
?>

to that
<?php
[+]     function test(blah) {
-----------------------------
?>

would it be possible to fold it and show the ending block-delimiter?

so it would fod to

<?php
[+]     function test(blah) {
-----------------------------
}
?>

in nested functions or in xml/sgml-structures this would really helpful to me,
since it seems more logical#

thx 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: 6
Date: Thu, 18 Oct 2007 10:53:31 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: Lisp
        interpretator
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=4576361
By: nobody

What is this "world's best programming tool"?


______________________________________________________________________
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, 18 Oct 2007 12:05:35 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] bad
        link
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=4576497
By: nobody

This link 
http://freeweb.siol.net/rmihor/NppCCompletionPlugin103.zip 
gives a 404 error.

______________________________________________________________________
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: 8
Date: Thu, 18 Oct 2007 12:32:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] stable
        version & a small 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=4576536
By: nobody

my only suggestion to the main coder is to wait for all the bug reports to come
in first
without touching or changing code for each unacceptable existing bug someone
reports ..

collecting them all for later coding ,maybe for once you'll get a version that
stands as stable. as new features will continue to come in a rush anyways,,
you cannot stop that.

np++ offers me 100% of what it got, i use maybe 2% of its capabilities
i use the macro feature a lot ,but find it inflexible mean:
I sometimes look how to clean bad macros or old ones that i cannot use, or for
bad saved in key combinations like a right click "remove this macro" will do

hope you are getting it! keeping it clean ...

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: Thu, 18 Oct 2007 12:35:22 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        do I    get my file extensions correct?
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=4576540
By: donho

agree.
This behaviour will be improved in the next version which will be release this
weekend.

Don

______________________________________________________________________
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: 10
Date: Thu, 18 Oct 2007 14:32:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Want
        Word    Auto-Completion non-case-sensitive
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=4576693
By: bdb4269

I just updated from 4.1.2.  I LOVE the new auto-completion feature.  I was 
wondering
if it would be possible to add an option to make it insensitive to case.

I work with proprietary programming language, and have made my self a 
user-defined
syntax highlighting scheme, and in the scheme I have case-sensitivity turned
off.

But the auto completion feature is still case-sensitive.  

______________________________________________________________________
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: Thu, 18 Oct 2007 14:57:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        stable  version & a small 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=4576732
By: nobody

Stop complaining please.


______________________________________________________________________
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, 18 Oct 2007 15:42:16 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: How
        do I    get my file extensions correct?
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=4576944
By: sean-michael

Thank you for your reply Don,

>From what I have read and understand you are the main developer of NotePad++?
I like it very much!  After a recent re install of windows this was one of the
first programs I reinstalled!

So as I understand you it sounds like I need to simply wait a few days for the
next version, so nice to hear and great support!

Cheers and thanks again for your reply/time!

______________________________________________________________________
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: 13
Date: Thu, 18 Oct 2007 16:14:58 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.4 is realesed
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=4577059
By: nobody

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



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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/

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

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


End of Notepad-plus-plus Digest, Vol 17, Issue 53
*************************************************

Reply via email to