18 Commits

Author SHA1 Message Date
Benjamin Kästner
9043e1a6b6 Replace old repository path
The repository was moved from GDQuest to godotengine on GitHub.
2021-03-28 20:59:54 +02:00
Caelan
4edc27ee7c Change default scale for backwards compatibility 2020-12-28 19:11:00 -08:00
Caelan
f6c7bb5bb4 Add hanging indent width customization
* Clean up customization file
2020-12-28 15:58:19 -08:00
Josef Vlach
80b08e0afd Debugger - initial support 2020-09-12 11:25:36 +01:00
Nathan Lovato
110d36da96 Remove gdscript-indent-guess-indent-offset
The function would guess indents wrong and often find an offset value of
8 instead of 4. It's also getting in the way and adding configuration
for little benefit.
2020-09-07 22:19:13 -06:00
Richard G. Riley
2e9f6fbe2a Enable gdscript-godot-executable as a full uri to the godot exe 2020-08-28 09:05:35 +02:00
Richard G. Riley
4ff18e6755 add option gdscript-docs-use-eww (default t) to allow use of browse-url instead of eww 2020-08-27 22:59:40 +02:00
RichieHH
4a95d69034 Add command to search the online API, add customisable variables (#79)
* 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>
2020-08-27 00:16:59 -06:00
Josef Vlach
e31da43351 gdformat current/all buffers, save/gdformat all modified buffers 2020-07-18 20:14:35 +01:00
Nathan Lovato
4fcfc61c0e Add an option to open a local build of the gdscript docs 2020-05-31 20:41:38 -06:00
Franco Eusébio Garcia
b4d2bec304 Format buffer and region.
Closes #38.

The implementation was simplified. Moreover, it is now possible to customize the
path to the `gdformat` executable.
2020-04-02 20:12:54 -03:00
Nathan Lovato
fa26dd5676 Refactor commands to open files in Godot
Closes #11
2020-03-30 08:15:28 -06:00
Franco Eusébio Garcia
beac587761 Add commands to open and run files in Godot
Closes #11 and #13.
2020-03-30 08:15:28 -06:00
Nathan Lovato
6997f4ddd3 Fix more melpazoid warnings
Remove FSF from copyright lines
Address warnings in gdscript-indent-and-nav.el
2020-03-22 13:35:18 -06:00
Nathan Lovato
f72ce3b7d3 Address some melpazoid warnings and errors 2020-03-21 21:22:40 -06:00
Nathan Lovato
3c5e31bfe3 Address package-lint warnings and errors
See #4
2020-02-17 10:34:32 -06:00
Nathan Lovato
b7584fe1dc Update package headers, fix flycheck errors 2020-02-15 20:25:10 -06:00
Nathan Lovato
fabbc7a7bb Split package into several modules
Closes #19
2020-02-15 14:23:49 -06:00