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: Print several tabs (SourceForge.net)
   2. [notepad-plus - Help] RE: Problems with   changing font style
      in V3.9 (SourceForge.net)
   3. [notepad-plus - Open Discussion] RE: NP++ can't   edit 2-byte
      Unicode file (SourceForge.net)
   4. [notepad-plus - Open Discussion] PERL file        wrapped in a BAT
      file (SourceForge.net)
   5. [notepad-plus - Open Discussion] Assign a key     to a Plugin
      menu selection (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE: maya      embedded
      language, MEL (SourceForge.net)
   7. [notepad-plus - Plugin Development] RE: Auto      Save Plugin
      (SourceForge.net)
   8. [notepad-plus - Open Discussion] RE: Things I     miss in N++
      (SourceForge.net)
   9. [notepad-plus - Help] Howto Change Font size in   Print ?
      (SourceForge.net)
  10. [notepad-plus - Plugin Development] SAS Syntax    Highlighting
      (SourceForge.net)
  11. [notepad-plus - Plugin Development] Addition:     SAS Syntax
      Highlighting (SourceForge.net)
  12. [notepad-plus - Plugin Development] RE: Can we    make DOCKABLE
      Window with Plug-in (SourceForge.net)
  13. [notepad-plus - Open Discussion] RE: Things I     miss in N++
      (SourceForge.net)


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

Message: 1
Date: Tue, 02 Jan 2007 09:40:34 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Print several
        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=4082380
By: shadowbq

Reference: 
Print All (open)
http://sourceforge.net/tracker/index.php?func=detail&aid=1202148&group_id=95717&;
atid=612385

______________________________________________________________________
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: Tue, 02 Jan 2007 10:46:06 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Problems with
        changing font style in V3.9
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=4082608
By: nobody

Same problem here, is there a way to get rid of the underline/bold/italic 
settings
manually? I looked into config files but didn't find wjere those are stored.

______________________________________________________________________
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: Tue, 02 Jan 2007 11:53:18 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: NP++
        can't   edit 2-byte Unicode 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=4082777
By: andys01

I did this and was able to see the file correctly.  However, these files are
generally READ-ONLY on my system, and there are a lot of them, so I have to
play with temporary files, etc.  What I really need is to have NP++ recognize
a file with NULL bytes between each text byte, as a Unicode file.  Is there
a way for me to get at the signature recognization logic?

______________________________________________________________________
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: Tue, 02 Jan 2007 12:16:43 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] PERL
        file    wrapped in a BAT 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=4082813
By: andys01

I have many script files that are really PERL file wrapped in .BAT files, and
I would like NPP to recognize them as PERL files when it loads them.  Currently,
NP++ sees them as .BAT files and sets the language to BATCH, and I have to 
manually
set it to PERL.

The files all have the same format:
   @echo off
   perl -S -x %0.bat %1 %2 %3 %4 %5 %6 %7 %8 %9
   goto done
   <perl code goes here>
   __END__
   :done

Is there some way I can get into the filetype recognizing code to set the 
language
to PERL if it sees a file with an initial "@echo off" line followed by a "perl
..." line?



______________________________________________________________________
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, 02 Jan 2007 13:06:23 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] Assign a
        key     to a Plugin menu selection
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=4082877
By: andys01

How can I assign a key to a Plugin menu selection?  For example, I currently
hilight a bunch of code, then click on Plugins => TextFX Edit => Reindent C++
Code.

This is very cumbersome, so I would like to assign a key to this operation.
I tried building a macro, but it didn't work (it inserted a bunch of control
characters).


______________________________________________________________________
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: Tue, 02 Jan 2007 16:39:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        maya    embedded language, MEL
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=4083165
By: nobody

Hi p.etrus

you will find your response at this address :

http://notepad-plus.sourceforge.net/uk/generalFAQ.php


I would try it, so post-it or can you email me at [EMAIL PROTECTED]

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



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

Message: 7
Date: Tue, 02 Jan 2007 22:53:56 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Auto    Save 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=4083415
By: mighty

I did a search, and this appears to be the only discussion of this feature.
I know the discussion is old, but I'd like to throw out another request for
it.  I've used Multi-Edit for years, so the various facets I'm looking for with
this feature are based on what they did, which I liked.

 - It should definitely be an option.  I would have it turned on by default,
with a 120 second interval.  The Golden Rule of Programing: Never Lose the 
User's
Data.  But since that would change the behavior of the program for current 
Notepad++
users, maybe it can be turned off in an upgrade situation.

 - I would want autosave to save *all* the documents.  When programming, I 
usually
jump around between a few files.  So, an autosave that saves only the current
document is insufficient.

 - Along the same lines, I'd like an option for an autosave when Notepad++ loses
focus.  It's hard to convey how convenient it is to make changes to some files
and then just switch to the compiler or FTP program and not have to worry about
them grabbing an old version.  A conscious decision to save can break my train
of thought and knock me out of the zone.

 - Undo/Redo should extend past autosaves/saves.  There's no reason to dump
the undo queue just because a file has been saved.

Drake Christensen

______________________________________________________________________
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: Wed, 03 Jan 2007 04:51:08 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Things I        miss in N++
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=4083769
By: nobody

"2. When I select text and press TAB the selected text isn't replaced by a tab,
a tab is just added to the front of the line. This makes replacing bad 
indentations
harder and is generally annoying."

For those of us that are developers, this is a highlight of the program. If
you want to fix indentation on a block of text, select it and use TAB (or 
SHIFT+TAB)
to align everything up correctly. Unless I misunderstand your issue, this is
one feature that should never go away.

______________________________________________________________________
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: Wed, 03 Jan 2007 05:46:23 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Howto Change Font
        size in Print ?
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=4083835
By: nobody

How can I change the fontsize in the print ? 

______________________________________________________________________
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: Wed, 03 Jan 2007 07:19:40 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] SAS
        Syntax  Highlighting
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=4084002
By: nobody

Hello!
I used the User Define Dialog to create something that at least somewhat 
resembles
SAS Enhanced Editor's highlighting for SAS BASE language.
Then my company provided me with a new computer (oh, joy!).
But I lost the highlighting (read, half an hour down the drain)

I would like to create a REAL plugin for the SAS BASE language highlighting
that can survive between re-installs.
How do I do that?
I'm sure, no, I know for sure there are people out there that search for a good
SAS savvy editor.
Please help me to help you!

Regards
witecat

______________________________________________________________________
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: Wed, 03 Jan 2007 07:20:50 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        Addition:       SAS Syntax Highlighting
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=4084007
By: nobody

you can reach me at [EMAIL PROTECTED]

______________________________________________________________________
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: 12
Date: Wed, 03 Jan 2007 07:34:39 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Can we  make DOCKABLE Window with Plug-in
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=4084038
By: nobody

yes i would like to try out the dockable demo. can you send me at
[EMAIL PROTECTED] [skumar_rao at hotmail.com]
Thanks
Sunilkumar

______________________________________________________________________
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: 13
Date: Wed, 03 Jan 2007 11:33:48 -0800
From: "SourceForge.net" <[EMAIL PROTECTED]>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        Things I        miss in N++
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=4084377
By: nobody

I currenly work with converting websites from one CMS to another. The 
indentation
of the CSS often vary between different number of spaces and/or tabs within
the same document and I therefore need to clean them up line by line. I have
never used the tab function to indent chunks of text, but I do see how it can
be handy in some cases. Maybe the function of the tab button could be an option
in the preferences? That way we both get what we want.

______________________________________________________________________
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



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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV

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

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


End of Notepad-plus-plus Digest, Vol 8, Issue 3
***********************************************

Reply via email to