X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Message-ID: <5010.77355.qm@web25502.mail.ukl.yahoo.com> Date: Thu, 6 May 2010 12:18:12 +0000 (GMT) From: Marco Atzeri Subject: R: Text editor with shell integration To: cygwin AT cygwin DOT com In-Reply-To: <28472301.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com --- Gio 6/5/10, lood ha scritto: >=20 > 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" - > 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. > --=20 "notepad ./file.ext" works as notepad is in your PATH. 3 possibilities: 1) you add the notepad++ directory in you path 2) you create a link in your "~/bin" or in "/usr/local/bin" $ ln -s /full_path_of_notepad++ notepad++ 3) add an alias $ alias notepad++=3D/full_path_of_notepad++ Regards Marco -- 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