pascalabcnet/CodeCompletion
AlexanderZemlyak f85bfad60f
Intellisense memory leaks fix (#3257)
* Fix memory leaks found for PABCSystem.pas

Memory leaks of Interface and Implementation Unit Scopes fixed

* Change open_files and recomp_files variables type to be Dictionary (not HashTable)

* open_files Check simplification

* Move TypeTable.Clear call to CodeCompletion Compile method
2025-04-03 11:58:19 +03:00
..
Properties copyrights 2024-01-04 11:04:04 +01:00
CodeCompletion.cs Intellisense memory leaks fix (#3257) 2025-04-03 11:58:19 +03:00
CodeCompletion.csproj migration to new build system (#3241) 2025-03-03 20:34:51 +03:00
CodeCompletionPCUReader.cs fix #2981 2024-01-07 12:50:10 +01:00
CodeFormatter.cs Исправление автоформатирования [] 2025-01-04 22:54:38 +03:00
DomConverter.cs Примеры - устранил неточности 2025-01-04 14:44:51 +03:00
DomSyntaxTreeVisitor.cs New languages engine (#3120) 2024-05-25 12:26:32 +03:00
ExpressionEvaluator.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
ExpressionVisitor.cs Перенес проверку set array на уровень парсера 2024-12-17 15:06:57 +03:00
FindReferences.cs intellisense for var expression 2024-01-07 14:43:47 +01:00
SemanticTreeWalker.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
SymTable.cs SymTable - исправление чтобы не показывать статические методы в ///#! 2024-07-12 20:54:52 +03:00
Testing.cs New languages engine (#3120) 2024-05-25 12:26:32 +03:00
TypeTable.cs Intellisense memory leaks fix (#3257) 2025-04-03 11:58:19 +03:00
UnitXmlDocs.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00
XmlDocs.cs Mikhalkovich в Copyright 2019-07-28 23:53:15 +03:00