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. Seven modify notepad.exe (Solairion)
   2. Suggested enhancements to notepad++ (Ryan Hoffman)
   3. XML Schema support. (Shreyas)
   4. automatic reformatting of bad html indenting. (James Hancock)
   5. Awesome Idea - Multi Edit like TextMate (Lamonte)


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

Message: 1
Date: Sun, 25 Oct 2009 11:40:16 +0100
From: Solairion <solair...@gmail.com>
Subject: [Notepad-plus-plus] Seven modify notepad.exe
To: notepad-plus-plus@lists.sourceforge.net
Message-ID:
        <6bbbe87f0910250340h517243a6j95b26f66a7bc4...@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Hello,

How can i modify C:/Windows/notepad.exe in Seven? Because only
trustinstall user can and i can't modify the right.

Thanks you.



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

Message: 2
Date: Tue, 24 Nov 2009 12:33:47 -0700
From: Ryan Hoffman <ryan__hoff...@hotmail.com>
Subject: [Notepad-plus-plus] Suggested enhancements to notepad++
To: <notepad-plus-plus@lists.sourceforge.net>
Message-ID: <bay130-w101ee11d7a8483fe373683ae...@phx.gbl>
Content-Type: text/plain; charset="iso-8859-1"


I'm currently running version 4.5.4.  I did review the release notes for newer 
versions, but did not find any of the listed features below included:

 

- support 'Update Notepad++' through a proxy web connection.  Ideally 
collecting the proxy settings from your browser automatically, rather than 
having to key it in.  

 

- support a fixed default extension of .txt  There was an update made in a past 
release that remembers the extension type from the last save done.  However, 
when I restart notepad++ this default is lost and I need to choose the correct 
extension again.  I use notepad++ for .txt files only, so being able to set 
this just once would save me a lot of time.  I make numerous text files each 
day, and catch myself forgetting to add this extension every once in a while; 
which means my indexing software will not parse these files I've forgotten to 
save correctly

 

- there's a key sequence I perform that causes Notepad++ to side-by-side 
compare the last two documents I have open.  I haven't found a way to turn this 
off, other than existing notepad++ and restarting it.  I don't know the key 
sequence I'm using, since it's always fat-fingering a save action.  Can the 
action to disable side-by-side comparison be made available in the menus?

 

- Notepad++ doesn't allow my to save files with a "dot" in the name.  When it 
encounters any dots, it truncates all text in the filename after the dot.  I 
quite often need several dots in a filename to represent software releases, etc.

 

Thanks!
                                          
_________________________________________________________________
Ready. Set. Get a great deal on Windows 7. See fantastic deals on Windows 7 now
http://go.microsoft.com/?linkid=9691818
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 3
Date: Sun, 29 Nov 2009 23:15:03 +0530
From: Shreyas <shreya...@gmail.com>
Subject: [Notepad-plus-plus] XML Schema support.
To: notepad-plus-plus@lists.sourceforge.net
Message-ID:
        <54a94be40911290945g72654d86l847ea628eabb...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

I was wondering if Notepad++ has support to reference XML schema and star
using it by using some shortcut keys. Does any one know how to do this?

-- 
Regards,
Shreyas
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 4
Date: Wed, 9 Dec 2009 09:17:32 +0900
From: James Hancock <jlhanc...@gmail.com>
Subject: [Notepad-plus-plus] automatic reformatting of bad html
        indenting.
To: notepad-plus-plus@lists.sourceforge.net
Message-ID:
        <a1bbeb980912081617n1cb601f0t6f6a27344e36a...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hello,
I am a new subscriber to this list. I have used notepad++ before a little,
but I was wondering if it had a way of scanning through badly formatted HTML
and make it in the standard tree view. All of the code is correct It just is
formatted badly. Normally they use a content management system(Which I don`t
even know what) so the computer just spits out ugly code. I`ll post a little
example to show what I mean.

 Go from this "

<ul>





                            <li id="section-link-home">


                                    <a class="selected" href="
http://jesuschrist.lds.org/SonOfGod/eng/";>Home</a>



                            </li>




                            <li id="section-link-faith">



                                    <a href="
http://jesuschrist.lds.org/SonOfGod/eng/faith-in-jesus-christ";>Faith in
Jesus Christ</a>


                            </li>




                            <li id="section-link-teachings">



                                    <a href="
http://jesuschrist.lds.org/SonOfGod/eng/his-life-and-teachings";>His Life and
Teachings</a>


                            </li>




                            <li id="section-link-testimonies">



                                    <a href="
http://jesuschrist.lds.org/SonOfGod/eng/testimonies-of-him";>Testimonies of
Him</a>


                            </li>




                            <li id="section-link-multimedia">



                                    <a href="
http://jesuschrist.lds.org/SonOfGod/eng/multimedia";>Multimedia</a>


                            </li>










                </ul>
"

to this

"
        <div id="section-links">
            <h2 style="background-image:
url(/JesusChrist_files/images/site-title-en.gif); background-repeat:
no-repeat;">
                <a>Jesus Christ, The Son of God</a>
            </h2>
            <ul>
                <li id="section-link-home">
                    <a class="selected" href="
http://jesuschrist.lds.org/SonOfGod/eng/";>Home</a>
                </li>
                <li id="section-link-faith">
                    <a href="
http://jesuschrist.lds.org/SonOfGod/eng/faith-in-jesus-christ";>Faith in
Jesus Christ</a>
                </li>
                <li id="section-link-teachings">
                    <a href="
http://jesuschrist.lds.org/SonOfGod/eng/his-life-and-teachings";>His Life and
Teachings</a>
                </li>
                <li id="section-link-testimonies">
                    <a href="
http://jesuschrist.lds.org/SonOfGod/eng/testimonies-of-him";>Testimonies of
Him</a>
                </li>
                <li id="section-link-multimedia">
                    <a href="
http://jesuschrist.lds.org/SonOfGod/eng/multimedia";>Multimedia</a>
                </li>
            </ul>
        </div>
"

Any macros or options that I can run to automatically do this instead of by
hand.

Any help would be greatly appreciated,
James Hancock
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 5
Date: Sat, 12 Dec 2009 22:34:27 -0600
From: Lamonte <sche...@gmail.com>
Subject: [Notepad-plus-plus] Awesome Idea - Multi Edit like TextMate
To: notepad-plus-plus@lists.sourceforge.net
Message-ID:
        <5b0fce7a0912122034h46dff42cydc8e68d58aca6...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Would be awesome if we could select text then continue that selection by
holding down "ctrl" to other areas of our files then once we began to type
each selection will update with what we type.

For example if we wanted to add a few classes to certain inputs we could
select " " the space between the <input and the name or w/e: <input
name="input1" /> then when we type, all the inputs with the multiple
selection I could type in: " class='input_class_name' " with no double
quotes and both inputs would be edited in real type without having to do it
multiple times.

Would be awesome as well to do the same thing, but with deleting data.  Say
you got few input fields you want to delete.  Select all the ones you want
to delete then press the delete key once and it'll delete all selections.

I personally think just that feature would make developing with notepad++
faster then it already is.  I would make a plugin, but I don't know how :(

-- 
For all your Programming and Technology Information Visit
www.BinaryCrunch.com
-------------- next part --------------
An HTML attachment was scrubbed...

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

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev


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

_______________________________________________
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 42, Issue 1
************************************************

Reply via email to