Commit Graph

228 Commits

Author SHA1 Message Date
lxsang
de5878c349 Add features:
- Improvement application list in market place
- Allow triplet keyboard shortcut in GUI
- CodePad allows setting shortcut in CommandPalette commands
- CodePad should have recent menu entry that remember top n file opened
- Improve File application grid view
- Label text should be selectable
2021-06-13 12:07:51 +02:00
lxsang
94a0c097a8 Add minor features:
- File dialog should remember last opened folder
- Add dynamic key-value dialog that work on any object
- Window list panel should show window title in tooltip when mouse hovering on application icon
- Improvement application list in market place
2021-06-13 12:07:51 +02:00
lxsang
f70686d9ca codepad extension is now stored on user home 2020-12-21 18:22:34 +01:00
lxsang
9fe744fde7 Improvement antos API + bugs fixed 2020-12-21 15:55:02 +01:00
lxsang
235a9334d6 fix codepad extension API bugs 2020-12-20 19:38:34 +01:00
lxsang
7d3ff0f206 add comments to new code 2020-12-20 17:51:51 +01:00
lxsang
05cea66870 Improvement + bug fix
- Some minor bug fix
- Major change: allow split view in CodePad, make CodePad API portable so that it is easy to use another editor
other than ACE in the futures (such as monaco editor)
2020-12-20 16:45:51 +01:00
lxsang
6ee3861be6 remove simpleMDE from base library 2020-12-18 21:51:12 +01:00
lxsang
566592dc8e Improvement + fix bug:
- improve Tag API
- Improve CodePad UI + Extension API
- Add package dependencies to Market Place
2020-12-18 19:51:19 +01:00
lxsang
6c935e88ee Improve some tags + add features to codepad
- Improve Resizer + TabContainer tag
- Add bottom bar to the CodePad editor
2020-12-16 00:57:29 +01:00
lxsang
b1649016f4 add PackageFileHandle + support for library definition + minor fix 2020-08-04 19:51:32 +02:00
lxsang
64207df15e Enhance CodePad 2020-06-26 15:03:22 +02:00
lxsang
352a1c8c17 Enhance File 2020-06-24 19:58:15 +02:00
lxsang
9281cfb8db fix some travis bug 2020-06-22 12:27:02 +02:00
lxsang
a2acafa3d0 v1.0.0a ready 2020-06-22 11:28:44 +02:00
lxsang
6365081f56 add some JSDoc to the code 2020-06-10 11:15:01 +02:00
lxsang
edbffeb2b8 Enhance core API
- Add trim function to core API
- Minor bug fix
2020-06-06 18:41:43 +02:00
lxsang
598c11b2c3 fix codepad close error when file is not saved 2020-06-06 00:33:21 +02:00
Xuan Sang LE
473d9c6575 fix safari compatibility 2020-06-05 23:42:15 +02:00
Xuan Sang LE
f84da77825 enhance the core API and default application 2020-06-05 17:46:04 +02:00
Xuan Sang LE
fb462fe31b add more type, all defaults apps are now in typescript 2020-06-04 17:49:48 +02:00
Xuan Sang LE
6e95994892 add more test, convert CodePad to type scipt 2020-06-03 23:43:08 +02:00
Xuan Sang LE
1c32f2010c Switch from coffee script to typescrit
- Better tooling support
- Stronger type checking
- Unit test with jest
- JSDocc support
2020-05-29 22:22:00 +02:00
Xuan Sang LE
759cd1fc6f switch to es6 from coffeescript 2020-05-24 13:17:59 +02:00
Xuan Sang LE
0c93ff7c9c Enhance dialog api 2020-05-23 20:07:32 +02:00
Xuan Sang LE
9f184fc19b Some major changes:
- Enhance the error report system
- The SDK now allows to create sub-directory when building and releasing
2020-05-22 18:31:06 +02:00
Xuan Sang LE
0b27af3e9d fix Files bug 2020-05-21 22:16:24 +02:00
Xuan Sang LE
5c08a189cc minor fix bug 2020-05-21 21:54:43 +02:00
Xuan Sang LE
b9ad064928 disable cache when downloading packagds 2020-05-21 15:18:49 +02:00
Xuan Sang LE
f1c4201270 fix system loading handle 2020-05-21 14:49:55 +02:00
Xuan Sang LE
52ac96c18a add wait cursor when system is loading 2020-05-21 13:10:35 +02:00
Xuan Sang LE
a3960766d1 fix repository loading 2020-05-20 23:47:31 +02:00
Xuan Sang LE
9008396ac9 core services renamed to syslog 2020-05-20 23:11:58 +02:00
Xuan Sang LE
33eab1d30a support drag and drop in file 2020-05-19 23:29:31 +02:00
Xuan Sang LE
53df50f196 add draggable treeview 2020-05-19 20:00:56 +02:00
Xuan Sang LE
ff6f480f08 add market place 2020-05-19 01:03:49 +02:00
Xuan Sang LE
d1e8fd91dc support locale at application level using package.json 2020-05-18 19:41:11 +02:00
Xuan Sang LE
d1496c6530 move non basic app to another repository 2020-05-18 19:04:44 +02:00
Xuan Sang LE
40b06f8f1a add darkmode themes, clean up 2020-05-18 18:53:59 +02:00
Xuan Sang LE
c94cb0963d add extension maker 2020-05-17 23:58:21 +02:00
Xuan Sang LE
a29a449eaf minor fix 2020-05-17 17:08:10 +02:00
Xuan Sang LE
fa22fc5413 use fat arrow for this reference 2020-05-17 17:05:12 +02:00
Xuan Sang LE
95cfddb389 add extension to codepad 2020-05-17 01:40:18 +02:00
lxsang
e20ee262fc finish CodePad 2020-05-15 20:55:13 +02:00
lxsang
74534e976c functional command palette 2020-05-14 23:08:57 +02:00
lxsang
d2de593974 set ace as defaut editor 2020-05-14 01:03:44 +02:00
lxsang
e1591087d5 adapt more apps 2020-05-13 19:03:39 +02:00
lxsang
04e5a4d50c adapt apps 2020-05-12 21:08:39 +02:00
lxsang
c53fd8bd88 refactory code 2020-05-11 19:52:31 +02:00
lxsang
f5e5d8501b adapt the system with the new api 2020-05-10 21:39:42 +02:00