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/1337 -- Commit Summary -- * IncDec is a plugin for Geany that provides shortcuts to increment and decrement -- File Changes -- M Makefile.am (4) 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 (504) -- Patch Links -- https://github.com/geany/geany-plugins/pull/1337.patch https://github.com/geany/geany-plugins/pull/1337.diff -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/pull/1337 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/pull/[email protected]>
