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 - Plugin Development] XBrackets     Lite 1.0 has
      been released (SourceForge.net)
   2. [notepad-plus - Help] Help needed saving a list   as different
      files (SourceForge.net)
   3. [notepad-plus - Help] .pck association to SQL     language
      (SourceForge.net)
   4. [notepad-plus - Help] Extend Directory combo      box in Find in
      files (SourceForge.net)
   5. [notepad-plus - Plugin Development] RE:   XBrackets Lite 1.0
      has been released (SourceForge.net)
   6. [notepad-plus - Plugin Development] RE: Finally   - an SVN
      Pluging for NPP (SourceForge.net)
   7. [notepad-plus - Help] RE: Notepad++ wont update (SourceForge.net)
   8. [notepad-plus - Help] RE: Open show source with   NP++ IE7???
      (SourceForge.net)
   9. [notepad-plus - Open Discussion] RE:      auto-indentation
      (SourceForge.net)
  10. [notepad-plus - Open Discussion] RE: drag and     drop on the
      shortcut (SourceForge.net)
  11. [notepad-plus - Open Discussion] tabs on  multi-lines
      (SourceForge.net)


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

Message: 1
Date: Wed, 07 Jan 2009 11:40:37 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development]
        XBrackets       Lite 1.0 has been released
To: nore...@sourceforge.net
Message-ID: <6022337.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=6022337
By: dv__

XBrackets Lite allows to autocomplete brackets ([{""}]) i.e. it inserts 
corresponding
right bracket when the left bracket is typed.
The plugin uses "smart" autocompletion: 
- next character is analysed for ([{ brackets;
- next & previous characters are analysed for " quote.

This plugin is a Notepad++'es port of my XBrackets plugin for AkelPad. As 
Scintilla
highlights pair brackets by itself, XBrackets Lite doesn't do this (unlike 
XBrackets
for AkelPad) - therefore I call it "XBrackets Lite".

______________________________________________________________________
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: 2
Date: Wed, 07 Jan 2009 12:27:07 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Help needed saving
        a list  as different files
To: nore...@sourceforge.net
Message-ID: <6022589.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=6022589
By: mcevoli

Hi,

First of all, I am no expert in using Notepad++, so I don't even know if what
I am asking is possible or not. I think it's very simple, provided you know
how... :-)

I have a relatively short list (less than 1000 items) of movie titles in a txt
files, just like that:

The General (1927)
Dracula (1931)
Frankenstein (1931)
The Mummy (1932)

I would like to generate an empty text file for each item.

"The General (1927).txt"

If you are interested why I want to do this, please take a look here:
http://www.xbmc.org/wiki/?title=HOW-TO:_Catalog_and_use_lookups_on_your_offline_
DVD/CD_movie_library_(via_fake_files)

Thanks a lot for your help.

Marco Cevoli
Qabiria
http://www.qabiria.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=331754



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

Message: 3
Date: Wed, 07 Jan 2009 12:43:38 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] .pck association to
        SQL     language
To: nore...@sourceforge.net
Message-ID: <6022666.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=6022666
By: codexedoc

I'd like to know how can I associate .pck, .trg and .ldt files to SQL language.
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: 4
Date: Wed, 07 Jan 2009 13:46:57 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] Extend Directory
        combo   box in Find in files
To: nore...@sourceforge.net
Message-ID: <6023005.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=6023005
By: richmo

Hello,
for me the directory combo box in the Find in files Dialog is often way too
short for me, but on the right side of the combo box is enough space so it could
easily be extended.

So it would be nice if you could improve this in future versions.

I added it to the feature request tracker:
https://sourceforge.net/tracker/index.php?func=detail&aid=2492096&group_id=95717
&atid=612385
(even though IMHO its an Enhancement, not a new Feature)

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: Wed, 07 Jan 2009 14:28:16 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        XBrackets Lite 1.0 has been released
To: nore...@sourceforge.net
Message-ID: <6023253.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=6023253
By: banita

great job. very useful

______________________________________________________________________
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, 07 Jan 2009 15:05:46 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Plugin Development] RE:
        Finally - an SVN Pluging for NPP
To: nore...@sourceforge.net
Message-ID: <6023582.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=6023582
By: banita

works fine but you can use tortoiseSVN from explorer plugin (context menu)

______________________________________________________________________
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: Wed, 07 Jan 2009 15:21:24 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Notepad++ wont
        update
To: nore...@sourceforge.net
Message-ID: <6023734.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=6023734
By: dudeforge

I'm on XP Pro SP3. I updated it manually, so I guess the problem was that the
file it checks online was out of date?

______________________________________________________________________
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: Wed, 07 Jan 2009 16:37:58 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Help] RE: Open show
        source with     NP++ IE7???
To: nore...@sourceforge.net
Message-ID: <6024250.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=6024250
By: dead12

Hey Allen Zhu, 

Your the man, i done the re-install and it works perfect now!
i seriously searched for a week al over the net but couldnt find the anwser,
now i know why haha it was right under my nose, whit the install lol.

Thanks alot, greatings jeroen

______________________________________________________________________
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: Wed, 07 Jan 2009 17:12:22 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE:
        auto-indentation
To: nore...@sourceforge.net
Message-ID: <6024485.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=6024485
By: mathmax

Not exactly because you have to use a shortcuts for that. I want this to be
automatic. Moreover I don't understand how macro work. I click recording, then
I do the modifications I need, then I click on stop. But I cannot save the macro
and replay 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=331753



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

Message: 10
Date: Wed, 07 Jan 2009 17:13:36 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] RE: drag
        and     drop on the shortcut
To: nore...@sourceforge.net
Message-ID: <6024491.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=6024491
By: mathmax

What's a pity this doesn't work anymore with npp 5.1.3...

______________________________________________________________________
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: Wed, 07 Jan 2009 17:20:59 +0000
From: "SourceForge.net" <nore...@sourceforge.net>
Subject: [Notepad-plus-plus] [notepad-plus - Open Discussion] tabs on
        multi-lines
To: nore...@sourceforge.net
Message-ID: <6024528.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=6024528
By: mathmax

Hello

With the previous version of npp, it was possible to display tabs on several
row and disable line switching when clicking on a tab from a background line.
With npp 5.1.3 I can display tabs on several lines but I cannot find how to
block line switching. Is it still possible with this version ? How ?

Regards,

mathmax

______________________________________________________________________
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



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

------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB

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

_______________________________________________
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 32, Issue 10
*************************************************

Reply via email to