36 Commits

Author SHA1 Message Date
nightwing
d8917f33fd fix small regressions caused by ace update 2018-06-28 00:31:24 +04:00
nightwing
2e524ab8ba fix author layer getting lost when moving tab between panes 2018-04-19 12:06:47 +04:00
nightwing
74023713c7 update collab plugin to work with new ace 2018-04-17 16:58:43 +04:00
nightwing
ba35d11ac3 add jett theme to the core 2018-02-25 20:46:27 +04:00
Harutyun Amirjanyan
4d3b49cdf5 Merge pull request +15933 from c9/ide-remove-static-prefix
remove unused staticPrefix from configs
2018-02-06 14:18:13 +04:00
nightwing
58b6fa3d98 fix chatbox style 2018-01-28 16:26:26 +04:00
nightwing
febb014b9a remove unused staticPrefix from configs 2018-01-09 01:00:44 +04:00
nightwing
daee8870f4 remove remaining uses of .font-smoothing function 2018-01-08 16:20:35 +04:00
nightwing
73c5ea2921 better approach for handling retina icons 2018-01-04 00:22:59 +04:00
nightwing
bb0d5a74e0 remove .font-smoothing less function 2018-01-03 19:35:30 +04:00
nightwing
c17ee02bab remove .user-select less function in favor of automatic expansion 2018-01-03 19:35:30 +04:00
nightwing
64d8f259dc cleanup tests 2017-12-14 02:50:08 +04:00
Harutyun Amirjanyan
1155169740 Merge pull request +15872 from c9/cleanup-css
Cleanup css
2017-12-07 15:10:29 +04:00
nightwing
dfa654812e use user-select mixin everywhere 2017-12-03 20:24:41 +04:00
nightwing
351682fd47 remove more unused css prefixes 2017-12-03 20:24:41 +04:00
nightwing
8e4aa59f7a remove unused lessHat mixins 2017-12-03 20:24:41 +04:00
nightwing
22e4f9ae03 remove unnecessary html.mocked calls 2017-11-24 16:11:21 +04:00
nightwing
d873f0da7f fix "reset to default settings" button 2017-11-12 22:38:01 +04:00
nightwing
98dc2b4787 update to new css gradient syntax 2017-10-26 21:46:06 +04:00
nightwing
6a5cc4c6c8 restore apf.img since it was used in a test 2017-07-02 21:02:34 +04:00
nightwing
7ee0dbdbe4 remove last uses of innerHTML from apf 2017-07-01 22:44:15 +04:00
nightwing
3edf66c0d1 add ui.buildDom method 2017-06-30 00:25:47 +04:00
nightwing
8c26c4e16b remove unnecessary uses of innerHTML 2017-06-30 00:25:46 +04:00
nightwing
9544cf40d5 add protractor based coreflow test for the ide 2017-05-25 00:05:02 +04:00
Max Schaefer
59f506844f Fix a few superfluous (and hence ignored) arguments. 2017-05-23 08:46:54 +08:00
Max Schaefer
f721e110fe Fix two spurious self-comparisons. 2017-05-23 08:32:20 +08:00
nightwing
6103223b2c fix regression in collab server 2017-05-12 23:59:04 +04:00
Harutyun Amirjanyan
4a44154fc6 Merge pull request +15232 from c9/ide-plugins
Cleanup plugin manager
2017-05-05 16:07:31 +04:00
nightwing
2795ef0379 update document contents even if postprocess command returns error
needed for standardjs which changes file on disk and return error if there are unfixed issues
2017-05-04 13:33:15 +04:00
nightwing
82a2d8a260 polish 2017-05-02 22:58:35 +04:00
nightwing
2eb1a76a93 do not use two char message marker, since it can be splitted 2017-04-06 23:14:34 +00:00
Harutyun Amirjanyan
a996d2a4d2 Merge pull request +15287 from c9/ide-vfs-collab-log
reduce collab logging
2017-02-24 03:14:55 +04:00
Tim Robinson
8b145e3c78 Add default home if user has unset $HOME env var
VFS Was constantly crashing for one user because they didn't have $HOME set in their workspace. The VFS error is:

```
2017-02-22T15:27:19Z { message: 'Scheduling process exit\nVFS Exception in function \'connect\':\n TypeError: Path must be a string. Received undefined\n    at assertPath (path.js:8:11)\n    at Object.posix.resolve (path.js:426:5)\n    at getProjectWD (eval at t ([eval]:1:364), <anonymous>:83:17)\n    at initSocket (eval at t ([eval]:1:364), <anonymous>:2925:21)\n    at Object.connect (eval at t ([eval]:1:364), <anonymous>:3126:9)\n    at Domain.eval (eval at t ([eval]:1:364), <anonymous>:4964:30)\n    at Domain.run (domain.js:228:14)\n    at Object.api.(anonymous function) [as connect] (eval at t ([eval]:1:364), <anonymous>:4963:23)\n    at Worker.call (eval at t ([eval]:1:364), <anonymous>:7909:21)\n    at Worker.Agent._onMessage (eval at t ([eval]:1:364), <anonymous>:3879:8)\nScheduling process exit\n',
  pid: 4382802 }
2017-02-22T15:27:19Z VFS stderr [4382802]: VFS Exception in function 'connect':
 TypeError: Path must be a string. Received undefined
    at assertPath (path.js:8:11)
    at Object.posix.resolve (path.js:426:5)
    at getProjectWD (eval at t ([eval]:1:364), <anonymous>:83:17)
    at initSocket (eval at t ([eval]:1:364), <anonymous>:2925:21)
    at Object.connect (eval at t ([eval]:1:364), <anonymous>:3126:9)
    at Domain.eval (eval at t ([eval]:1:364), <anonymous>:4964:30)
    at Domain.run (domain.js:228:14)
    at Object.api.(anonymous function) [as connect] (eval at t ([eval]:1:364), <anonymous>:4963:23)
    at Worker.call (eval at t ([eval]:1:364), <anonymous>:7909:21)
    at Worker.Agent._onMessage (eval at t ([eval]:1:364), <anonymous>:3879:8)
```

This fixes this bug so collab no longer crashes.
2017-02-23 11:50:15 -08:00
nightwing
65476ca6b7 reduce collab logging 2017-02-21 23:03:35 +00:00
Harutyun Amirjanyan
9d9bfce0b9 Merge pull request +15198 from c9/ide-configs
Move ide configs into subfolder
2017-02-10 00:04:00 +04:00
nightwing
30a497b8f6 include all plugins in c9/core 2017-02-06 12:40:24 +00:00