nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] Adding of Auto-Complete feature in nano repository


From: Sumedh Pendurkar
Subject: [Nano-devel] Adding of Auto-Complete feature in nano repository
Date: Thu, 22 Sep 2016 16:04:39 +0530

Hi,


I have been using nano for a long time now, Often while writing programs, typing the variable names was troublesome. So i have modified the source code of nano-2.6.2 and I have added a shortcut that would look up  for the current word in the current file and replace it if only match is found or suggest words if more than one word is found.

Description : Lookup for the current word(using the position of the cursor) in the entire current file and replace if only one word is found else suggests words (very similar to use of tab in bash terminal)

I have attached the modified code and patch.

Temporarily I have used ctrl-A as the shortcut for it.
I request you to review  the code and give suggestions if any. And then add it to your repository so that others can use it.





Thanks and Regards,

Sumedh Pendurkar

Attachment: 0001-Added-auto-complete-that-searches-in-the-current-fil.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]