nyxkn
17c270190b
Update README.md
...
Fix extra c in `scanner.c`
It also seems I need to add `-I./` to avoid:
```
scanner.c:5:10: fatal error: tree_sitter/parser.h: No such file or directory
5 | #include <tree_sitter/parser.h>
| ^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
```
2025-04-01 07:16:48 +01:00
xiliuya
812da6aa3c
- fix toc indent
2023-05-25 16:34:36 +08:00
xiliuya
0692056e95
- README.md : remove the root level.
2023-05-25 14:45:09 +08:00
xiliuya
13a3e00e6c
- Add imenu support
2023-05-25 12:35:37 +08:00
MenacingMecha
a5a25f07ac
Update LSP section of README.md
...
- Includes `eglot`
- Lists `elgot` first, as it is (soon to be) in-built, and requires less config to set up
- Includes steps to get `eglot` working with Godot 3
2023-05-11 00:16:38 +01:00
xiliuya
73dac51758
docs: add Godot 4 debugger description ( #126 )
...
* docs: add Godot 4 debugger description
* Apply suggestions from code review
---------
Co-authored-by: Nathan Lovato <12694995+NathanLovato@users.noreply.github.com >
2023-04-23 10:13:46 +02:00
JenChieh
586d957650
docs: Use Eask for contributing
2023-04-22 13:20:24 -07:00
Nathan Lovato
4badcf6a0c
Remove outdated command from the README
...
fix #110
2021-10-04 06:19:37 -06:00
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
Josef Vlach
d751ce6249
Change code snippets in README.md from lisp to elisp
2021-01-23 21:38:36 +00:00
Nathan Lovato
fa9ec1fead
Correct typos in the README
2021-01-23 15:08:42 -06:00
Nathan Lovato
287acb7c76
Add screenshots of the editor when working in gdscript mode
2021-01-22 07:52:51 -06:00
Nathan Lovato
20fc7e4381
Update Doom Emacs install instructions, format README
2020-12-13 12:46:25 -06:00
Nathan Lovato
1d6d707144
Update TOC, document auto-completion with LSP in README
...
Closes #42
2020-10-15 09:37:02 -06:00
Nathan Lovato
ef7a7f2789
Update the debugger's documentation, add a table of contents
2020-10-11 20:08:25 -06:00
Josef Vlach
58ef86f8d3
Pin/Unpin ObjectId, error message stackcall processed correctly
2020-10-11 16:39:03 +01:00
Josef Vlach
a26c1d3bda
README update
2020-10-08 21:59:48 +01:00
Josef Vlach
80b08e0afd
Debugger - initial support
2020-09-12 11:25:36 +01:00
Nathan Lovato
1031e6f87e
Update banner image in README
2020-09-07 22:36:40 -06:00
Josef Vlach
e31da43351
gdformat current/all buffers, save/gdformat all modified buffers
2020-07-18 20:14:35 +01:00
Nathan Lovato
ce95576aa8
README: Update Spacemacs installation
...
Closes #68
2020-06-07 09:38:24 -06:00
Josef Vlach
dbe43ebb0d
Added history of commands and scene/script selectors
2020-06-03 21:30:34 +01:00
Nathan Lovato
35fe376cc3
Update README
2020-05-31 20:54:52 -06:00
Nathan Lovato
d55471dd02
Update changelog, simplify README
2020-05-29 14:04:56 -06:00
Josef Vlach
3ad2680edf
Hydra implementation
2020-05-29 13:08:51 +01:00
Nathan Lovato
36c92dff15
Add shortcuts to the README
2020-05-28 10:42:02 -06:00
Nathan Lovato
3e46706855
Make symbols pseudo-private, update README and CHANGELOG
2020-05-28 10:06:11 -06:00
Josef Vlach
194552fcb8
Option to debug collisions with gdscript-godot-run-project-debug
2020-05-27 21:12:00 +01:00
Nathan Lovato
e4981f7656
Rename gdscript-documentation to gdscript-docs, update README
2020-05-27 11:06:33 -06:00
Josef Vlach
b45fa69944
eww-after-render-hook is now used directly
2020-05-27 17:49:42 +01:00
Josef Vlach
59753af564
Godot API browsing using eww
2020-05-25 09:39:20 +01:00
Nathan Lovato
7e6eef308e
Explain how to use godot commands in the README
2020-03-30 08:32:05 -06:00
Franco Eusébio Garcia
2e6e1aad90
Fix the names of variables that control indentation.
...
These are the correct names of the variables defined at
`gdscript-customization.el`.
2020-03-29 10:24:41 -03:00
Nathan Lovato
246cad5890
Add manual install instructions to README, apply auto-formatting
2020-03-28 10:53:29 -06:00
Nathan Lovato
a36a3e775b
Update install instructions to install from MELPA
2020-03-27 21:22:10 -06:00
Kiril Vangelovski
c296065c15
Fix incorrect load path in the README
2020-03-26 08:52:05 -06:00
Nathan Lovato
d924845be5
Update contributing section of the README
2020-03-23 08:26:02 -06:00
Nathan Lovato
57cbde873c
Remove data files, cache keywords in a .el file instead
2020-03-23 07:59:20 -06:00
Nathan Lovato
3cd94546f3
Move contributing section up in the readme
2020-03-05 08:15:45 -06:00
Jorge Javier Araya Navarro
48765f3209
Add instructions to install with use-package and straight.el
2020-03-03 12:20:05 -06:00
Nathan Lovato
1717837d34
Apply paragraph fill to the README
2020-02-25 18:27:14 -06:00
Nathan Lovato
00c629cd94
Add contributing section to README
2020-02-25 18:27:02 -06:00
Nathan Lovato
81d9d5b9e1
Add banner
2020-02-25 16:26:12 -06:00
Nathan Lovato
b92a59c397
Update README
2020-02-15 22:22:45 -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
Nathan Lovato
95cd7a3f57
Add list of available features to the README
2020-01-31 10:28:24 -06:00
Oliver Frank
6f1fe6d392
Add .tscn support, bump minimum required version, update the README
2020-01-15 18:13:26 +01:00
Nathan Lovato
147d1bd444
Port syntax, shortcuts, and regex from python.el
...
This adds support for imenu and correct indentation size
2020-01-14 23:03:14 +01:00
Nathan Lovato
d936e5ce09
Add README
2020-01-14 21:46:33 +01:00