Shell
A shell is a text-based terminal, used for manipulating programs and files. Shell scripts typically manage program execution.
Here are 154 public repositories matching this topic...
With 2019.2 EAP
java.lang.Throwable: Synchronous execution under ReadAction: /usr/bin/info -w ifnames
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:145)
at com.intellij.execution.process.OSProcessHandler.checkEdtAndReadAction(OSProcessHandler.java:117)
at com.intellij.execution.process.OSProcessHandler.waitFor(OSProcessHandler.java:62)
at com.intellij.execution.process.
-
Updated
May 19, 2020 - Java
一些建议
首先感谢各位开发者的无私奉献,由于不算非常深度的试用,可能下面提到的建议不是很合理,请见谅!
1、目前查看某任务的整棵依赖树的方式感觉不方便,还得手动点击上游,下游再点所有,才能查看。应该输入任务节点后就显示整棵树,及各节点运行情况(颜色区分即可);
2、一个任务是否可以增加自依赖选择,即可以选择依赖自己上一版本执行情况,如果上一版本执行异常,下一版本就挂起;
3、对于已经产生异常,并错过很多版本的任务,在手动恢复执行完成后,漏跑检测仍然会把之前版本自动调起来跑,这个感觉不是很合理;
4、单任务日志查看的地方也应该增加状态选择,否则只能通过翻页来查找某个版本的执行情况;
5、当资源不够无法执行任务时,所有任务应该挂起,而不应该后续版本也继续跑起来呈报错状态;
6、比如有个任务设置的是1分钟跑一次,那生成的版本确实非常多,然后在手动执行的时候,下拉框里看不到所有版本;
7、
一键复制任务功能
repl.it allows for easy java scripting environments.
you can run:
curl -Ls "https://github.com/maxandersen/jbang/releases/download/v0.5.0/jbang-0.5.0.zip" --output jbang.zip \
&& jar xf jbang.zip && mv jbang-* jbang && chmod +x jbang/bin/jbang
and then
.repl.it have
run = "jbang/bin/jbang yourfile.java"
and it will work.
ideas:
- have a bootstrap tha
-
Updated
Feb 4, 2020 - Java
RT
-
Updated
Apr 24, 2020 - Java
-
Updated
Apr 5, 2018 - Java
-
Updated
Aug 30, 2019 - Java
copied from: https://sourceforge.net/p/pluginbox/feature-requests/13/
Created: 2012-11-15 Creator: Pascal Rapicault (https://sourceforge.net/u/prapicault/profile/)
When debugging code that manipulates files, it is often necessary to navigate to the mentioned file or folder. It would be great if easyshell could be enabled in the variable view for variables that are type File and maybe URL or U
-
Updated
Mar 23, 2018 - Java
-
Updated
May 12, 2020 - Java
-
Updated
Jul 8, 2019 - Java
-
Updated
May 18, 2020 - Java
The wiki on Github contains some necessary information to configure T-UI and make it even more awesome.
However, it would be great (especially as Internet access is sometimes limited) to include these in the APK in addition to being able to show the most recent version on Github.
In the simplest case: just the markdown files that can then be shown in T-UI or opened in a text editor.