Commit graph

5228 commits

Author SHA1 Message Date
Mikhalkovich Stanislav 87a9ab5aee Ускорена загрузка CSV в 5-6 раз. По порядку скорости - близко к pandas 2026-02-06 17:37:51 +03:00
Mikhalkovich Stanislav b8a4f038a1 WinformsUIDocking - увеличил максимальный размер таба
DataFrameABC - класс Statistics и многочисленные правки
2026-02-04 23:33:45 +03:00
Mikhalkovich Stanislav 1078e9ae21 Новые примеры 2026-02-03 20:56:57 +03:00
Mikhalkovich Stanislav eaa0f21025 Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2026-02-03 13:50:26 +03:00
Mikhalkovich Stanislav 18709a5cb8 Примеры улучшил добавил
Вернул GitIgnoreTester
2026-02-03 13:48:56 +03:00
Mikhalkovich Stanislav 68d8dcfe53 Правка примеров 2026-02-03 13:03:32 +03:00
Александр Земляк e6ba1324a5
Отключение копирования Lib файлов в CompilationSamples в TestRunner (#3386)
* Delete PascalABC.NET Lib files from CompilationSamples

* Delete SPython Lib files from CompilationSamples

* Delete DataFrameABC from CompilationSamples

* Delete copying Lib files in TestRunner + set up copying CodeExamples in separate dir
2026-02-03 12:10:31 +03:00
Mikhalkovich Stanislav 76c6ef8e6c Примеры 3.11 2026-02-03 11:53:30 +03:00
Mikhalkovich Stanislav 357048de07 Перенес примеры в WhatsNew 3.11 2026-02-03 11:22:00 +03:00
Mikhalkovich Stanislav ae8a005b6a Временно удалил примеры из несуществующей Whats New
3.10.4
2026-02-03 11:21:17 +03:00
Mikhalkovich Stanislav d9697b8d84 DataFrameExample in Whats new 2026-02-03 10:18:06 +03:00
Mikhalkovich Stanislav 773b6e2e4d ML 2026-02-03 10:06:55 +03:00
Mikhalkovich Stanislav f261badf26 Испр пару примеров 2026-02-03 10:02:27 +03:00
Александр Земляк 137c0599af
Удаление Lib файлов из CompilationSamples (#3385)
* Delete PascalABC.NET Lib files from CompilationSamples

* Delete SPython Lib files from CompilationSamples

* Delete DataFrameABC from CompilationSamples
2026-02-03 09:52:33 +03:00
Mikhalkovich Stanislav cc6444b573 Примеры для DataFrameABC 2026-02-02 23:20:29 +03:00
Mikhalkovich Stanislav 10d452921c Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2026-02-02 22:57:36 +03:00
Mikhalkovich Stanislav ba5cbb231b RobotField - убрал наконец этот поганый черный цвет 2026-02-02 22:57:24 +03:00
Александр Земляк b8bda89f0f
Исправление div (//) и mod (%) для SPython (#3384)
* Fix div and mod in SPython

* Fix generic type names search in SPython symbol table

* Small fixes

* Add few checks in Intellisense

* Add comments about units compilation order
2026-02-02 21:14:27 +03:00
Mikhalkovich Stanislav 9606f1ece4 DataFrame в CompilationSamples 2026-02-02 18:07:44 +03:00
Mikhalkovich Stanislav 740f18362a 3.11.1.3743 2026-02-02 14:19:47 +03:00
Александр Земляк 2c30b73b08
SPython: неявное преобразование int в bool и bool в int (#3383)
* Implement bool to int and int to bool implicit conversion for SPython

* Change "and", "or" and "not" operations to be logical in SPython

* Add standard functions' overloads (all, any, sum)
2026-02-02 12:01:18 +03:00
Mikhalkovich Stanislav dad4bf4f4b Стандартный модуль DataFrameABC 1.0 2026-02-02 11:43:34 +03:00
Mikhalkovich Stanislav 69bed481db Поправил удаление exe файла после окончания программы - не всегда удалялось 2026-01-30 14:55:22 +03:00
Mikhalkovich Stanislav 85cda2b2f7 Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2026-01-29 21:38:59 +03:00
Mikhalkovich Stanislav 159a2e88e2 Пересобрал Help 2026-01-29 21:38: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
Mikhalkovich Stanislav 333201895f Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2026-01-27 22:15:23 +03:00
Mikhalkovich Stanislav 8100f61e00 RussianCities.txt 2026-01-27 22:09:12 +03:00
Sun Serega e8ed35095a
fix ArrFill in help (#3382) 2026-01-27 20:55:23 +03:00
Mikhalkovich Stanislav bb6cc43250 SPython стандартная библиотека добавил чуть 2026-01-22 13:23:35 +03:00
Mikhalkovich Stanislav 4760aa02d7 Везде в location убрал document - заменил его на непосредственно file_name 2026-01-17 23:26:40 +03:00
Александр Земляк fed0786795
Add basic support for first_assignment_defines_type in Intellisense (#3376) 2026-01-16 23:06:38 +03:00
Александр Земляк 42d7ca97a3
Рефакторинг визитора SPython и исправление global statetement (#3375)
* Delete nameTypes dictionary in SymbolTable

* Refactor SymbolTableFillingVisitor

* Disallow dotted idents in global statement
2026-01-16 21:51:17 +03:00
Александр Земляк cb09e2340f
Удаление supportedProjectFiles из Compiler и настройка использования SPython в проектах (#3374)
* Set up creating SPython projects

* Delete SupportedSourceFile class in Compiler

* Implement GetUnitTemplate function for SPython
2026-01-16 20:13:20 +03:00
Mikhalkovich Stanislav 834845213b Добавил TurtleABC в стандартные модули для Mono 2026-01-15 15:52:32 +03:00
Mikhalkovich Stanislav f5557fc8cf Улучшил RemiteCompiler - убрал утечки по совету DeepSeek 2026-01-15 10:07:23 +03:00
AlexanderZemlyak 9b3937cb03 Fix range with step function in SPythonSystem 2026-01-13 12:28:57 +03:00
Александр Земляк 51e4ae050a
Перемещение модулей SPython в Lib\SPython (#3371)
* Replace languageCaseSensitive by languageName data in PCU and caseSensitive parameters in Compiler functions

* Implement SearchDirectories filling in Compiler and move SPython standard modules to their new directory

* Implement search using current language extension first in Compiler

* Delete LibForVB folder and update TestRunner to support different Lib dirs

* Update installer scripts to create separate Lib folder for SPython

* Take into account Lib dirs not found

* Delete supportedSourceFiles variable in Compiler

* Delete unused functions from LanguageIntegrator
2026-01-13 08:20:13 +03:00
Александр Земляк d7a81d312c
Uncomment RebuildStandartModulesSPython.pas compilation in bat files (#3373) 2026-01-06 19:52:19 +03:00
Mikhalkovich Stanislav 9400fa52f8 Вернул RebuildPython 2026-01-06 19:10:48 +03:00
Mikhalkovich Stanislav 5b17f21114 В GenerateAllSetups убрал создание стандартных модулей SPython - это вызывало ошибку 2026-01-05 21:53:18 +03:00
Александр Земляк 72e40bf4e9
Add first_assignment_defines_type field to Tree.cs (#3370) 2026-01-04 15:05:57 +03:00
samuraiGH 43f02326f2
fix incorrect condition (#3369) 2026-01-03 21:06:42 +03:00
Александр Земляк 52c9e7182b
Добавление компиляции RebuildStandartModulesSPython.pas в bat файлы (#3368)
* Add RebuildStandartModules SPython.pas compilation in bat files

* Update gitignore in ReleaseGenerators
2026-01-03 20:54:32 +03:00
Mikhalkovich Stanislav 2d09016310 GenerateAllSetups восстановил 2026-01-03 01:04:53 +03:00
Mikhalkovich Stanislav 531c729e0f Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2026-01-02 21:03:01 +03:00
Александр Земляк c33ba11b15
Fix assign cloning in SPython visitor (#3367) 2026-01-02 19:16:52 +03:00
Mikhalkovich Stanislav 2ca853af30 WeifenLuo
WeifenLuoLinux

перенесены в Libraries
2026-01-02 13:31:59 +03:00
Mikhalkovich Stanislav 34f05622a7 Восстановил _NewAppIcons 2026-01-02 13:07:46 +03:00
Mikhalkovich Stanislav 210b15194a Перенос папки InteractiveDataDisplay в Utils 2026-01-02 12:58:59 +03:00