ec28b219f3plugin: another attempt to fix spell checkersergeych2026-01-14 14:28:50 +03:00
6fa57c8197plugin: run command. Lyng string "hello"*repeatCount operator. Plugin spell check is still not working properlysergeych2026-01-14 13:34:08 +03:00
2d2a74656cplugin: remove flaky spell checking for 2024.*sergeych2026-01-13 07:10:03 +01:00
017111827danother attempt to fix plugin spellcheckersergeych2026-01-12 16:05:46 +01:00
d2632cb99eplugin improvements; attempt to make AI life easier (incomplete and weak)sergeych2026-01-12 15:39:30 +01:00
474293cfe3plugin deployment script, upload distributabkes mode for site deploy scriptsergeych2026-01-12 12:25:12 +01:00
9924d02cb4plugin docstring parsing now respect @param, @retunm, @throws and general support for such tags introducedsergeych2026-01-12 11:55:39 +01:00
1efa96a990improved type inference in pluginsergeych2026-01-12 08:19:52 +01:00
f6deabaa38Enable SCOPE_POOL globally across all platforms and refactor pooling logic to enhance robustness, efficiency, and cleanup mechanisms. Update documentation to reflect changes.sergeych2026-01-12 06:16:22 +01:00
8f04b25fcbRefactor scope pooling logic for robustness and efficiency, optimize argument assignment, and enhance benchmarks with pool-specific scenarios.sergeych2026-01-11 02:50:08 +01:00
6b957ae6a3Refactored ObjRef evaluation logic for enhanced performance and consistency across unary, binary, and field operations. Added evalValue overrides for more streamlined value resolution.sergeych2026-01-11 01:42:47 +01:00
827df9c8cdFix argument priority handling in ObjInstance resolution logic and add corresponding testssergeych2026-01-10 20:25:06 +01:00
7ab439d949Updated documentation to clarify property syntax, closure resolution rules, and override usagesergeych2026-01-10 18:08:07 +01:00
91e6ae29cefixed mist edge cases with new language logicsergeych2026-01-10 14:49:54 +01:00
b9831a422a1.2.0-SNAPSHOT started bug core refactor to support all new future and more strict rules (namely, fundamental difference between properties, functions and delegates)sergeych2026-01-10 02:57:05 +01:00
10b7cb2db2improved error reporting for mismatched serialized vars in ObjInstancesergeych2026-01-08 21:10:37 +01:00
aad7c9619bfixed bug with reformatting code sequences in markdown + lyngsergeych2026-01-04 04:12:15 +01:00
9e138367efplugin fixes: incorrect reformatting on }, incorrect parsing of class minidocssergeych2026-01-04 11:58:55 +01:00
1d9befe101fixed fromatter, plugin, site, libs for new language features
1.1.0-rc
sergeych2026-01-04 01:25:16 +01:00
abb262d9cfImprove property accessor indentation handling, add tests, and enhance nested control flow formatting. Fix enum and property keyword highlighting.sergeych2026-01-04 00:09:47 +01:00
eca451b5a3Implement restricted setter visibility (private set / protected set) for class fields and properties.sergeych2026-01-03 23:00:47 +01:00
54af50d6d6Implement support for late-initialized val fields in classes. Added ObjUnset, UnsetException, compile-time initialization checks, and write-once enforcement for val fields.sergeych2026-01-03 22:05:29 +01:00
ce0fc3650d"cache" bug found and fixed, causing some improvemts in lambda processing.sergeych2026-01-03 21:04:30 +01:00
ce021e85f4compiler bug with that can cause compilation infinite loop; object is always comparable to self instance or nullsergeych2026-01-03 19:20:40 +01:00
fac58675d5plugin: autocomplete for enums and members, better support for local symbols; fixed bug in space normalizationsergeych2026-01-02 16:03:57 +01:00
22f6c149dbbetter formatting for multi-line commentssergeych2026-01-02 11:20:52 +01:00
6d8b60fcfamore docs on embedding fieldssergeych2026-01-02 10:41:16 +01:00
54ecffc803improved docs and tools for embedding kotlin classes with propertiessergeych2026-01-02 10:34:50 +01:00
0731d63adfImprove error message for ObjList concatenation and set version to 1.1.0-SNAPSHOT.sergeych2025-12-30 02:52:53 +01:00
cd2b1a9cb7Extensions methods and properties now are correctly isolated, respect visibility rules and allow adding class properties and class vals.sergeych2025-12-24 00:29:10 +01:00
3b6504d3b1Add flatten, flatMap, and filterNotNull functions with corresponding testssergeych2025-12-23 18:06:28 +01:00