pascalabcnet/VisualPascalABCNET
Александр Земляк 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
..
AutoInsertCode Refactoring of Compiler.cs (#2984) 2023-12-18 22:33:27 +03:00
bitmaps
Config Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
DockContent Удаление supportedProjectFiles из Compiler и настройка использования SPython в проектах (#3374) 2026-01-16 20:13:20 +03:00
DS Деактивация кнопок, связанных с Intellisense, для языков без Intellisense + разделение ILanguageInformation на два интерфейса (#3378) 2026-01-27 22:25:28 +03:00
FormsDesignerBinding Change visibility of properties in StorageLocationPicker class (#3365) 2025-12-08 15:47:31 +03:00
IB Деактивация кнопок, связанных с Intellisense, для языков без Intellisense + разделение ILanguageInformation на два интерфейса (#3378) 2026-01-27 22:25:28 +03:00
OptionsContent Fix typo: braket -> bracket (#3041) 2024-02-16 08:27:38 +03:00
Projects Деактивация кнопок, связанных с Intellisense, для языков без Intellisense + разделение ILanguageInformation на два интерфейса (#3378) 2026-01-27 22:25:28 +03:00
Properties Refactoring of Compiler.cs (#2984) 2023-12-18 22:33:27 +03:00
Resources format2.png 2020-09-06 18:49:50 +03:00
SSYY gitignore rework 2023-08-14 00:17:41 +03:00
Workbench Деактивация кнопок, связанных с Intellisense, для языков без Intellisense + разделение ILanguageInformation на два интерфейса (#3378) 2026-01-27 22:25:28 +03:00
_ABC13.ico Новая иконка приложения 2019-03-17 21:58:24 +03:00
ABCHealth.cs Версия 3.7.1 2020-09-05 20:39:31 +03:00
ABCHealth.Designer.cs Версия 3.7.1 2020-09-05 20:39:31 +03:00
ABCHealth.ico Версия 3.7.1 2020-09-05 20:39:31 +03:00
ABCHealth.resx Версия 3.7.1 2020-09-05 20:39:31 +03:00
ABCNET32.ico
AboutBox.cs 2026 2026-01-02 12:36:47 +03:00
AboutBox.Designer.cs 2026 2026-01-02 12:36:47 +03:00
AboutBox.resx
app.config migration to new build system (#3241) 2025-03-03 20:34:51 +03:00
app.manifest manifest high dpi 2018-12-06 21:15:45 +03:00
CodeFileDocumentTextEditorControl.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
CompileOptionsSet.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
CompilerForm.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
CompilerForm.Designer.cs change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
CompilerForm.resx
FileMonitoring.cs fix pascalabcnet/pascalabcnetide#249 2022-10-23 12:37:30 +02:00
FontCombo.cs fix #1757 2019-02-22 09:27:54 +03:00
Form1.cs Деактивация кнопок, связанных с Intellisense, для языков без Intellisense + разделение ILanguageInformation на два интерфейса (#3378) 2026-01-27 22:25:28 +03:00
Form1.Designer.cs TeacherControlPlugin в проекте 2022-07-10 14:51:51 +03:00
Form1.resx TeacherControlPlugin в проекте 2022-07-10 14:51:51 +03:00
Form1OpenFromHelp.cs
FSWatcherService.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
GotoLine.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
GotoLine.Designer.cs
GotoLine.resx
Program.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
ReplaceConfirmDialog.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
ReplaceConfirmDialog.Designer.cs
ReplaceConfirmDialog.resx
ReplaceForm.cs Fix typo: math -> match (#3040) 2024-02-09 00:03:50 +03:00
ReplaceForm.Designer.cs Fix typo: math -> match (#3040) 2024-02-09 00:03:50 +03:00
ReplaceForm.resx
RunArguments.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
RunArguments.Designer.cs
RunArguments.resx
RunProcessOptions.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
UserOptions.cs Fix typo: braket -> bracket (#3041) 2024-02-16 08:27:38 +03:00
VisualPascalABCNET.csproj moving several dll to nuget (#3286) 2025-06-22 16:58:45 +03:00
VisualStates.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00