CLOG 1.9 - Dev journal #323
Replies: 15 comments 1 reply
-
Added on-pointer-cancel and used on CLOG-GUI to cover touch cancels that would leave the windows in limbo drag states for sizing etc. |
Beta Was this translation helpful? Give feedback.
-
Better handling of maximizing windows and reorientation of browser in CLOG-GUI |
Beta Was this translation helpful? Give feedback.
-
Handle changes in menu bar height and insure all windows in bounds in CLOG-GUI - this is to facilitate better CLOG-GUI support on mobile as well |
Beta Was this translation helpful? Give feedback.
-
Created js-to-integer and js-to-float to better handle parsing return values from CLOG |
Beta Was this translation helpful? Give feedback.
-
Retry reconnection to CLOG server on failures, machine sleeps, network interruptions, etc. |
Beta Was this translation helpful? Give feedback.
-
Patch to fast-websockets dropping connections on large files affecting the builder see Issue #326 |
Beta Was this translation helpful? Give feedback.
-
Error handling for files in builder added |
Beta Was this translation helpful? Give feedback.
-
Editor is more lisp and emacs key binding friendly and configurable in clog/tools/clog-builder-settings.lisp |
Beta Was this translation helpful? Give feedback.
-
open-window now returns a clog-window object that can be used for control over new browser window (with in browser policy) |
Beta Was this translation helpful? Give feedback.
-
Ability to open source editor in new browser tab |
Beta Was this translation helpful? Give feedback.
-
Capability to open files and panels in new browser windows. |
Beta Was this translation helpful? Give feedback.
-
You can now place a file preferences.lisp in the clog/tool directory that will let you set various preferences for the builder. See also clog-builder-settings.lisp and preferences.lisp.sample |
Beta Was this translation helpful? Give feedback.
-
New feature - clog popup - open-clog-popup - opens a new browser window and return you a new clog-body object to it so that you have complete control of the new window. |
Beta Was this translation helpful? Give feedback.
-
Added JavaScript event editing on panels. Just chose the Tools->Control JavaScript Events and a window will show that lets you add and edit (with full colorization, auto complete, code folding, error parsing, etc) client side JavaScript events. |
Beta Was this translation helpful? Give feedback.
-
You can now program client side events using ParenScript as well Tools->Control ParenScript Events |
Beta Was this translation helpful? Give feedback.
-
In this thread will cover changes as we work to 1.9 of CLOG
Beta Was this translation helpful? Give feedback.
All reactions