1618 Commits

Author SHA1 Message Date
Harutyun Amirjanyan
b7a47467a7 Merge pull request +15358 from c9/codeintel
Update OSX codeintel instructions
2017-04-13 16:55:29 +04:00
Lennart C. L. Kats
d2787d93c8 Fix numbering 2017-04-10 14:41:49 +02:00
Lennart C. L. Kats
8442801470 Add virtualenv step 2017-04-10 14:41:26 +02:00
nightwing
fd518a3e14 Merge remote-tracking branch 'origin/pull/c9.ide.language.python/4' 2017-04-07 20:05:33 +00:00
Lennart C. L. Kats
fff1622141 Update OSX codeintel instructions 2017-04-07 11:24:06 +02: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
11ab9610b9 Merge pull request +15340 from c9/process-list
backport preview changes from v4
2017-04-05 22:28:22 +04:00
nightwing
92e979b376 add missing import apf 2017-04-05 08:14:51 +00:00
nightwing
ff22dc1294 add lsof view to the process list 2017-04-04 11:55:39 +00:00
nightwing
06c0a50d83 remove old code and add support for loading plugins from cdn 2017-04-03 01:01:02 +04:00
nightwing
10003c5995 ctrl-z in searchresults should go to results of the previous search 2017-03-28 22:05:13 +00:00
nightwing
ab69b6db50 do not open console if find results tab is not there 2017-03-28 21:54:11 +00:00
nightwing
16e943d78a fix files getting opener icon occasionally 2017-03-27 23:22:16 +04:00
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
jlugjb
bdda3f6fa7 speed up,only "function" need "params"
when type is "module" or "class", then throw error , is very slowly
2017-03-17 14:25:49 +08: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