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] Shortcut verifyer
      (SourceForge.net)
   2. [notepad-plus - Help] Multiline deletion (SourceForge.net)
   3. [notepad-plus - Plugin Development] RE:   [drawing] - Plugin
      for Notepad++ (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: find feature question
      (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE:   FTP_SYNC = Dead says
      maintainer! (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE:   FTP_SYNC = Dead says
      maintainer! (SourceForge.net)
   7. [notepad-plus - Help] Re: delete multiple lines   macro regex
      order? (SourceForge.net)
   8. [notepad-plus - Help] Re: delete multiple lines   macro regex
      order? (SourceForge.net)
   9. [notepad-plus - Help] Re: delete multiple lines   macro regex
      order? (SourceForge.net)
  10. [notepad-plus - Help] ANSI vs UNICODE (SourceForge.net)
  11. [notepad-plus - Open Discussion] Difference       between Encode
      in..vs Convert to.. (SourceForge.net)


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

Message: 1
Date: Tue, 25 Aug 2009 15:27:08 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Shortcut
        verifyer
To: nore...@sourceforge.net
Message-ID: <7583183.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=7583183
By: cchris

Someone - unfortunately, I didn't check who - asked for a shortcut verifyer
on IdeaTorrent.

This idea duplicated part of idea #3. I mergd the solution with item 2 of the
unique slution of idea #3. Votes are welcome - see the thread in this forum
to see how the votes can stick.

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



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

Message: 2
Date: Tue, 25 Aug 2009 16:39:57 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Multiline deletion
To: nore...@sourceforge.net
Message-ID: <7583292.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=7583292
By: nox1911

Hallo,
i want to delete every 2nd line so i selected them manually with the blue orb
but how can i delete them actually? The context menu doesn't allow 'cut' or
'delete'?

http://img267.imageshack.us/img267/5770/ggga.png

______________________________________________________________________
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, 24 Aug 2009 12:54:11 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        [drawing] - Plugin for Notepad++
To: nore...@sourceforge.net
Message-ID: <7580303.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

I didn't know there were "IdeaTorrents".

Yes it would be very nice but would defiantly need to be a plugin as not 
everyone
would want it. I voted for it :). I would try and contribute if I knew any C.
If it could optionally connect to mysql and get the data from there :D. 
phpMyAdmin
has something like that under Designer for each database if your host has 
enabled
it.

______________________________________________________________________
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: Mon, 24 Aug 2009 18:51:42 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: find
        feature question
To: nore...@sourceforge.net
Message-ID: <7580965.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=7580965
By: davegb3

What are you searching for, and what is the text that contains what you're 
looking
for?

Find will search the whole text, so leading whitespace shouldn't be a problem.
If you specifically need to ignore whitespace within your search term, you can
do this with \s* using regular expressions.

Post back what you're searching for, and i'll try and give you a clearer
answer!

Cheers,
Dave

______________________________________________________________________
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: Tue, 25 Aug 2009 02:36:10 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        FTP_SYNC = Dead says maintainer!
To: nore...@sourceforge.net
Message-ID: <7581645.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

Yes, his response was to get it from the CVS - he has an update that never made
it in he said, something about a missing backslash regarding a bug with 
directory
caching or something but he lost / mis-placed it so anyway it never made it
in so the current source is still the current source.

I just downloaded TortoiseCVS for windows and set it up and I was able to fetch
the src tree from sourceforge... Then I had to find and install visual studio
.net 2003 (thats what the project was written in).

Anyway I just got it up and running and looked around a bit.... I havent looked
at or written C++ in about 10 years and even then, I wasnt much good at it.
My general understand and knowledge of programming has greatly improved since
then though, so I might, MIGHT be able to figure this out.

Its a lot of code though, phew!

Hit me up on AIM if you are confused on how to get the source, it took me a
bit to figure it out on windows. (root overflow)

Its gonna take me a while just to get familiar with the code enough to do 
anything
productive :(


______________________________________________________________________
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: 6
Date: Wed, 26 Aug 2009 00:48:50 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        FTP_SYNC = Dead says maintainer!
To: nore...@sourceforge.net
Message-ID: <7584346.482...@sourceforge.net>
Content-Type: text/plain; charset="UTF-8"


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

hi, could you please send a copy of the source code to me ?
thanks.

xjzhang1...@gmail.com

______________________________________________________________________
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: 7
Date: Tue, 25 Aug 2009 19:51:18 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Re: delete multiple
        lines   macro regex order?
To: nore...@sourceforge.net
Message-ID: <7583705.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=7583705
By: fool4uanyway

Normally I would say you can use "multiline" regular expressions to achieve
this. If you search you may find some tricks I reported about before.

But this actually got me thinking. Would it make a difference whether I delete
the lines from top to bottom or from bottom to top? Using regular expressions
(usually) works only one way: from top to bottom, forward. When using a macro
you could create it in such a way that it works its way up.

Now why would this matter?

If you are dealing with a lot of lines, removing every second line would perform
the following steps. I am not sure this is the actual implementation in 
Scintilla,
but this is what "bothers" me: when you delete a line from the "complete list
of lines", all the lines below the deleted line have to be moved up in the list.
Now, when you start deleting from the top, in total, you will have to move up
more lines than when starting from the bottom...

When using a macro you could simple define (record) it as "delete line, move
two lines up" and perform (repeat) it, starting from the last second line, as
many times as needed (the line number of this line divided by 2).

Performing the macro "until the end of the document" won't work, I guess. 
Perhaps
it would be an addition to implement this feature also the other way around:
"until the start of the document".

Perhaps it would also be a great addition to allow regular expressions searches
to be performed upward, too.

Now, if anyone is feeling like testing those situations for speed differences,
I would be very much interested in the results.


______________________________________________________________________
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: Tue, 25 Aug 2009 19:57:49 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Re: delete multiple
        lines   macro regex order?
To: nore...@sourceforge.net
Message-ID: <7583730.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=7583730
By: fool4uanyway

Perhaps the fastest way to achieve your goal is by not deleting any lines at
all...

If all the first or second lines in your document have some unique identifier
you could automatically bookmark (F2, the blue dot) them all by using the Find
dialog.

Next, you can perform copy and paste operations on all those bookmarked lines.
You could delete them, but an alternative would be to copy only the lines you
want to keep (and paste them) into a new document. This would result in only
adding operations to the "list of lines" of the new document without any 
movements
having to be performed.

Again, I would be interested in any performance difference results of (all of)
those methods.


______________________________________________________________________
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: Tue, 25 Aug 2009 20:04:18 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Re: delete multiple
        lines   macro regex order?
To: nore...@sourceforge.net
Message-ID: <7583753.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=7583753
By: fool4uanyway

You can find the copy and paste operations for bookmarked lines at the bottom
of the Edit menu (I believe). I guess that's what you were looking for in the
first place.

Looking at your screen print, it _looks like_ ": Exit" and ": Enter" may be
unique identifiers by which you could (de)select lines. However, there are also
other lines in-between those pairs.

Some bookmarked lines contain the "Exit" identifier and some "Enter". You may
have been mistaken in bookmarking them.

If you can or want to select lines by a unique identifier, that is the safest
way to go. The macro solution won't work in this case, that is, if there are
also other lines in the document you may (not) want to keep.


______________________________________________________________________
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: Tue, 25 Aug 2009 20:30:48 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] ANSI vs UNICODE
To: nore...@sourceforge.net
Message-ID: <7583843.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=7583843
By: matstat

Dear group

Have just recently found NP++ , congrats to all. Found it really easy to use
so far.

My question is as follows

Am using the ANSI ver on .(5.1.1) XP Pro SP 3 

l and can read the plain txt file in everything on my notebook ie Win Notepad,
Word etc BUT have sent this file to my Designer who uses a Mac  and she reports
that the "text has odd things in place of apostrophes and quotation marks"

What is the diff between the ANSI and the UNICODE ver of NP++ and should either
use the UNICODE ver or convert this file to another format.

Any help would really be appreciated.

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: 11
Date: Tue, 25 Aug 2009 21:16:43 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Difference      between Encode in..vs Convert to..
To: nore...@sourceforge.net
Message-ID: <7583958.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=7583958
By: cpthk

In notepad++, under the format menu, there are encode in xxx. For example, 
encode
in UTF-8. There are also convert to xxx. For example, convert to UTF-8. What's
the difference between them? I realized I do encode in UTF-8, it also convert
to UTF-8, because the save icon turned red.

What's the difference?

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



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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

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

_______________________________________________
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 39, Issue 43
*************************************************

Reply via email to