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] RE: "Find all    in current
      file" (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: New user -   Can Notepad
      save in Unix format? (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE: Events    to plugin in
      reverse order? (SourceForge.net)
   4. [notepad-plus - Help] Reload current file only (SourceForge.net)
   5. [notepad-plus - Help] RE: Reload current file     only
      (SourceForge.net)
   6. [notepad-plus - Help] RE: Reload current file     only
      (SourceForge.net)
   7. [notepad-plus - Help] RE: Reload current file     only
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] How does one     delete NUL
      chars? (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE: Annoying     bug in
      highlighting - parentesis (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: Notepad++    v4.9.2 has
      been released (SourceForge.net)
  11. [notepad-plus - Open Discussion] RE: missing      bracket finder
      (SourceForge.net)


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

Message: 1
Date: Thu, 15 May 2008 12:45:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        "Find all       in current file"
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=4965621
By: fool4uanyway

Perhaps you may be helped by the information and mechanism in this thread as
well:

"missing bracket finder" (Open Discussion forum)
http://sourceforge.net/forum/forum.php?thread_id=2039798&forum_id=331753

Instead of looking for any brackets, you may just copy your search string to
the clipboard and use the TextFX Viz - Hide Lines Without (Clipboard Text)
feature.

It is explained in the threads referred to.

This will make Notepad++ show only those lines that contain your search string,
but only for as long as you don't leave and return to your current document.
You can overcome this by copying the visible lines to a new document. If you
insert all line numbers before the hiding and copying, the new document will
be a list of all matching lines with their original line numbers. See the 
description
in the thread mentioned above.


______________________________________________________________________
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: Thu, 15 May 2008 12:59:30 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: New
        user -  Can Notepad save in Unix format?
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=4965654
By: fool4uanyway

Perhaps you will find some useful information in the search results with "+unix
+format":

http://sourceforge.net/search/?words=%2Bunix+%2Bformat&sort=posted_date&sortdir=
desc&offset=0&group_id=95717&forum_id=331753&type_of_search=forums&pmode=0&limit
=50

Menu_____ : Format
Option___ : Convert to UNIX Format


______________________________________________________________________
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, 15 May 2008 13:18:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Events  to plugin in reverse order?
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=4965695
By: bnl-bnl

yes, thanks I found it.
but as I state in 
<http://sourceforge.net/forum/message.php?msg_id=4959327>
the drawback of using menucommand for this is that it _toggles_ the
readwrite/readonly status.
This means I need to keep state myself of the file's status, because I can't
find out the mode myself.
But Ok, I do that now, in a test plugin.

However, when the user changes the mode, by using the menu command, I get lost.
Therefore, I'd _really_ like a notification of when the current file is changing
ro/rw mode.

My intention is this.
We are 50+ developers, that sometime in the future will use subversion or some
version handling system.
However, due to rollout/education/company policys/whatever we still use emacs
(non-color) on unix, with a
home-brewed file-locking system from early 1980's. 
I'd really like them to migrate to n++ and samba. (Fileshare unix for windows)

I have a prototype, that creates a lock-file when the user opens a file that
is not associated with a lock-file.
If there already is a lock-file present, the file is opened in r/o-mode, using
the menu command message.
But most people just read the files, instead of changing them. Common in legacy
systems with lots of code.

So, the best thing for me/us would be to always open a file in r/o mode (my
plugin fixes that,
 by sending the menu command on NPPM_FILEOPENED)
and get notified when the user uses the menu to set it in r/w mode. 
Then I could create the lock-file, or if present already, bounce back to r/o
mode, with a message to the user.

But it needs a notification message, when the user changes the file mode.

I would not like to hack it myself, and have it refused by mainstream n++.
But if I add the notification myself, and send a patch, would it be considered
in the mainstream n++?
(If yes, where do I send the patch?)

/Bj?rn


 
 




______________________________________________________________________
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: Thu, 15 May 2008 14:21:29 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Reload current file
        only
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=4965815
By: decato

Hi, 

I am using Notepad++ with multiple files open for long times. Most of my files
are being modified by external sources. I think the File Status auto-detection
is nice but I would love to have the following option:

The message box asking confirmation for reload of changed file should only be
triggered when that file is the current file.

When many files are being changed externally and you are temporarily working
on one or more 'static' files, it is being a pain to say yes or no to those
messagebox every time you get back to Notepad++.

---

Advanced feature:

One can think that one day such settings like file status auto-detection could
be specified on a file basis, so that it is possible to turn it off for some
files, turn it on with silent update for some them, etc. The status of such
options could be annotated with some icons in the filenames tab.

I hope this thread is not a duplicate. I could not find a similar one in my
short search.

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



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

Message: 5
Date: Thu, 15 May 2008 14:54:20 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Reload current
        file    only
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=4965867
By: fool4uanyway

Currently, 140 (+ 1 now) search results for "+reload":

http://sourceforge.net/search/?words=%2Breload&sort=posted_date&sortdir=desc&off
set=0&group_id=95717&forum_id=331754&type_of_search=forums&pmode=0


______________________________________________________________________
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, 15 May 2008 15:01:43 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Reload current
        file    only
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=4965876
By: fool4uanyway

Reading suggestions:

"Request: Reload from Disk" (Open Discussion forum)
http://sourceforge.net/forum/forum.php?thread_id=1454664&forum_id=331753

"[Feat. Req.] Reload modified file in new tab" (Open Discussion forum)
http://sourceforge.net/forum/forum.php?thread_id=1578491&forum_id=331753

"reload current document" (Help forum)
http://sourceforge.net/forum/forum.php?thread_id=1286930&forum_id=331754


______________________________________________________________________
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: Thu, 15 May 2008 15:08:34 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Reload current
        file    only
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=4965885
By: decato

Thanks a lot.

Actually, yes, that is what I meant. None of these threads talk about "limiting
the auto reload to current document only", I do not want to be probed for those
files I am not interested within my context.

Maybe I should have opened this thread as a feature request...


______________________________________________________________________
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: Thu, 15 May 2008 17:26:51 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] How does
        one     delete NUL chars?
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=4966023
By: mfreedberg

So, I am still using Kedit as my text editor (some simple reasons like speed,
the ALL command, command line support, and KEXX), but I also use Notepad++.

I *still* cannot find a simple way to load a file in Notepad++ which contains
NUL chars, so it looks like:

U{NUL}s{NUL}e{NUL}r{NUL}

which should just read "User".

In Kedit, I search and replace with regex all NUL chars, do all command for
all blank lines, delete them, and then restore the ALL.

How would I do this in Notepad++? Does it support removing NUL chars from a
regex command?

Thanks, I am sure someone has already figured this out. Oh, and sorry, but the
version of the ALL command built into TextFX - sorry, fail!! Great stuff in
TextFX, but the ALL command clones just do not do it for me.

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: 9
Date: Thu, 15 May 2008 20:46:19 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Annoying        bug in highlighting - parentesis
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=4966212
By: mcloo

agree.
this is since... i can remember.

but you can switch the comment font and size from Comic Sans and 8 to *nothing*
in the stile configurator.
Your brackets won't move then and formating the (XML)document becomes more
handy.

regards
McLoo

______________________________________________________________________
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, 15 May 2008 21:43:27 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Notepad++       v4.9.2 has been released
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=4966267
By: codenexus

Any update on the updates??  :-)

