ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Gimp Auto-Complete Scheme

by civAnimal ST3

A Sublime Text Auto-Complete plugin for GIMP's Scheme API.

Details

Installs

  • Total 255
  • Win 179
  • Mac 40
  • Linux 36
May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18
Windows 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 0 0 0 0 0
Mac 0 0 0 0 0 0 0 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 0 0 0 0 0 0 0 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 1 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, and c 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 and Shift+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: ToolsCommand Palette
  • Select: Package Control: Install Package
  • Search for the package name: Gimp Auto-Complete Scheme and press Enter
  • 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: PreferencesBrowse Packages.
  • You could start using this plugin straight away; no restart required.

Notes

Feedback & Comments

Copyright © 2020 civAnimal