You've already forked gnatstudio
mirror of
https://github.com/AdaCore/gnatstudio.git
synced 2026-02-12 12:42:33 -08:00
Both engines are coexisting and are now controlled by preferences. Show the Ada indentation preferences not compatible with GNATformat in a separate group and add a warning in the description of each of them.
53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
>&2:buffer_size=0
|
|
DEBUG.COLORS=no
|
|
UNEXPECTED_EXCEPTIONS=yes
|
|
*.EXCEPTIONS=yes
|
|
TESTSUITE=yes
|
|
GPS.KERNEL.SHELL_DOC=yes
|
|
CHECK_COLOR_DEPTH=no
|
|
|
|
-- Keep traces till the end, in case we get unexpected exceptions in the
|
|
-- finalization of GPS
|
|
DEBUG.FINALIZE_TRACES=no
|
|
|
|
-- This trace generates errors in any case where
|
|
-- a SQL request is being made (for instance whenever querying
|
|
-- a contextual menu) when gnatinspect has not yet had a chance to run.
|
|
SQL.ERROR=no
|
|
|
|
PYTHON.TB=no
|
|
|
|
ENTITIES.SQLITE=yes
|
|
ENTITIES.PARSING=no
|
|
|
|
GPS.LANGUAGE.LIBCLANG=no
|
|
GPS.LIBCLANG.LIBCLANG=no
|
|
GPS.COMPLETION.LIBCLANG_COMPLETION=no
|
|
GPS.KERNEL.LIBCLANG=no
|
|
GPS.LIBCLANG.POOL=no
|
|
GPS.INTERNAL.MODULE_GNAThub=yes
|
|
|
|
-- Deactivate LSP traces
|
|
GPS.LSP.LOGS=no
|
|
GPS.LSP.OUTLINE.ADVANCED=no
|
|
GPS.LSP.COMPLETION=no
|
|
|
|
-- Deactivate dialog when changing C/C++ clangd formatting options by
|
|
-- default
|
|
GPS.LSP.CLANGD_SUPPORT.AVOID_DIALOG_ON_PREF_CHANGED=yes
|
|
|
|
-- Test for code actions even if they are not active yet
|
|
GPS.LSP.CODE_ACTIONS=yes
|
|
|
|
-- Deactivate DAP traces
|
|
GPS.DAP.Clients=no
|
|
|
|
-- Disable GPR language support
|
|
GPS.LSP.GPR_SUPPORT=no
|
|
|
|
-- Disable logging
|
|
GPS.LSP.SEARCH_ENTITIES_SUPPORT.ADVANCED=no
|
|
|
|
-- Disable LSP tooltip traces
|
|
GPS.LSP.TOOLTIPS=no
|