Releases: DeMaCS-UNICAL/LoIDE
Releases · DeMaCS-UNICAL/LoIDE
Version 2.4.1
Fixed
- Fix the syntax highlighting of ASP terms
Version 2.4.0
Added
- New buttons on the tollbar:
- Search/Replace button
- Copy button
- Cut button
- Paste button: supported only on the browser that supports the Clipboard API es. Chrome
- Added back the Download This Tab button, that download on txt file the content of the current tab opened
Changed
- Changed icons on undo and redo button on the toolbar
- Improved Toast/Notification
Version 2.3.0
Added
- New Share button on navbar: now it generates an URL that contains all the projects with all the logic programs on the tabs with their name, the language and the solver used and all the solver options added from the user
- Now it's possible to open multiple files. LoIDE will open the contents on more tabs
- New tooltips on the toolbar buttons
Changed
- Changed buttons names and icons on the navbar
- General improvements
- Removed the only output download functionality from the save popover. It will be reimplemented in the next releases.
- Removed the share button from the toolbar. The URL generator now it's moved on the share button on the navbar and the download of the current logic program will be reimplemented in the next releases
- Fix some UI style elements
Version 2.2.1
Fixed
- Added missing
value
attribute for Free choice options.
Version 2.2.0
Added
- New combobox to select the executor to be used during program execution
Version 2.1.0
Changed
- All the options (languages, solvers and options) are now loaded dynamically by the server from configured services in
services.json
file.
Version 2.0.2
Fixed
- Fixed bug that did not allow the user to open the sharing popover when the URL encoder gave an error
Version 2.0.1
Fixed
- Critical bug: app send wrong parameter name to the executor
Version 2.0.0
Added
services.json
file describing all supported "services" (languages, solvers, executors and their options). This file used by the app to load the executor's URL.
Changed
properties
file replaced byapp-config.json
Version 1.11.0
Added
- Now the tabs names will be saved with the project when it will be downloaded
- Focus on editor of a tab when it is selected from the tab's nav-bar
- Added canonical link
Changed
- New solver options section UI
- Improved the editor options UI
- Some icons on buttons
- Improved the share link method
Fixed
- Bug that the shortcut to download the project didn't work
- Some bugs and UI improvements