New Update: Jellycuts v2.6.2 – Language Power & IDE Stability
We have just shipped a major update to Jellycuts that brings a massive milestone to both the language engine and the IDE. This release focuses on making the environment more reliable for heavy projects while giving the language more flexibility for complex expressions.
Here is what’s new in v2.6.2 (Build 46):
A Smarter Language Engine
The core of Jellycuts now understands your code with much more depth. We have significantly overhauled how expressions are resolved:
- Real Expression Resolution: Variable assignments and return statements can now resolve real expressions on the right-hand side, including list literals, function calls, binary math, and index lookups.
- Typed Parameters: Functions with types like
func test(value: str)now bind the parameter name correctly. - Cleaner Syntax: We have cut down on false deprecation warnings and compacted auto-generated magic variables from the long format to a cleaner GMV-* style.
The IDE Your Large Projects Deserve
Working on long files or projects heavy with Base64 data is no longer a performance hurdle:
- Stable Editor: Wrap Text is now rock-solid. It remembers your preferences and, most importantly, it no longer plays hide and seek with your caret.
- Pro Diagnostics: The console output has been cleaned up with clearer markers and variable emphasis. Plus, you can now Tap to jump directly from a diagnostic report to the source of the error.
- Fluid Highlighting: We tuned the highlighting cadence for large documents to ensure better responsiveness, meaning less waiting and more coding.
Documentation: The Source of Truth
We have completely overhauled the workflow for docs.jellycuts.com. It is now our absolute source of truth.
Our publishing system now syncs directly from the source before generating, ensuring no more documentation drift or broken legacy paths. We have also added brand new milestone documentation for Variables, Functions, Macros, and Magic Variables.
What is Next
We are already working on even more improvements to make Jellycuts the best possible tool for your workflow. Your feedback is incredibly important to us as it helps us prioritize what matters most to the community. If you have any suggestions or encounter any issues, please do not hesitate to reach out.
Ready to build? Version 2.6.2 is live now, fully synced with the latest Jellycore and Firefly builds. Update today and experience a faster, more reliable way to create.