Commits on Source (21)
-
Ask Hjorth Larsen authored
-
Luna Jernberg authored
-
Alexandre Franke authored
-
Christian Hergert authored
Fixes the following compilation error found while dogfooding Builder before release. application.vala:22.24-22.27: error: This access invalid outside of instance methods
-
Christian Hergert authored
The goal here is to ensure we are less likely to spawn language servers unless there is actually a need for the language server. For now, most of these can be determined by the plugin type. However for search providers they are enabled when the user types into the search box and begins typing. The last thing we want to do while starting interactive search is: 1) spawn new processes that can take away interactivity 2) spawn a language server that has nothing to do with the project
-
Christian Hergert authored
I don't want this LSP which has not been updated to use IdeLspClient enabled by default in builds.
-
Christian Hergert authored
Only load this completion provider for languages where it is useful.
-
Christian Hergert authored
-
Peter Maatman authored
ide_completion_context_get_bounds does not include `$` in the bounds so when we delete (begin, end) from the text buffer so we can insert the text provided by the completion we don't remove the `$`. For php this is problematic because the completion includes the `$` prefix, so when we insert the completion we end up with 2 `$`. For example `$t` triggers autocomplete with a proposal `$tree`, we apply the proposal and end up with `$$tree`. This patch also removes the common prefix of the completion item and the `begin` GtkTextIter. Fixes #1641
-
carnage-mode authored
-
Balázs Úr authored
-
Piotr Drąg authored
-
Baurzhan Muftakhidinov authored
-
Alexandre Franke authored
-
Lorenz Wildberg authored
-
Alexander Mikhaylenko authored
-
Марко Костић authored
-
Марко Костић authored
-
Jordi Mas authored
-
Christian Hergert authored
-
Jeremy Bícha authored
Showing
- NEWS 12 additions, 0 deletionsNEWS
- data/appdata/org.gnome.Builder.appdata.xml.in 1 addition, 0 deletionsdata/appdata/org.gnome.Builder.appdata.xml.in
- doc/help/conf.py 1 addition, 1 deletiondoc/help/conf.py
- meson.build 1 addition, 1 deletionmeson.build
- meson_options.txt 1 addition, 1 deletionmeson_options.txt
- po/ca.po 3 additions, 3 deletionspo/ca.po
- po/da.po 522 additions, 438 deletionspo/da.po
- po/fr.po 543 additions, 448 deletionspo/fr.po
- po/hu.po 476 additions, 519 deletionspo/hu.po
- po/kk.po 494 additions, 427 deletionspo/kk.po
- po/pl.po 455 additions, 434 deletionspo/pl.po
- po/sr.po 1161 additions, 872 deletionspo/sr.po
- po/sv.po 530 additions, 447 deletionspo/sv.po
- src/libide/gui/ide-shortcuts-window.ui 1 addition, 1 deletionsrc/libide/gui/ide-shortcuts-window.ui
- src/libide/lsp/ide-lsp-completion-provider.c 8 additions, 1 deletionsrc/libide/lsp/ide-lsp-completion-provider.c
- src/plugins/blueprint/blueprint.plugin 2 additions, 1 deletionsrc/plugins/blueprint/blueprint.plugin
- src/plugins/make/make.gresource.xml 1 addition, 0 deletionssrc/plugins/make/make.gresource.xml
- src/plugins/make/make_plugin.py 14 additions, 6 deletionssrc/plugins/make/make_plugin.py
- src/plugins/make/resources/Makefile 13 additions, 1 deletionsrc/plugins/make/resources/Makefile
- src/plugins/make/resources/main.cpp 12 additions, 0 deletionssrc/plugins/make/resources/main.cpp
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
src/plugins/make/resources/main.cpp
0 → 100644