[Github-comments] [geany/geany] Enhancement - Vertical Editing Sequential Numbering (#2317)

AdamDanischewski notifications at xxxxx
Tue Sep 24 20:00:05 UTC 2019


@intact Yep yep! That plugin does the job - thanks! I didn't notice it for some reason. 

If you are running Geany 1.36 you can add them by: 
```
$> git clone https://github.com/geany/geany-plugins.git
$> ./autogen.sh 
$> ./configure 
$> make 
$> mkdir mylib; find . -type f -name '*.so' -exec cp {} mylib/ \;

```
Then in Geany, add the plugin path: Edit->Preferences->Extra Plugin Path 
(add /path/to/mylib).  

@LarsGit223  If you look at the plugin there looks like there is unfinished implementation of incrementing letters too. That would probably come in handy from time to time, so maybe keeping it flexibly named with "Increment" vs enumerate would be easier over the long haul. 

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/2317#issuecomment-534723786
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190924/de18958f/attachment.html>


More information about the Github-comments mailing list