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
        notepad-plus-plus-requ...@lists.sourceforge.net

You can reach the person managing the list at
        notepad-plus-plus-ow...@lists.sourceforge.net

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: Print        Feature Request
      (SourceForge.net)
   2. [notepad-plus - Open Discussion] RE: feature      request:keys for
      using tabs in dialog (SourceForge.net)
   3. [notepad-plus - Help] search not from beginning   but current
      match (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: Crazy use    of CPU on
      5.4.3 (SourceForge.net)
   5. [notepad-plus - Help] How can I select between    two lines?
      (SourceForge.net)
   6. [notepad-plus - Open Discussion] replace slash    at end of
      lines (SourceForge.net)
   7. [notepad-plus - Open Discussion] RE: replace      slash at end of
      lines (SourceForge.net)
   8. [notepad-plus - Help] No toolbar in 5.4.3?? (SourceForge.net)
   9. [notepad-plus - Help] RE: How do I make this go   away?
      (SourceForge.net)
  10. [notepad-plus - Help] RE: How do I insert a       character at the
      N position (SourceForge.net)


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

Message: 1
Date: Thu, 25 Jun 2009 18:59:13 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Print   Feature Request
To: nore...@sourceforge.net
Message-ID: <7464162.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7464162
By: begleysm

Alrighty, I found the IdeaTorrent thing.  Hopefully others will think this is
a good idea too.

If anyone reading this thinks that this would be a good addition to notepad++
please head over to

https://sourceforge.net/apps/ideatorrent/notepad-plus/ideatorrent/idea/28/

and vote it up to get attention to it.

I believe (although I havnt looked at the source myself) that this should be
a fairly easy feature to implement.

Thanks,
Sean

______________________________________________________________________
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, 25 Jun 2009 19:21:10 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        feature request:keys for using tabs in dialog
To: nore...@sourceforge.net
Message-ID: <7464194.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7464194
By: tmwebde

I support the request for support of CTRL+(SHIFT)+TAB to change the tabs in
a dialogue, e.g. in the find dialogue. This is the standard behaviour on all
OSs I'm using.

Torsten

______________________________________________________________________
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, 25 Jun 2009 20:58:49 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] search not from
        beginning       but current match
To: nore...@sourceforge.net
Message-ID: <7464347.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7464347
By: fool4uanyway

Do you have the wrap(ped search) option checked?

I believe it is by default, but it is one thing that certainly should not be
enabled by default.

It makes the search engine start from the beginning of the document > each time
it has reached the end of it < again and again and again and... again...


______________________________________________________________________
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: Thu, 25 Jun 2009 22:42:10 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Crazy use       of CPU on 5.4.3
To: nore...@sourceforge.net
Message-ID: <7464483.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7464483
By: carlos917

Finally I have time to finish my testing.  Here is what I found:
1-      Word warp can take a lot of cpu time on large files.  When word warp is 
?off
?opening a 100 Meg file takes about 2 seconds if it is plain text, and about
3 seconds with syntax highlighting.  I think it is excellent.  When word wrap
is on, the same file can take more than 60 seconds to open, a resize window
takes about the same as well as other operations.
2-      The FunctionList do not increase significantly the opening time or any 
other
operation, the big problem is that it doubles (2.4) the amount of memory used
by n++.  Working with large files, that becomes an issue.  Today I tried the
FunctionLIst with a 38 Meg file.  N++ uses 94 Meg to open the file 
(understandable
if you want undos, etc), but when I click on FunctionList the memory goes to
218 Meg.   That is, the amount of memory to open a file using FunctionList is
about 6 times the size of the file.
3-      When using Find all in the file, with only text or text highlighting, 
the
first time that something is click on the found items, it takes 5 to 6 seconds
to find the line (38 Meg file or larger), but after that it is almost 
instantaneous.
It would be great if the first time can be speed up to match the subsequent
searches.
4-      I found today that if I try to copy a large section of a file and try to
paste it to an open file (on the same session or with different sessions) n++
crashes both sessions.   I was working with the 38 meg file, and try to copy
maybe 10 meg of that file to the other one (empty), I could not do it.  Maybe
I will open a different thread to investigate that in more depth.

I hope this help to make N++ an even better text editor.  I recognize that only
a handful of people work with large files, but I know of only  two software,
jEdit and N++/Scintilla that do ?hypersearch?, or find all in file and/or
several files.  jEdit is very powerful with small files, but when the files
become large things goes south very quickly.  So, my only hope is N++.
carlos 


______________________________________________________________________
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, 26 Jun 2009 00:04:47 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] How can I select
        between two lines?
To: nore...@sourceforge.net
Message-ID: <7464572.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7464572
By: rgink

Hi
I need to learn how to select a definite part of a text. What if I put two 
bookmarks
on this lines? is there a way to select the part between two bookmarks?

as an example; I want to select lines between 80 to 500.
line1
line2
line3
line4
...
....
....
....
...
line 80
line 81
....
....
....
line 500
....
.....
line 1000

Thanks in advance
Regards

______________________________________________________________________
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, 26 Jun 2009 01:20:17 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] replace
        slash   at end of lines
To: nore...@sourceforge.net
Message-ID: <7464656.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7464656
By: clyfton

Hello,

I recently had a file which had numerous lines which ended with slashes.  I
wanted to delete the slashes.  I tried numerous combinations of regular 
expression
in the Replace dialog but could not find one that would work.  If anyone has
had success with this, please advise.

Thanks,

Cliff

______________________________________________________________________
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: Fri, 26 Jun 2009 02:01:04 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        replace slash at end of lines
To: nore...@sourceforge.net
Message-ID: <7464703.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7464703
By: my6002

Hi Clyfton,

Please try this:

(1) To remove all trailing slashes:

Find what: /$
Replace with:

Search mode: Regular expression

(2) To remove all trailing back-slashes:

Find what: \\$
Replace with:

Search mode: Regular expression


______________________________________________________________________
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: Fri, 26 Jun 2009 02:04:42 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] No toolbar in
        5.4.3??
To: nore...@sourceforge.net
Message-ID: <7464704.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7464704
By: p_barill

I just installed the last version (5.4.3) on a win2000 and I get no toolbar
(the one with new, save, etc. icons). In the settings, it is not disabled. 
Playing
with that does not help. I uninstalled, reinstalled, then rebooted, same thing.

This better not be a bug, because to miss that does not bode well for the rest!

______________________________________________________________________
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: Fri, 26 Jun 2009 08:02:22 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How do I make
        this go away?
To: nore...@sourceforge.net
Message-ID: <7465112.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7465112
By: cchris

The contents you showed are a normal feature of an rtf (Rich Text Format) 
document.
What I wonder is how you didn't have them before.

If you wish to strip all format from a rtf document, a possibility could be
to use AbiWord (a free wor processor) to import the document and export it as
.txt.

CChris

______________________________________________________________________
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: Fri, 26 Jun 2009 08:10:09 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: How do I insert
        a       character at the N position
To: nore...@sourceforge.net
Message-ID: <7465121.331...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=7465121
By: cchris

What do you mean?
If the rows have the same length, they musy be aligned _column wise_.

If you are using a font which is not monospaced, then the rows won't be 
_visually_
aligned. Choose a monospaced font, ie that gives every character the same width.

Otherwise, your rows may not be of the same length column wise, and then the
logic needs to be specified in more detail.

CChris

______________________________________________________________________
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



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

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


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

_______________________________________________
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 37, Issue 66
*************************************************

Reply via email to