pascalabcnet/VisualPascalABCNETLinux
Александр Земляк 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 fix pascalabcnet/pascalabcnetide#191 2022-11-02 21:00:45 +01:00
bitmaps
Config
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
IB Деактивация кнопок, связанных с Intellisense, для языков без Intellisense + разделение ILanguageInformation на два интерфейса (#3378) 2026-01-27 22:25:28 +03:00
MonoDebugging Refactoring of Compiler.cs (#2984) 2023-12-18 22:33:27 +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
Resources
SSYY
Workbench Деактивация кнопок, связанных с Intellisense, для языков без Intellisense + разделение ILanguageInformation на два интерфейса (#3378) 2026-01-27 22:25:28 +03:00
_ABC13.ico
ABCHealth.cs
ABCHealth.Designer.cs
ABCHealth.ico
ABCHealth.resx
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
CodeFileDocumentTextEditorControl.cs
CompileOptionsSet.cs
CompilerForm.cs
CompilerForm.Designer.cs
CompilerForm.resx
FileMonitoring.cs Fix for PascalABC.NET for Linux 2022-10-23 14:57:07 +02:00
FontCombo.cs
Form1.cs Деактивация кнопок, связанных с Intellisense, для языков без Intellisense + разделение ILanguageInformation на два интерфейса (#3378) 2026-01-27 22:25:28 +03:00
Form1.cs1
Form1.Designer.cs fix https://bugzilla.altlinux.org/43948 2022-12-06 15:33:07 +03:00
Form1.Designer.cs1
Form1.resx fix https://bugzilla.altlinux.org/43948 2022-12-06 15:33:07 +03:00
Form1OpenFromHelp.cs
FSWatcherService.cs
GotoLine.cs
GotoLine.Designer.cs
GotoLine.resx
Program.cs fix https://bugzilla.altlinux.org/43948 2022-12-06 15:33:07 +03:00
ReplaceConfirmDialog.cs
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
RunArguments.Designer.cs
RunArguments.resx
RunProcessOptions.cs
UserOptions.cs Fix typo: braket -> bracket (#3041) 2024-02-16 08:27:38 +03:00
VisualPascalABCNETLinux.csproj moving several dll to nuget (#3286) 2025-06-22 16:58:45 +03:00
VisualStates.cs