Commit graph

8 commits

Author SHA1 Message Date
Mikhalkovich Stanislav 028e219091 Вернул назад изменения в TipPainterTools 2026-02-17 16:23:58 +03:00
Mikhalkovich Stanislav 98fe38141b TipPainterTools - исправил возможное падение
operator* в Matrix сделал extension
2026-02-16 15:46:15 +03:00
Александр Земляк ac1b4a03a4
Добавление проверки параметра length метода Substring в TipPainterTools (#3388)
* Add substring length check in TipPainterTools

* Add count check in FindClosingParenthesis method
2026-02-16 14:05:42 +03:00
Александр Земляк 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
Бондарев Иван 609c1ab32b bug fix #587 2017-12-03 13:50:50 +01:00
Бондарев Иван e6e67c193c initial commit 2015-05-14 21:35:07 +02:00