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. AUTO: Alexander Kessinger is out of the office.   (returning
      08.04.2013) (alexander.kessin...@helvetia.ch)
   2. Re: [notepad-plus - Open Discussion] Feature      Request :
      recognize #!/bin/ksh (Tony Griffen)
   3. How do I disable language help ? (Jean-Claude Arbaut)
   4. Re: How do I disable language help ? (Jean-Claude Arbaut)
   5. Re: How do I disable language help ? (ka...@vandergucht.de)
   6. notepad++ 6.5.5 why is there swear words in the   binary file?
      (William M)
   7. Re: notepad++ 6.5.5 why is there swear words in the binary
      file? (C Stafford)


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

Message: 1
Date: Sun, 7 Apr 2013 10:01:24 +0200
From: alexander.kessin...@helvetia.ch
Subject: [Notepad-plus-plus] AUTO: Alexander Kessinger is out of the
        office. (returning 08.04.2013)
To: notepad-plus-plus@lists.sourceforge.net
Message-ID:
        <of5cc3c01e.bdac0f83-onc1257b46.002c1328-c1257b46.002c1...@helvetia.ch>
        
Content-Type: text/plain; charset=UTF-8


I am out of the office until 08.04.2013.

Dear sender

I?m out of the office and have limited access to my Mail. Your mail has not
been forwarded.
I will reply your message as soon as possible after my return.

For urgent technical problems and / or questions, please contact our
Helpdesk: +41 58 280 1234

Kind regards
Alexander Kessinger


Note: This is an automated response to your message  "Notepad-plus-plus
Digest, Vol 48, Issue 2" sent on 07.04.2013 6:25:22.

This is the only notification you will receive while this person is away.
----------------------------
The information transmitted may contain confidential and/or privileged 
material. Any review,
retransmission, dissemination or other use of, or taking of any action in 
reliance upon, by
persons or entities other than the intended recipient is prohibited. If you 
received this in
error, please contact the sender and delete the material from any computer.


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

Message: 2
Date: Sun, 1 Sep 2013 18:25:01 +0000 (UTC)
From: Tony Griffen <tonygrif...@gmail.com>
Subject: Re: [Notepad-plus-plus] [notepad-plus - Open Discussion]
        Feature Request : recognize #!/bin/ksh
To: notepad-plus-plus@lists.sourceforge.net
Message-ID: <loom.20130901t201952-...@post.gmane.org>
Content-Type: text/plain; charset=us-ascii

SourceForge.net <noreply@...> writes:
> [...]
> Could you please implement something that looks at the first line 
> for "#!/bin/sh" [...] I imagine an advanced version of this would 
> be a popup window were you could define bunch of strings that could 
> appear on the first line and their corresponding language setting.

I am curious, has there been any thought given to this over the years? We use 
Notepad++ in a cygwin environment, and the feature discussed above would be 
welcome.




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

Message: 3
Date: Sat, 08 Mar 2014 23:58:11 +0100
From: Jean-Claude Arbaut <jeanclaudearb...@orange.fr>
Subject: [Notepad-plus-plus] How do I disable language help ?
To: notepad-plus-plus@lists.sourceforge.net
Message-ID: <531ba083.5010...@orange.fr>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hello,

When editing a C or Python source file (it probably works with other 
languages as well), Notepad++ shows a window when I type an open 
parenthesis on a function : for example "fopen(" in C.
This window shows how to call the function : "FILE * fopen( const char 
*filename, const char *mode)"
While it may be useful sometimes, I find it quite annoying and I would 
like to disable this feature. Is there a way to do this ?

Jean-Claude Arbaut




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

Message: 4
Date: Sun, 09 Mar 2014 00:30:46 +0100
From: Jean-Claude Arbaut <jeanclaudearb...@orange.fr>
Subject: Re: [Notepad-plus-plus] How do I disable language help ?
To: notepad-plus-plus@lists.sourceforge.net
Message-ID: <531ba826.9080...@orange.fr>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Precision : I have Notepad++ version 6.5.5 (the last), and the TextFX 
plugin (though I don't think it comes from TextFX).
This "language hint" is actually really annoying, since it's does not 
disappear when I continue typing : I don't even see what I type. Maybe a 
bug in the last version of npp ? I have never seen this in previous 
version I think.

Le 08/03/2014 23:58, Jean-Claude Arbaut a ?crit :
> Hello,
>
> When editing a C or Python source file (it probably works with other 
> languages as well), Notepad++ shows a window when I type an open 
> parenthesis on a function : for example "fopen(" in C.
> This window shows how to call the function : "FILE * fopen( const char 
> *filename, const char *mode)"
> While it may be useful sometimes, I find it quite annoying and I would 
> like to disable this feature. Is there a way to do this ?
>
> Jean-Claude Arbaut
>




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

