CLOG 2.3 - Dev Journal #364
Replies: 20 comments 3 replies
-
Better garbage collection of elements destroyed in DOM not using CLOG on Lisp side |
Beta Was this translation helpful? Give feedback.
-
Bulk DOM traversal list-all-children |
Beta Was this translation helpful? Give feedback.
-
Amazing. |
Beta Was this translation helpful? Give feedback.
-
Speed issues under WSL2 with Linux solved and a fix for WSL2 here - https://www.reddit.com/r/Common_Lisp/comments/1dojy40/wsl2_fix_insanely_fast_clog_builder_and_lisp_web/ .wslconfig
|
Beta Was this translation helpful? Give feedback.
-
REPL handles multiple results, better backtraces and print outs of results use ~S matching slime |
Beta Was this translation helpful? Give feedback.
-
Improvements in websocket connectivity to handle longer network connect time in WSL for ARM |
Beta Was this translation helpful? Give feedback.
-
grid control add to builder |
Beta Was this translation helpful? Give feedback.
-
You can now change static-route at run-time and change where static files are served from. |
Beta Was this translation helpful? Give feedback.
-
clog-connection:add-plugin-path - use alternate static-paths based on regex - this allows plugins and libraries to share your html directory with its own resources |
Beta Was this translation helpful? Give feedback.
-
CLOG-ACE and CLOG-TERMINAL updated to use add-plugin-path make sure to pull if using git |
Beta Was this translation helpful? Give feedback.
-
Added some pretty printing for html and .clog files and column size limits to help when needing to edit directly |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Now recursive regex grep |
Beta Was this translation helpful? Give feedback.
-
preview panel |
Beta Was this translation helpful? Give feedback.
-
Now you have two searches for symbols - Alt-. system browse (like before) and Alt-, regex browse (game changer!) |
Beta Was this translation helpful? Give feedback.
-
CLOG now supports non-quicklisp based development completely based off of ASDF. This allows for OCICL based systems see https://github.com/rabbibotton/clog/blob/main/OCICL.md |
Beta Was this translation helpful? Give feedback.
-
CLOG directions also for QLOT - https://github.com/rabbibotton/clog/blob/main/QLOT.md |
Beta Was this translation helpful? Give feedback.
-
QuickLisp project directories emulated when using OCICL. |
Beta Was this translation helpful? Give feedback.
-
Better code completion |
Beta Was this translation helpful? Give feedback.
-
fixed documentation for all packages along with the status bar function parameters |
Beta Was this translation helpful? Give feedback.
-
Goals:
Faster and more powerful GUI Builder and new Layout Controls for the CLOG Framework - packing boxes, split windows, etc
Beta Was this translation helpful? Give feedback.
All reactions