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. Re: Count the number of Characters. (Jocelyn Legault)
   2. Re: Count the number of Characters. (Shreyas)
   3. How to install aspell (Ezequias Rodrigues da Rocha)
   4. Code Indentation. (Shreyas)
   5. OpenID user experience (Johan Compen)
   6. Multiline Indentation (Tab) Broken? (Bo Allen)
   7. Regex (Randall Fidler)


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

Message: 1
Date: Tue, 2 Mar 2010 13:58:39 -0700
From: Jocelyn Legault <[email protected]>
Subject: Re: [Notepad-plus-plus] Count the number of Characters.
To: Shreyas <[email protected]>
Cc: [email protected]
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

Right at the bottom:

http://screencast.com/t/NGRmY2FlM

On Tue, Mar 2, 2010 at 1:49 PM, Shreyas <[email protected]> wrote:

> Is there a way we can find out the number of characters through Notepad++?
>
> --
> Regards,
> Shreyas
>
>
> ------------------------------------------------------------------------------
> 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: 2
Date: Wed, 3 Mar 2010 02:43:12 +0530
From: Shreyas <[email protected]>
Subject: Re: [Notepad-plus-plus] Count the number of Characters.
To: Jocelyn Legault <[email protected]>
Cc: [email protected]
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

Awesome! Thanks a lot, Jocelyn!

Regards,
Shreyas

On Wed, Mar 3, 2010 at 2:28 AM, Jocelyn Legault <[email protected]>wrote:

> Right at the bottom:
>
> http://screencast.com/t/NGRmY2FlM
>
> On Tue, Mar 2, 2010 at 1:49 PM, Shreyas <[email protected]> wrote:
>
>> Is there a way we can find out the number of characters through Notepad++?
>>
>>
>> --
>> Regards,
>> Shreyas
>>
>>
>> ------------------------------------------------------------------------------
>> 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
>>
>>
>


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

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

Message: 3
Date: Mon, 22 Mar 2010 12:54:18 -0300
From: Ezequias Rodrigues da Rocha <[email protected]>
Subject: [Notepad-plus-plus] How to install aspell
To: [email protected]
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

Hi everyone,

I just install aspell and seted up the relative path but the Notepad++
doesen't says it is ok. Could someone help me with it ?


Regards
Ezequias
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 4
Date: Sat, 27 Mar 2010 18:13:06 +0530
From: Shreyas <[email protected]>
Subject: [Notepad-plus-plus] Code Indentation.
To: [email protected]
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

Team,

If I paste my non-formatted/indented code to the editor, is there a hot key
which can indent the code with proper spacing? Has someone encountered this
kind of a situation before?


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

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

Message: 5
Date: Mon, 5 Apr 2010 09:39:56 +0200
From: Johan Compen <[email protected]>
Subject: [Notepad-plus-plus] OpenID user experience
To: [email protected], [email protected]
Cc: [email protected],
        [email protected]
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

These two blog posts show some 'minor' OpenID usability problems.

* http://compie.posterous.com/openid-usability-sourceforgenet
* http://compie.posterous.com/openid-usability-refactormycodecom

I really like OpenID, please make it work!

Johan.
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 6
Date: Tue, 6 Apr 2010 17:27:22 -0600
From: Bo Allen <[email protected]>
Subject: [Notepad-plus-plus] Multiline Indentation (Tab) Broken?
To: [email protected]
Message-ID:
        <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"

Hello,

I'm not exactly sure when this started happening, but recently when I try to
indent multiple lines, it only indents the first line in my selection.

Example: I select 10 lines, and hit <tab>. In the past, this would indent
all lines. Only the first line is indented now.

I have the latest version installed (5.6.8).

Thanks for any assistance.

-Bo
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 7
Date: Wed, 14 Apr 2010 07:46:01 -0700
From: "Randall Fidler" <[email protected]>
Subject: [Notepad-plus-plus] Regex
To: <[email protected]>
Message-ID:
        <d990d2fe5744f549a01552c2ec66785c0225c...@phx-server1.testadvantage.com>
        
Content-Type: text/plain; charset="us-ascii"

Hello,

 

     Just trying some simple Regex which I know work (using same string
and regex, pattern matches in other tools), one example would be
something like for "quit" find q(?=u)   easy enough right?  Well I'm
using the Regex Helper plugin, which is great by the way, and it's able
to find "q" in the example (and highlights u as non-capture match) so
all seems well but when I try to actually use the same regex in the
"find" function, it says it can't find anything.  I'm curious how Regex
helper finds it without issue yet Find/Replace cannot?  I also tried
Ctrl+R (whatever dialog that brings up) and it can't find anything
either.

 

Ideas?  Is there something simple I'm missing?

 

Thanks!

 

Randall

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

Reply via email to