mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2026-01-04 18:09:55 +03:00
* add option to "force-online" API lookups with a parameter or using prefix-arg (C-u). Added function to search online Godot API with symbol at point OR using prefix arg to enter a search term. * implemented review suggestions #79 * fixed no symbol at point bug. pop existing API buffer for local docs too. Minor docstring changes. * be a bit more helpful when local docs are missing Co-authored-by: Richard G. Riley <rileyrg@gmail>
14 lines
122 B
Plaintext
14 lines
122 B
Plaintext
# Compiled
|
|
*.elc
|
|
|
|
# Packaging
|
|
.cask
|
|
|
|
# Backup files
|
|
*~
|
|
|
|
# Undo-tree save-files
|
|
*.~undo-tree
|
|
|
|
#emacs projectile
|
|
.projectile |