New version 1.8.4 is available!
OL Code
1
Posts
1
Posters
45
Views
-
Program naming improvements
- Saving a new program now automatically replaces the placeholder “program xxxx” with the actual filename for better consistency and clarity.
COBOL client generation enhancements
- When generating a COBOL client to a dataset, the editor now loads the OLAPICPY server copybook into the dialog.
- You can modify the copybook before generation, allowing full customization.
Smart compile settings: REV-API and DB2
- If the code contains OLREVAPI, the compiler now auto-switches to the REV-API compile profile.
- If the code contains EXEC SQL, the compiler now auto-switches to DB2 compile settings.
- If DB2 templates don’t exist yet, they are auto-created.
Module configuration moved to Admin
- Module configuration is now centralized in Admin.
- Hub module selection is now done via dropdown, improving accuracy and preventing typos.
Intelligent test asset module assignment
- Test Assets now inherit their module automatically based on the module configured in Admin.
One-click “Test” improvements
- Clicking Test in the editor now:
- Creates a Test Asset automatically if it doesn’t exist
- Loads the default Test JSON template immediately
Search now filters the tree
- The search bar now performs real tree filtering, hiding irrelevant nodes and showing only matches.
Correct file download extensions
- Downloaded files now use the correct extension derived from the last library segment they belong to.
Tabs UX upgrade
- Tabs now support:
- Close All
- Close Others
- Close to the Right
- Drag to Reorder
- Visual styling was also improved for clarity and usability.
Variable linking (jump-to-declaration)
- Inside a file, you can now Ctrl+Click a variable to jump directly to its declaration.
- Navigation is instant and works for internal variables.
Personal Hub + API key override
- Editor settings now support entering a Personal Hub URL + API Key (stored in
localStorage). - This completely overrides the Admin-defined key and is used during testing.
- Ideal for developers working across multiple hubs.