Message: 5
Date: Sun, 9 Mar 2014 11:22:40 +0100
From: <ka...@vandergucht.de>
Subject: Re: [Notepad-plus-plus] How do I disable language help ?
To: "'Jean-Claude Arbaut'" <jeanclaudearb...@orange.fr>,
        <notepad-plus-plus@lists.sourceforge.net>
Message-ID: <0C844C50EDB34913B0FD8ECB7B206AF7@PCKarloW764>
Content-Type: text/plain;       charset="iso-8859-1"


Hi,

Goto Settings ==> Auto-completion and change the settings to your choice.

Kind regards
Karlo Van der Gucht

-----Urspr?ngliche Nachricht-----
Von: Jean-Claude Arbaut [mailto:jeanclaudearb...@orange.fr] 
Gesendet: Samstag, 8. M?rz 2014 23:58
An: notepad-plus-plus@lists.sourceforge.net
Betreff: [Notepad-plus-plus] How do I disable language help ?

Hello,

When editing a C or Python source file (it probably works with other 
languages as well), Notepad++ shows a window when I type an open 
parenthesis on a function : for example "fopen(" in C.
This window shows how to call the function : "FILE * fopen( const char 
*filename, const char *mode)"
While it may be useful sometimes, I find it quite annoying and I would 
like to disable this feature. Is there a way to do this ?

Jean-Claude Arbaut


----------------------------------------------------------------------------
--
Subversion Kills Productivity. Get off Subversion & Make the Move to
Perforce.
With Perforce, you get hassle-free workflows. Merge that actually works. 
Faster operations. Version large binaries.  Built-in WAN optimization and
the
freedom to use Git, Perforce or both. Make the move to Perforce.
http://pubads.g.doubleclick.net/gampad/clk?id=122218951&iu=/4140/ostg.clktrk
_______________________________________________
Notepad-plus-plus mailing list
Notepad-plus-plus@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus




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

Message: 6
Date: Thu, 10 Apr 2014 16:19:50 +0930
From: William M <read_frequ...@hotmail.com>
Subject: [Notepad-plus-plus] notepad++ 6.5.5 why is there swear words
        in the  binary file?
To: "notepad-plus-plus@lists.sourceforge.net"
        <notepad-plus-plus@lists.sourceforge.net>
Message-ID: <snt146-w44677ca7602a152cdce45688...@phx.gbl>
Content-Type: text/plain; charset="iso-8859-1"





hi all,

I opened the exe for notepadd++, and it seems to have various swear words in 
the file:

like s.h.i.t, 
and various crude jokes / puns.


I would like to know if the people making npp know this, and if it is a general 
concensus of the culture
of the npp development community?  (not that I am error free myself btw)



thanks
William.
                                                                                
  
-------------- next part --------------
An HTML attachment was scrubbed...

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

Message: 7
Date: Thu, 10 Apr 2014 11:32:12 -0400
From: C Stafford <c.staff...@gmail.com>
Subject: Re: [Notepad-plus-plus] notepad++ 6.5.5 why is there swear
        words in the binary file?
Cc: "notepad-plus-plus@lists.sourceforge.net"
        <notepad-plus-plus@lists.sourceforge.net>
Message-ID:
        <cahkgrkpn5ouz5babe+qtozulbj5-fbikvuodmblfct9gudv...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

For anyone interested, he's referring to the quotes in
Notepad_plus.cpp Starting near 5242

http://svn.tuxfamily.org/viewvc.cgi/notepadplus_repository/trunk/PowerEditor/src/Notepad_plus.cpp?revision=1216&view=markup#5242

My C is rusty, but a quick path tracing, it looks like these show up on one
of the about page modals


On Thu, Apr 10, 2014 at 2:49 AM, William M <read_frequ...@hotmail.com>wrote:

>
> hi all,
>
> I opened the exe for notepadd++, and it seems to have various swear words
> in the file:
>
> like s.h.i.t,
> and various crude jokes / puns.
>
>
> I would like to know if the people making npp know this, and if it is a
> general concensus of the culture
> of the npp development community?  (not that I am error free myself btw)
>
>
>
> thanks
> William.
>
>
> ------------------------------------------------------------------------------
> Put Bad Developers to Shame
> Dominate Development with Jenkins Continuous Integration
> Continuously Automate Build, Test & Deployment
> Start a new project now. Try Jenkins in the cloud.
> http://p.sf.net/sfu/13600_Cloudbees
> _______________________________________________
> Notepad-plus-plus mailing list
> Notepad-plus-plus@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/notepad-plus-plus
>
>
-------------- next part --------------
An HTML attachment was scrubbed...

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

------------------------------------------------------------------------------
Put Bad Developers to Shame
Dominate Development with Jenkins Continuous Integration
Continuously Automate Build, Test & Deployment 
Start a new project now. Try Jenkins in the cloud.
http://p.sf.net/sfu/13600_Cloudbees

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

_______________________________________________
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 48, Issue 3
************************************************

Reply via email to