CLOG 1.4 - Dev Journal #149
Replies: 20 comments 5 replies
-
Now moving and resizing dynamically resizes controls not just a bounding box |
Beta Was this translation helpful? Give feedback.
-
No longer has excessive repolling of properties resulting in incredible speed difference for using the buidler |
Beta Was this translation helpful? Give feedback.
-
support on-load property for control-records for reattaching custom code after page load and support for composite controls |
Beta Was this translation helpful? Give feedback.
-
New feature that is really cool :) - if permissions granted to clog builder then will use the system clip board. This means you can copy items to the clip board, paste in a text editor and modify the HTML and paste back. You can also just select html and from any place and paste it in to the builder - make sure it is wrapped in a div ideally. |
Beta Was this translation helpful? Give feedback.
-
Icon bar :) |
Beta Was this translation helpful? Give feedback.
-
More work towards new look and feel. The right panel can be shut and open clicking on black bar. |
Beta Was this translation helpful? Give feedback.
-
Little more work on style :) |
Beta Was this translation helpful? Give feedback.
-
You can now use keyboard arrows to move around controls, shift-and arrows to resize |
Beta Was this translation helpful? Give feedback.
-
added shift+mouse click to make target control a child of current control |
Beta Was this translation helpful? Give feedback.
-
you can now drop directly on other controls, if hit shift become children |
Beta Was this translation helpful? Give feedback.
-
Added to all common elements and form elements a :style option for hand coding ease. |
Beta Was this translation helpful? Give feedback.
-
Rendered builder code will now keep the data-clog-name attribute. This way when needed you can use the control names set in the builder with JavaScript and other code since the html id changes and can not be used: (js-execute target "$('[data-clog-name='button-1']').css('color','red')") |
Beta Was this translation helpful? Give feedback.
-
Undo and Redo implemented |
Beta Was this translation helpful? Give feedback.
-
New tool : image-to-data in the tools menu Convert an image to embedded data that can be place directly in your Lisp source or html files or even pasted in to a CLOG Builder property such as src-url on an img. This removes need to distribute an image file. |
Beta Was this translation helpful? Give feedback.
-
tool tips on menu bars |
Beta Was this translation helpful? Give feedback.
-
alignment boxes |
Beta Was this translation helpful? Give feedback.
-
clog-gui's server-file-dialog works properly now when initial-path has a filename and set builder to use decent defaults |
Beta Was this translation helpful? Give feedback.
-
Size adjustable palette vs control list panes |
Beta Was this translation helpful? Give feedback.
-
copy/cut history window, any copy or cut made in builder saved to a buffer of entire session and accessible in the copy history window. |
Beta Was this translation helpful? Give feedback.
-
added quick start window to the help |
Beta Was this translation helpful? Give feedback.
-
The main goal of CLOG 1.4 is to improve the builders ability to layout controls, improve interface and overall speed.
Beta Was this translation helpful? Give feedback.
All reactions