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. Placing open documents tabs at bottom of window (like the
      Matlab editor) (Pavan  Jalwadi)
   2. feature request here? (Marcin Krol)
   3. Re: feature request here? (Paul Catalani)
   4. Re: feature request here? (Marcin Krol)
   5. Re: feature request here? (Jocelyn Legault)
   6. Count the number of Characters. (Shreyas)


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

Message: 1
Date: Wed, 17 Feb 2010 13:43:29 +0530
From: "Pavan  Jalwadi" <[email protected]>
Subject: [Notepad-plus-plus] Placing open documents tabs at bottom of
        window (like the Matlab editor)
To: "[email protected]"
        <[email protected]>
Message-ID:
        <371569cbcfb2e745b891dbb88b2dfddd1987d25...@kcinpunhjcms01.kpit.com>
Content-Type: text/plain; charset="us-ascii"

Hi,

I am viewing matlab code .m files in notepad++. I was a bit disturbed due to 
inconsistent views in Matlab editor and notepad++ when multiple files opened 
are shown at bottom of editor window in matlab as opposed to top of window in 
notepad++. I tried to drag the tabs and place at bottom but it didn't work. I 
also tired to find 'document switcher' configurations but couldn't find luck.

Can anybody please tell that is this customization possible and if yes how?

Thanks in advance
- Pavan
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 2
Date: Thu, 25 Feb 2010 20:15:21 +0100
From: Marcin Krol <[email protected]>
Subject: [Notepad-plus-plus] feature request here?
To: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello everyone,

I'm using notepad++ and it's great, although I'm missing two tiny features:

1. I'm editing Mako templates quite a lot, which are really HTML with 
some programming language (Python/Mako) code fragments.

I would want to switch automatically to HTML language type when 
double-clicking .mako file. However, for now there doesn't seem to be 
option for that, even though I can enter a custom file extension.

2. Vertical block selection: it's there in some editors, and it's useful 
sometimes.

Thanks for n++!

Regards,
mk



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

Message: 3
Date: Thu, 25 Feb 2010 15:25:42 -0500
From: Paul Catalani <[email protected]>
Subject: Re: [Notepad-plus-plus] feature request here?
To: Marcin Krol <[email protected]>,
        [email protected]
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

mk,
I'm not an authority on Notepad++, but this may work for you...

1) edit %APPDATA%\Notepad++\stylers.xml
2) search for 'html', the line will look like:
        <LexerType name="html" desc="HTML" ext="">
3) add 'mako' to the ext attribute.
        <LexerType name="html" desc="HTML" ext="mako">

4) restart Notepad++

Cheers,
Paul

On Thu, Feb 25, 2010 at 2:15 PM, Marcin Krol <[email protected]> wrote:

> Hello everyone,
>
> I'm using notepad++ and it's great, although I'm missing two tiny features:
>
> 1. I'm editing Mako templates quite a lot, which are really HTML with
> some programming language (Python/Mako) code fragments.
>
> I would want to switch automatically to HTML language type when
> double-clicking .mako file. However, for now there doesn't seem to be
> option for that, even though I can enter a custom file extension.
>
> 2. Vertical block selection: it's there in some editors, and it's useful
> sometimes.
>
> Thanks for n++!
>
> Regards,
> mk
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Notepad-plus-plus mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
>



-- 
"No government ever voluntarily reduces itself in size. So, governments'
programs, once launched, never disappear." - Ronald Reagan
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 4
Date: Thu, 25 Feb 2010 21:48:47 +0100
From: Marcin Krol <[email protected]>
Subject: Re: [Notepad-plus-plus] feature request here?
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Paul Catalani wrote:
> mk,
> I'm not an authority on Notepad++, but this may work for you...
> 
> 1) edit %APPDATA%\Notepad++\stylers.xml
> 2) search for 'html', the line will look like:
>         <LexerType name="html" desc="HTML" ext="">
> 3) add 'mako' to the ext attribute.
>         <LexerType name="html" desc="HTML" ext="mako">
> 
> 4) restart Notepad++

Thanks, this worked!

Although, being pain in the ass, I'll ask if it's possible to set this 
association on more than one extension: I tend to edit HTML in n++ as 
well...

Regards,
mk




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

Message: 5
Date: Thu, 25 Feb 2010 14:06:31 -0700
From: Jocelyn Legault <[email protected]>
Subject: Re: [Notepad-plus-plus] feature request here?
To: Marcin Krol <[email protected]>
Cc: [email protected]
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

Err...

you could just have gone to:

Menu > Settings > Style Configurator

Select HTML as the language

and added "mako" in the user extensions.

On Thu, Feb 25, 2010 at 1:48 PM, Marcin Krol <[email protected]> wrote:

> Paul Catalani wrote:
> > mk,
> > I'm not an authority on Notepad++, but this may work for you...
> >
> > 1) edit %APPDATA%\Notepad++\stylers.xml
> > 2) search for 'html', the line will look like:
> >         <LexerType name="html" desc="HTML" ext="">
> > 3) add 'mako' to the ext attribute.
> >         <LexerType name="html" desc="HTML" ext="mako">
> >
> > 4) restart Notepad++
>
> Thanks, this worked!
>
> Although, being pain in the ass, I'll ask if it's possible to set this
> association on more than one extension: I tend to edit HTML in n++ as
> well...
>
> Regards,
> mk
>
>
>
> ------------------------------------------------------------------------------
> Download Intel&#174; Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> Notepad-plus-plus mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
>
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 6
Date: Wed, 3 Mar 2010 02:19:22 +0530
From: Shreyas <[email protected]>
Subject: [Notepad-plus-plus] Count the number of Characters.
To: [email protected]
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

Is there a way we can find out the number of characters through Notepad++?

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

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

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev

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

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


End of Notepad-plus-plus Digest, Vol 44, Issue 1
************************************************

Reply via email to