Nathan Lovato
bdce2da794
Add ability to toggle breakpoints on current line
2021-01-24 22:14:35 -06:00
Nathan Lovato
fe59b77c3f
Add keybindings to run the game, add breakpoints, and continue execution
2021-01-24 22:14:35 -06:00
Nathan Lovato
b53d56e467
Update changelog
2021-01-04 13:21:13 -06:00
Nathan Lovato
f87cc3e1c2
Update changelog for 1.4.0
2020-10-15 09:34:06 -06:00
Nathan Lovato
099ca4471f
Update the changelog for release 1.3.0
2020-09-07 22:33:16 -06:00
Josef Vlach
dbe43ebb0d
Added history of commands and scene/script selectors
2020-06-03 21:30:34 +01:00
Nathan Lovato
c772b6e3af
Update CHANGELOG
2020-06-02 08:42:09 -06:00
Josef Vlach
cfeba7e72b
Multiple projects support - comint-mode buffer for stdout/stderr
2020-06-01 21:41:09 +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
Nathan Lovato
d55471dd02
Update changelog, simplify README
2020-05-29 14:04:56 -06:00
Nathan Lovato
87ba0803e0
Update keyboard shortcuts to use mnemonic keys
...
Closes #58
2020-05-28 10:39:31 -06:00
Nathan Lovato
3e46706855
Make symbols pseudo-private, update README and CHANGELOG
2020-05-28 10:06:11 -06:00
Nathan Lovato
e4981f7656
Rename gdscript-documentation to gdscript-docs, update README
2020-05-27 11:06:33 -06:00
Josef Vlach
59753af564
Godot API browsing using eww
2020-05-25 09:39:20 +01:00
Will Whitty
c74e2cd77b
Added missing built-in functions
2020-04-27 19:59:22 +05:45
Will Whitty
028df8c749
Add missing keywords (remotesync puppet)
2020-04-27 12:39:29 +05:45
Franco Eusébio Garcia
6a3e4070bb
Add syntax highlighting for function calls
...
Closes #30 .
Pattern: identifier optional_spaces open_parenthesis
The implementation uses `"("` instead `(syntax open-parenthesis)` as
`open-parenthesis` is defined from `(open-paren (or "{" "[" "("))`. As a result,
the regular expression would also highlight array and dictionary variables.
The regular expression does highlight signal definitions with parameters,
though, as they follow the same pattern of function calls. This could be avoided
by ignoring expressions started with "signal" (or by adding a custom rule to
highlight signal definitions).
2020-04-03 15:22:52 -03:00
Nathan Lovato
753f4e6be6
Update CHANGELOG
2020-04-02 18:53:07 -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
7b45e32e8d
Update the CHANGELOG
2020-03-31 21:37:20 -06:00
Franco Eusébio Garcia
dc2100f9f4
Fallback to built-in read-file-name when Projectile is not available
2020-03-31 13:32:24 -03:00
Franco Eusébio Garcia
68c425b57f
Added a command to insert a file path at point using Projectile.
...
Closes #36 .
2020-03-30 21:36:48 -03:00
Franco Eusébio Garcia
e30e890d62
Address omissions from fa26dd5 refactor.
2020-03-30 13:36:30 -03:00
Nathan Lovato
86577f81dc
Update the changelog for the 1.1.0 release
2020-03-30 08:38:09 -06:00
Nathan Lovato
60ee1a62bc
Update CHANGELOG
2020-03-02 17:18:32 -06:00
Nathan Lovato
f77656f685
Add in keyword, update changelog
2020-03-01 07:36:05 -06:00
Nathan Lovato
361439f28b
Update CHANGELOG with 1.0.2 release notes
2020-02-17 10:42:56 -06:00
Nathan Lovato
92a1087a30
Compile keywords in the language
2020-02-16 07:32:50 -06:00
Nathan Lovato
657a9695b1
Update the README and CHANGELOG
2020-02-15 20:25:51 -06:00
Nathan Lovato
d195993c60
Add CHANGELOG, add code formatting instructions to README
2020-02-14 18:12:11 -06:00