IncDec is a plugin for Geany that provides shortcuts to increment an decrement number at the cursor, or to the right of the cursor (on the same line).
By default, typing **Shift-+** will increment the next number, and typing **Shift--** will decrement the next number. You can also increment and decrement number many times by typing **Shift-***. The number can be at the cursor, or to the right of the cursor (on the same line). Numbers can be negative and positive, and can be in decimal or hexadecimal format (hexadecimal number start with **0x**). You can customize those defaults keys on the preferences, under the Keybindings tab by setting the _IncDec_ keybinding. An item _Increment or Decrement number_ is also added in the Editor Popup Menu, it can be hidden by changing the Plugins Preferences.
You can view, comment on, or merge this pull request online at:
https://github.com/geany/geany-plugins/pull/1351
-- Commit Summary --
* IncDec is a plugin for Geany that provides shortcuts to increment and decrement
-- File Changes --
M Makefile.am (4) M README (1) M build/geany-plugins.nsi (1) A build/incdec.m4 (11) M configure.ac (1) A incdec/AUTHORS (1) A incdec/COPYING (674) A incdec/ChangeLog (0) A incdec/Makefile.am (4) A incdec/NEWS (0) A incdec/README (50) A incdec/src/Makefile.am (16) A incdec/src/incdec-plugin.c (592)
-- Patch Links --
https://github.com/geany/geany-plugins/pull/1351.patch https://github.com/geany/geany-plugins/pull/1351.diff
This pull request replace previous #1337
@scresto09 pushed 1 commit.
5889910191ed1fa066bd7e188a9032b41ab6e859 incdec: fix POTFILES.in
github-comments@lists.geany.org