1604 Commits

Author SHA1 Message Date
nightwing
2af604808f update find in selection range when clicking on checkbox 2017-03-27 13:42:13 +04:00
Kareem Zidane
04ec579d30 makes dialog's esc handler handle esc only 2017-03-18 13:02:11 +00:00
nightwing
7c043d28c8 make commands panel more readable 2017-03-16 19:32:49 +04:00
nightwing
4802a51a01 fix menu not opening when navigate is open 2017-03-16 19:19:04 +04:00
nightwing
cabbe09c9f fix rename from save file dialog 2017-03-16 00:08:11 +04:00
nightwing
4f4a65eba8 middle click to open preview in new tab 2017-03-16 00:08:10 +04:00
nightwing
310eed6bf2 fix clear button for dark textbox 2017-03-16 00:08:10 +04:00
nightwing
fa2d0286d4 cleanup 2017-03-12 16:21:56 +04:00
nightwing
b483096ad4 remove console.log 2017-03-10 16:35:49 +04:00
nightwing
1a26a0cc4c fix eslint link 2017-03-10 16:29:32 +04:00
nightwing
2efb2a7de0 do not start watcher on grandchildren 2017-03-10 16:29:31 +04:00
nightwing
ad9413cbbb add example of a custom vfs implementation 2017-03-10 15:47:14 +04:00
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