Gimp Auto-Complete Scheme
A Sublime Text Auto-Complete plugin for GIMP's Scheme API.
Details
Installs
- Total 283
- Win 200
- Mac 46
- Linux 37
Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
GIMP Auto-Complete Scheme API for Sublime Text
This auto-complete plugin covers 1000+ Functions/Procedures and Constants available in GIMP's Plugin API. All these functions and constants are now just a few keys away. Simply type some letters of a function and press Enter
. The full function name, together with parentheses and arguments (if any) shall appear at cursor location. Imagine how much typing that would save you.
Examples
Text Entered | Result |
---|---|
fundst |
(gimp-image-undo-group-start image) |
flus |
(gimp-displays-flush) |
fthwl |
(gimp-image-thaw-layers image) |
fgactl |
(gimp-image-get-active-layer image) |
fitsn |
(gimp-item-set-name item name) |
fgau |
(plug-in-gauss run-mode image drawable horizontal vertical method) |
fcub |
(plug-in-cubism run-mode image drawable tile-size tile-saturation bg-color) |
fgsa |
(python-fu-gradient-save-as-css run-mode gradient file-name) |
ffo |
(python-fu-foggify run-mode image drawable name colour turbulence opacity) |
fstcm |
(script-fu-set-cmap image drawable palette) |
fba |
(script-fu-blend-anim image drawable value value toggle) |
csfi |
SF-IMAGE |
csfd |
SF-DRAWABLE |
crgba |
RGBA-IMAGE |
clov |
LAYER-MODE-OVERLAY |
clmul |
LAYER-MODE-MULTIPLY-LEGACY |
crnoi |
RUN-NONINTERACTIVE |
ctr |
TRUE |
Tips
- Remember,
f
is for … Functions, andc
is for … Constants. - You don't need to type any of the prefixes, like
gimp
,script-fu
,python-fu
, etc. Just type a few letters from the “true name” of a function/constant. Observe the patterns used in examples. - You could use
Tab
andShift+Tab
to cycle forward and backward through arguments. - If you accidentally invoke an undesirable completion, performing a simple Undo
ctrl + z
might be a better fix, rather than manually deleting the unwanted bits.
Installation _ via Sublime Package Control
- Open command palette by using the menu command: Tools → Command Palette
- Select:
Package Control: Install Package
- Search for the package name:
Gimp Auto-Complete Scheme
and pressEnter
- After installation completes, you could start using this plugin straight away; no restart required.
Installation _ Manually
- Download the plugin (or clone this repository).
- After extraction, copy
gimp_autocomplete_scheme
folder to Sublime Text's Packages folder. - You can locate this folder from Sublime Text by using the menu command: Preferences → Browse Packages.
- You could start using this plugin straight away; no restart required.
Notes
- The data is based upon GIMP 2.10.20 r1.
- All deprecated functions have been filtered out.
- A Python version of this plugin is available here: https://github.com/civAnimal/gimp_autocomplete_python
- This plugin is released under … GNU General Public License (v3).
Feedback & Comments
- Email: civanimal@gmail.com
- Twitter:
civAnimal
Copyright © 2020 civAnimal