Commit graph

11 commits

Author SHA1 Message Date
Александр Земляк b23f9c96d0
Деактивация кнопок, связанных с Intellisense, для языков без Intellisense + разделение ILanguageInformation на два интерфейса (#3378)
* Refactor language information classes

* Implement SimpleLanguageInformation abstract class

* Move some properties to SimpleLanguageInformation

* Implement format and debug buttons disabling if Intellisense is not supported for current language

* Add Intellisense available check in FormsExtensions to deactivate menu items if needed

* Change function interfaces in VisibilityService

* Replace CodeCompletionController.CurrentParser null checks with IntellisenseAvailable method call

* Refactor IParser and BaseParser to deduplicate code

* Fix BuildTreeInSpecialMode in SPythonParser

* Add SimpleParser class for new languages without Intellisense

* Delete duplicate SetDebugButtonsEnabled function

* Add Intellisense available check in RunService when attaching debugger

* Delete inner check in SetDebugButtonsEnabled to improve architecture

* Change CurrentParser property in CodeCompletion to be CurrentLanguage

* Divide ILanguageInformation into two interfaces (creating new ILanguageIntellisenseSupport)

* Fix LanguageIntellisenseSupport initialization in BaseLanguage

* Fix RunService fictive_attach logic

* Disable Intellisense parsing for languages without Intellisense support

* Add DefaultLanguageInformation abstract class

* Add default implementation for SetSemanticConstants in BaseLanguage

* Simplify IParser interface

* Update developer guide documentation
2026-01-27 22:25:28 +03:00
AlexanderZemlyak 6fa1caa034
Учет случая params в TipPainterTools при подсветке (#3318)
* Refactor LanguageInformation classes

* Improve extension check in TipPainterTools

* Refactor parsing parameters for signature help

* Fix TipPainterTools Linux version

* Add Params check in TipPainterTools
2025-07-05 11:05:34 +03:00
AlexanderZemlyak 239be2d202
Исправление TipPainterTools (#3291)
* Refactor TipPainterTools to support inner parentheses in function parameters

* Update Linux TipPainterTools
2025-06-22 17:32:06 +03:00
Бондарев Иван 0783ba7abe update for fix #776 2018-04-18 21:03:34 +02:00
Бондарев Иван 9d02b2a269 bug fix #776 2018-04-18 20:55:18 +02:00
Бондарев Иван b99f7f7856 bug fix #706 2018-03-07 21:37:47 +01:00
Бондарев Иван 64ce3dd3bb bug fix #596 2017-12-05 21:02:32 +01:00
Бондарев Иван 609c1ab32b bug fix #587 2017-12-03 13:50:50 +01:00
Бондарев Иван b410ffc0e7 bug fix #573 2017-11-26 12:17:32 +01:00
Бондарев Иван 2aa214ff3b #140 2016-05-01 12:02:40 +02:00
Бондарев Иван e6e67c193c initial commit 2015-05-14 21:35:07 +02:00