CLOG 2.1 - Dev Journal #337
Replies: 22 comments 2 replies
-
One click for windows repo added https://github.com/rabbibotton/clog-win64-ez |
Beta Was this translation helpful? Give feedback.
-
with-clog-debugger - any errors that with in will use a graphical debugger in clog-gui's |
Beta Was this translation helpful? Give feedback.
-
Clicking sys-browser file name that is now a button opens the file in source-editor and finds the location in the file. |
Beta Was this translation helpful? Give feedback.
-
clog-gui-initialize can now be set with use-clog-debugger so that all events use the clog-debugger |
Beta Was this translation helpful? Give feedback.
-
Application launched from builder will by default pop debug messages on the builder page that launched the app |
Beta Was this translation helpful? Give feedback.
-
There is now a console window and support for input to stdin as dialogs, so possible to use repl for console based apps etc |
Beta Was this translation helpful? Give feedback.
-
clog-builder-repl added to give access to a graphical window with in the builder |
Beta Was this translation helpful? Give feedback.
-
The standard dialogs now can be set to block and return values using :time-out |
Beta Was this translation helpful? Give feedback.
-
The server-file-dialog is resizable now |
Beta Was this translation helpful? Give feedback.
-
The source editor now uses clog-popup what that means is that tabs or popups (configurable to use) are now slaves of your builder, so now existing windows of source will be reused and be focus on even if in different windows in the browser. |
Beta Was this translation helpful? Give feedback.
-
Backtraces sent to console on errors |
Beta Was this translation helpful? Give feedback.
-
Support ANSI colors in terminal |
Beta Was this translation helpful? Give feedback.
-
New API for clog, clog:parent return the clog object that was used to create the current clog-obj and descendent of clog-element will have this set, others YMMV |
Beta Was this translation helpful? Give feedback.
-
emacs style tabs using ctrl-t (mac)/alt-t or can be configured to use the Tab key |
Beta Was this translation helpful? Give feedback.
-
made the emacs style tabs default now |
Beta Was this translation helpful? Give feedback.
-
Eval windows time out and close, the time is configurable for sel, form and file |
Beta Was this translation helpful? Give feedback.
-
Better ECL compatibility |
Beta Was this translation helpful? Give feedback.
-
Huge speedup for projects, projects now load "reasonably" well on windows |
Beta Was this translation helpful? Give feedback.
-
Added Options -> Start SWANK Server Once |
Beta Was this translation helpful? Give feedback.
-
Now Builder's main interface is the project tree. |
Beta Was this translation helpful? Give feedback.
-
clog-tool:open-file an alternative start for the builder and a command line script open-file for opening files Right click menus for the project tree |
Beta Was this translation helpful? Give feedback.
-
Replaced Dir View with Dir Tree that is similar to the project tree |
Beta Was this translation helpful? Give feedback.
-
Goals -
Beta Was this translation helpful? Give feedback.
All reactions