From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Fri, 24 Jan 2014 14:49:47 +0200 From: Uvelichitel To: 9fans@9fans.net Message-ID: <20140124144947218949.528632de@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [9fans] New internal command for acme proposal (with implementations) Topicbox-Message-UUID: b4853ef6-ead8-11e9-9d60-3106f5b1d025 Hi dexen. >> Hi 9fans. While working with large sources in acme I feeling some lack >>of navigation capacity. So two new cmd. 1) 'Rev' , works precisely as >>'Look' but in reverse direction. It also change behavior of right mouse >>button search to search reverse. You will notice change with pointer >>position and little symbol near pipe in tag. Executing 'Look' instantly >>change behavior back. >:-/REGEX Sure, but it regexp search, which more expensive not literal and need more typing. My proposal as opposite behave exactly as 'Look' and also change behavior of right mouse button search. >> After all navigation 2) 'Tip' , return pointer to >>last typing point. It understand 2-1 chording, so you can handy insert >>selection to last insert point without snarfing, including same window. >Left/Right Arrow keys takes you to the position where selection (cursor) >currently is. >if the selection covers several lines, Left takes you to beginning, and Right >to the end. >this plays well with double-click on any open/close parenthesis/bracket/brace. >to quickly move to the other end of code block etc. Proposal 'Tip' command operate with last insertion point, not selection point, mean 'Tip' cmd return you where you typing after all selections and scrolling. Anyway thanks for feedback. Best regards.