X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-0.7 required=5.0	tests=AWL,BAYES_40,TW_YG,T_RP_MATCHES_RCVD
X-Spam-Check-By: sourceware.org
From: "Jason Pyeron" <jpyeron@pdinc.us>
To: <cygwin@cygwin.com>
References: <28472301.post@talk.nabble.com>
Subject: RE: Text editor with shell integration
Date: Thu, 6 May 2010 08:07:18 -0400
Message-ID: <11942F2CAF974199AEB7EC49675774A4@phoenix>
MIME-Version: 1.0
Content-Type: text/plain;	charset="us-ascii"
Content-Transfer-Encoding: 7bit
In-Reply-To: <28472301.post@talk.nabble.com>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

 

> -----Original Message-----
> From: cygwin-owner@cygwin.com 
> [mailto:cygwin-owner@cygwin.com] On Behalf Of lood
> Sent: Thursday, May 06, 2010 7:23
> To: cygwin@cygwin.com
> Subject: Text editor with shell integration
> 
> 
> Hi all. How could I integrate my text editor (e.g. Notepad++) 
> to run it
> easily from Cygwin? I mean, something similiar to "notepad 
> ./file.ext" -

I am assuming that notepad++ does not understand paths like
/cygdrive/c/filename.txt 
and /proc/cpuinfo (it has no hope on this one)

$ man cygpath


> this works, I just want to use Notepad++ instead of standard 
> Windows editor
> ("notepad++ ./file.ext" or something like that). Where I can add this
> functionality? Thanks.

Notepad works because notepad.exe is in the path.

You may want to write a wrapper and put it in you path due to the windows -
cygwin path format difference.

> -- 
> View this message in context: 
> http://old.nabble.com/Text-editor-with-shell-integration-tp284
72301p28472301.html
> Sent from the Cygwin list mailing list archive at Nabble.com.
> 
> 
> --
> Problem reports:       http://cygwin.com/problems.html
> FAQ:                   http://cygwin.com/faq/
> Documentation:         http://cygwin.com/docs.html
> Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
> 




--
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
-                                                               -
- Jason Pyeron                      PD Inc. http://www.pdinc.us -
- Principal Consultant              10 West 24th Street #100    -
- +1 (443) 269-1555 x333            Baltimore, Maryland 21218   -
-                                                               -
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
This message is copyright PD Inc, subject to license 20080407P00.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

