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 - Open Discussion] RE: [BUG] Move   lines down,
      blank lines (SourceForge.net)
   2. [notepad-plus - Help] Need help downloading       with Windows
      Vista (SourceForge.net)
   3. [notepad-plus - Help] RE: Delete first    character of every
      line (SourceForge.net)
   4. [notepad-plus - Open Discussion] RE: [BUG] Move   lines down,
      blank lines (SourceForge.net)
   5. [notepad-plus - Open Discussion] RE: Select       lines within two
      find text (SourceForge.net)
   6. [notepad-plus - Open Discussion] RE: string       font in cpp
      (SourceForge.net)
   7. [notepad-plus - Help] RE: ISO-8859-1 often        better than UTF-8
      (SourceForge.net)
   8. [notepad-plus - Help] RE: Find and replace macro (SourceForge.net)
   9. [notepad-plus - Open Discussion] Compare plugin (SourceForge.net)
  10. [notepad-plus - Plugin Development] RE: FTP (SourceForge.net)
  11. [notepad-plus - Help] Notepad crashes if SQL      statement is in
      file (SourceForge.net)
  12. [notepad-plus - Help] RE: Notepad crashes if      SQL statement is
      in file (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Compare      plugin
      (SourceForge.net)


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

Message: 1
Date: Mon, 27 Aug 2007 12:20:36 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [BUG] Move      lines down, blank lines
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=4486998
By: nobody

Oh no, not 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=331753



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

Message: 2
Date: Mon, 27 Aug 2007 14:32:55 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Need help
        downloading     with Windows Vista
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=4487743
By: nobody

I dont know how to download and make this work with Windows Vista. Where do
I start, and make it in VERY plain english =) Im not computer savy!

______________________________________________________________________
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, 27 Aug 2007 14:48:13 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Delete first
        character of every 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=4487763
By: bullock

You can record a keystroke macro for this purpose, then play it back "until
end of file".

If you have blank lines which need to be preserved, that introduces 
complications,
but those are easily overcome if can tolerate trailing spaces or you don't 
require
trailing spaces on the lines in your file.  The way to overcome the blank line
problem is to have your keystroke macro first add a space to the end of the
line, then delete the first character in the line.  When you've finished playing
the macro, you can either delete all trailing spaces or leave them all there,
as you choose.

Regards.
Greg

______________________________________________________________________
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, 27 Aug 2007 21:08:40 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        [BUG] Move      lines down, blank lines
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=4488053
By: pshute

Do you mean "empty", or "non-existant"?  You can't move to the line below the
last line unless you go to the end of the last line and press Enter.  A lot
of editors do the same thing, but a few let you move the cursor anywhere, 
including
beyond the ends of the lines.

______________________________________________________________________
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: Mon, 27 Aug 2007 21:14:44 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Select  lines within two find text
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=4488060
By: pshute

Try a macro?

______________________________________________________________________
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: 6
Date: Mon, 27 Aug 2007 21:56:28 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        string  font in cpp
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=4488088
By: nobody

I have the same problem in c / c++ .
I can change the font-color but can't change font-family !
Hope this will be solved soon.  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: 7
Date: Tue, 28 Aug 2007 00:29:05 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: ISO-8859-1
        often   better than UTF-8
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=4488208
By: nobody

Thank you, very interesting information. However, is there a way to convert
to utf8 in npp?

______________________________________________________________________
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, 28 Aug 2007 00:34:49 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Find and
        replace macro
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=4488216
By: nobody

I have also tried to do the same. I have several files in which I wanto to make
a set of replacements, but they are not recorded in the macros.
Any idea?

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: 9
Date: Mon, 27 Aug 2007 16:09:32 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Compare
        plugin
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=4487855
By: tylandercasper

I wrote a small plug in to add the compare(diff) feature to notepad++
I'd like to submit it, but I couldn't find in the faq how to go about doing
that.

If you'd like to try it out, my friend has kindly offered to host it on his
site at:
http://www.daishiva.com/files/ComparePlugin.zip

I'm normally a c# guy, so this is not only my first plugin, but also my first
time using c++. So, hopefully it doesn't crash and burn your computer :p



______________________________________________________________________
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: Mon, 27 Aug 2007 17:49:05 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        FTP
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=4487935
By: nobody

I currently use EditPlus2...which I love because I can easily connect to an
ftp server, quickly and easily download edit and upload files..the best thing
is that I only have to install 1 software app and the only thing I need to setup
is the ftp account(s).  If Notepad++ had built in FTP support I would switch
off of EditPlus2 in a heartbeat.  Obviously, FTP support is a highly desired
feature, I desire it as well.

______________________________________________________________________
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: 11
Date: Mon, 27 Aug 2007 19:00:18 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Notepad crashes if
        SQL     statement is in 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=4487981
By: nobody

notepad 4.1.2 and 4.2.2 (I tried the latest) crashes if it finds an SQL 
statement
in the file it is attempting to open. Windows XP Professional, Dell D600 laptop.

I have a file with the following contents:

set line length 8096;
select * from table_name;
 COLUMN1   COLUMN2   COLUMN3   COLUMN4    etc etc etc
 Data1     Data2     Data3     Data4
 etc
 etc
 etc          

The length of each line record is 1011 characters long and there are 80 records
in the file.

Notepad and wordpad open the file fine, but notepad++ crashes.

If I remove the SQL statement from the file, notepad++ opens it fine(i.e. 
remove:
select * from table_name;)

So, it looks like Notepad+= has issues with SQL statements where the record
length is long in a file.

It must be trying to interpret the file as actual SQL code, rather than SQL
output.

Perhaps Notepad++ could check the file type first and if it's .TXT, then ask
if you want notepad++ to interpret it as SQL source or not?

Perhaps catching the condition instead of crashing would be better too?.

:-)

______________________________________________________________________
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: 12
Date: Mon, 27 Aug 2007 19:03:59 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad crashes
        if      SQL statement is in 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=4487983
By: nobody

As an addendum to my post about "Notepad crashes if SQL statement is in file",
I do understand that notepad++ IS a coders editor and the file I was editing
wasn't code, but rather output, but even so, I thought I'd mention about the
program crash anyhow - a program should not just crash - it should try and give
some reaosn as to why it cannot handle what it was being asked to do.

:-)

______________________________________________________________________
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: Tue, 28 Aug 2007 00:49:57 -0700
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Compare plugin
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=4488232
By: jenslorenz

Hello,

I just tested it, and I can only say - it's realy awesome. Good implementation!
You can host your project here:

http://sourceforge.net/projects/npp-plugins/

I have also some suggestions, but we can discuss it offline.
If you would like to join the plugins team, sent me a mail.

Best Regards
Jens

______________________________________________________________________
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 15, Issue 68
*************************************************

Reply via email to