______________________________________________________________________
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, 15 May 2008 23:53:17 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        missing bracket finder
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=4966439
By: clyfton

Thanks for the info :)

I was in a rush, so I wrote a quick perl program before I saw your response.

It's crude, but I was in a hurry, and it does exactly what I need.  It counts
the number of left brackets, braces, parenthesis, less than, and the number
of right brackets, etc, and alerts if they are not equal.  I was able to find
the one screwed up line out of thousands.  The perfect place for this in 
Notepad++
would be in the SEARCH dialog.

#!/usr/bin/perl -w
#this program scans for missing tags
$fileName=$ARGV[0];
open(i1file, "<$fileName");
open(o1file, ">taglog");
print o1file ("********** BEGIN SCAN ********** \n");
$counter = 1;
while(<i1file>)
 {
  $leftCount = 0;
  $rightCount = 0;
  my($instring) = $_;
  chomp($instring);
  $leftCount = ($instring =~ tr/\(//);
  $rightCount = ($instring =~ tr/\)//);
  if ($leftCount != $rightCount) {
   print o1file ("Line $counter : $_ \n");
  }
  $leftCount = ($instring =~ tr/\{//);
  $rightCount = ($instring =~ tr/\}//);
  if ($leftCount != $rightCount) {
   print o1file ("Line $counter : $_ \n");
  }
  $leftCount = ($instring =~ tr/\[//);
  $rightCount = ($instring =~ tr/\]//);
  if ($leftCount != $rightCount) {
   print o1file ("Line $counter : $_ \n");
  }
  $leftCount = ($instring =~ tr/\<//);
  $rightCount = ($instring =~ tr/\>//);
  if ($leftCount != $rightCount) {
   print o1file ("Line $counter : $_ \n");
  }
  $counter++
 }
print o1file ("*********** END SCAN *********** \n");
close i1file;
close o1file;
exit(0);


______________________________________________________________________
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 24, Issue 47
*************************************************

Reply via email to