1592 Commits

Author SHA1 Message Date
nightwing
73d46031f9 fix window settings support 2017-03-05 23:40:45 +04:00
nightwing
43b87cbe15 fix typo 2017-02-27 15:46:24 +00:00
nightwing
e0a426f5d7 fix download test 2017-02-27 13:37:29 +00:00
Harutyun Amirjanyan
b016f2c3d6 Merge pull request +15285 from c9/ide-multi-window
allow configuring setting file names from url
2017-02-25 17:26:59 +04:00
Harutyun Amirjanyan
5ac9f4c8dd Merge pull request +15222 from c9/ide-revert
Fix tab tooltip
2017-02-24 15:40:01 +04:00
nightwing
d39a8ac3c8 fix tab tooltip issues 2017-02-24 15:07:58 +04: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
3113210322 Merge pull request +15282 from c9/ide-fix-various
Ide fix various
2017-02-20 13:08:39 +04:00
nightwing
fd2334b14b allow configuring setting file names from url 2017-02-20 08:17:25 +00:00
nightwing
51a9f0d192 add Alt-` as an alternative to Ctrl-Tab on windows 2017-02-19 16:00:58 +04:00
nightwing
0841961fc7 handle misformed tabstate 2017-02-19 15:52:14 +04:00
nightwing
0a495532a6 fix regression with revealtab 2017-02-18 17:26:21 +04:00
nightwing
494bbb0fb6 fix completer popping up unexpectedly 2017-02-17 12:35:52 +04:00
Harutyun Amirjanyan
43e54fef32 Merge pull request +15280 from c9/fix-makestatic
fix workflow build
2017-02-17 12:32:31 +04:00
nightwing
d607cf5f5d fix workflow build 2017-02-17 07:07:06 +00:00
nightwing
ddd363ce38 fix test runner in the sdk 2017-02-16 16:53:58 +00:00
nightwing
31ab6ca2ac fix dialog keyhandler regression 2017-02-13 22:19:52 +04:00
nightwing
5f33015009 fix +14663 Environment variables popup scrollbar is hidden 2017-02-13 20:32:13 +04:00
nightwing
e8da10c048 fix console focus issue 2017-02-12 23:48:25 +04:00
nightwing
8ad9070563 fix another regression from ide-configs pr 2017-02-09 23:19:47 +00:00
nightwing
41be5bb8be handle duplicate config names in makestatic 2017-02-09 21:54:02 +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
c30f5f3bb2 fix download_test 2017-02-07 18:41:27 +00:00
nightwing
b3f2219fab better name for extensions folder 2017-02-06 19:48:18 +00:00
Harutyun Amirjanyan
9aa39d0946 Merge pull request +15199 from c9/ide-saveable-tab-layouts
Saveable tab layouts
2017-02-06 21:46:50 +04:00
Harutyun Amirjanyan
718e42e9fa Merge pull request +15240 from c9/pull/core/389
Fix a use of `arguments.callee` in strict-mode code.
2017-02-06 21:45:48 +04:00
Harutyun Amirjanyan
48c088e19c Merge pull request +15248 from c9/ide-fix-various
fix syntax highlighting issue
2017-02-06 21:44:19 +04:00
nightwing
30a497b8f6 include all plugins in c9/core 2017-02-06 12:40:24 +00:00
nightwing
0e6c7b6642 rename integrations directory to extensions 2017-02-06 11:48:59 +00:00
nightwing
eb3a574f96 move ide configs into subfolder 2017-02-03 23:43:47 +04:00
nightwing
9072cb90c8 add static ide page 2017-02-03 23:43:46 +04:00
nightwing
4be6aa745c make uses of staticPrefix more consistent 2017-02-03 23:43:46 +04:00
nightwing
17285952c0 remove dialog dependence on commands service 2017-02-03 22:00:39 +04:00
nightwing
a0bf81ed8f tweak automatic selection of mode 2017-02-02 12:34:11 +04:00
nightwing
9879e5ce51 fix wrong tab getting focus when console is hiding 2017-02-02 12:22:48 +04:00
nightwing
70ee2af89e fix about dialog missing in standalone 2017-02-02 12:19:21 +04:00
Lennart kats
6afb171808 Apply .eslintrc rules 2017-01-30 11:32:54 +00:00
Lennart Kats
25a3480224 Remove unused script 2017-01-30 10:43:12 +00:00
Tim Robinson
3153599a15 Don't sort vfs servers by version 2017-01-26 00:34:44 +00:00
Max Schaefer
86498d561b Fix a use of arguments.callee in strict-mode code. 2017-01-23 13:06:46 +00:00
Lennart C. L. Kats
4c67b60e21 Merge pull request +15206 from c9/ide-minor
Minor fix/tweaks for the IDE
2017-01-23 10:30:15 +01:00
Lennart Kats
c24ddd334c Tweak dialog buttons 2017-01-17 13:19:59 +00:00
Lennart Kats
5667bca5df Fix menu item title that's often wrong 2017-01-17 13:19:40 +00:00
Dan Armendariz
d5d76fc0e7 Ensure restore page also displays logo 2017-01-17 11:14:16 +00:00
Dan Armendariz
c275db6e65 Resize C9 logo and scrunch margins when loading screen is smaller than 600px 2017-01-16 15:03:18 +00:00
Harutyun Amirjanyan
26ffb8e6aa Merge pull request +15197 from c9/ide-apf
remove unused code from apf
2017-01-16 15:33:13 +04:00
nightwing
4429730ae0 fix reavealTab for hidden files 2017-01-14 00:32:09 +04:00
nightwing
fd5e2362e0 remove more unused code from apf 2017-01-12 14:59:35 +04:00