Kato Muso
f8fce3ad1a
Add gdscript-eglot--get-config-dir function
2024-11-05 07:15:21 +00:00
Kato Muso
3052839d71
Refactor gdscript-eglot-contact
2024-11-04 09:28:33 +00:00
Nathan Lovato
bee7f99c6f
Merge pull request #156 from katomuso/fix-config-dir
...
Fix config directory in gdscript-eglot-contact
2024-11-04 09:21:14 +01:00
Kato Muso
d1076e1b59
Fix config directory in gdscript-eglot-contact
2024-11-03 21:44:41 +00:00
Nathan Lovato
52b3637df8
Merge pull request #155 from katomuso/tweak-gdscript-eglot-version
...
Change gdscript-eglot-version type to be string instead of integer
2024-11-02 11:10:57 +01:00
Kato Muso
21be7cd6d3
Bump gdscript-eglot-version to 4.3
2024-11-02 06:59:41 +00:00
Kato Muso
b03647b62e
Change gdscript-eglot-version type to be string instead of integer
2024-11-02 06:57:58 +00:00
Nathan Lovato
e0c8700d25
Merge pull request #153 from godotengine/jcs090218-patch-1
...
ci: Test Emacs 29.4
2024-09-17 08:58:08 +02:00
Jen-Chieh Shen
a89ae451d9
ci: Test Emacs 29.4
2024-09-15 02:30:50 -07:00
Nathan Lovato
32086df833
Merge pull request #138 from xiliuya/add-macos-config-support
...
Set darwin's eglot config dir
2024-05-09 17:23:16 +02:00
Nathan Lovato
4ae8760e19
Merge pull request #148 from godotengine/ci/exl
...
ci: Exclude macos tests below 27.x
2024-05-09 17:21:47 +02:00
Jen-Chieh Shen
ab6aae89aa
ci: Exclude macos tests below 27.x
2024-05-07 23:38:50 -07:00
Jen-Chieh Shen
2737f1c68c
Merge pull request #145 from NicolasPetton/master
2024-04-24 14:57:35 -07:00
Jen-Chieh Shen
cd92e12084
Merge pull request #146 from NicolasPetton/fix-142
...
Fix #142 : Add missing function `gdscript-mark-defun'
2024-04-19 13:59:22 -07:00
Nicolas Petton
becce1a4ba
Fix #142 : Add missing function `gdscript-mark-defun'
2024-04-18 01:14:58 +02:00
Nicolas Petton
718267511f
Fix file path completion when projectile is used
...
When projectile is being used, `projectile-project-files' already returns file
paths relative to the project root directory.
2024-04-17 15:28:06 +02:00
Nicolas Petton
d25f778f02
Use when-let in gdscript-completion-insert-file-path-at-point
2024-04-17 15:26:05 +02:00
Jen-Chieh Shen
b8a840448a
Merge pull request #143 from jcs-PR/ci/29.3
2024-03-28 10:39:37 -07:00
Jen-Chieh Shen
e0a8dc9f0b
ci: Test Emacs 29.3
2024-03-27 14:53:39 -07:00
Samuel D
8a28276daa
fix: Follow indent cleaning ( #141 )
...
`(line-beginning-position)` and `(point)` work with character (tab = 1
character)
but `(current-indenantion)` give the column number of the
indenantion (tab = 4 columns)
Using `(current-indentation)` and `(current-indentation)` is cleaner
and use the same convention of "column numbering"
Co-authored-by: Samuel D <samueld@mailo.com >
2023-10-24 13:50:57 +02:00
xiliuya
a6efb8713d
- Using unless to change eglot-server-program
2023-09-24 11:56:49 +08:00
xiliuya
9b26d25aa3
- Make sure `eglot-server-programs only have one 'gdscript-mode key
2023-09-23 12:21:05 +08:00
xiliuya
bcb50cfe2c
- add Windows-nt eglot config dir
2023-09-22 00:30:30 +08:00
xiliuya
0938403561
- set darwin's eglot config dir
2023-09-22 00:02:31 +08:00
xiliuya
3e2ae19f03
Merge pull request #133 from xiliuya/add-gdscript-ts-mode
...
Add treesit Major mode `gdscript-ts-mode
2023-05-28 07:44:33 +08:00
xiliuya
812da6aa3c
- fix toc indent
2023-05-25 16:34:36 +08:00
xiliuya
4946aff35a
- remove trailing lines
2023-05-25 14:51:00 +08:00
xiliuya
0692056e95
- README.md : remove the root level.
2023-05-25 14:45:09 +08:00
xiliuya
b7188197a5
- fix imenu local variable
2023-05-25 13:23:04 +08:00
xiliuya
44fc361bd7
- trims extra spaces
2023-05-25 13:07:52 +08:00
xiliuya
268abf778b
- fix 'No such file or directory, treesit'
2023-05-25 12:43:03 +08:00
xiliuya
13a3e00e6c
- Add imenu support
2023-05-25 12:35:37 +08:00
xiliuya
45e05fd58b
- gdscript-ts-mode: Add treesit support for emacs 29+
2023-05-23 18:20:13 +08:00
Jen-Chieh Shen
cee6d61591
Merge pull request #131 from xiliuya/eglot-tmp-buffer-fix
2023-05-15 04:39:34 +08:00
xiliuya
3995a7b2ae
gdscript-eglot: Add goto-char to 0 ,and kill the res file buffer
2023-05-14 19:21:18 +08:00
xiliuya
70a243278a
Merge pull request #130 from MenacingMecha/patch-1
...
Update LSP section of README.md. Fixes #129 .
2023-05-11 09:23:38 +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
a48ad04502
gdscript-comint.el: add `gdscript-godot-executable' support flatpak ( #127 )
...
* gdscript-comint.el: add `gdscript-godot-executable' support flatpak command
* can use when and remove trailing space after arguments
* (+ space) more accurate
2023-04-26 21:23:56 +02: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
xiliuya
68f18932a4
Merge pull request #125 from jcs-PR/docs/eask
...
docs: Use Eask for contributing
2023-04-23 12:22:23 +08:00
JenChieh
586d957650
docs: Use Eask for contributing
2023-04-22 13:20:24 -07:00
Jen-Chieh Shen
72ddbec953
tests: Avoid actions' warnings ( #118 )
...
* chore(Eask): Add package metadata
* tests: Avoid actions' warnings
* chore(Eask): Update eask's commands
* Remove extra package-file DSL
2023-04-22 10:06:11 +02:00
Jen-Chieh Shen
c8c22a6884
ci: Add experimental flag ( #124 )
2023-04-22 10:05:36 +02:00
Ruijie Yu
30c4d48f81
Added integration with eglot ( #122 )
...
Fixes #121 .
* gdscript-eglot.el gdscript-eglot-version: added customizable option for
the godot version in use.
(gdscript-eglot-contact): added function to allow `eglot' to find the godot LSP
port.
* gdscript-mode.el Commmentary: double space after period.
(require 'gdscript-eglot): require this new file.
(with-eval-after-load 'eglot): tell eglot how to find godot LSP.
2023-04-21 08:20:10 +02:00
Jen-Chieh Shen
f071667776
tests: Setup node is no longer required ( #117 )
...
* tests: Setup node is no longer required
* chore(Eask): Add package's metadata
2023-04-20 13:34:31 +02:00
Benjamin
d392e8aa7e
Fix docs open wrong number of args err ( #116 )
2022-07-21 07:47:42 +02:00
Jen-Chieh Shen
d9e1f7f766
Add CI
2022-05-10 11:44:47 +02:00
Nathan Lovato
4badcf6a0c
Remove outdated command from the README
...
fix #110
2021-10-04 06:19:37 -06:00
Hugo Locurcio
b7bfa6a3b2
Merge pull request #106 from bkaestner/patch-1
...
Replace old repository path
2021-03-28 22:37:43 +02: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