Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
Because of my low system hardware(celeron dual core) I found hard to work with eclipse+tomcat. The purpose is learning to develop in sapui5/openui5 and I haven't found an online editor like eclipse. My main interest is to have the posibility to "chain" multiple views, controllers, thing that I can't do(or don't know how) in jsbin or jsfiddle. Thank you!
Have you tried the SAPUI5 WebIDE?
http://scn.sap.com/docs/DOC-58926
The latest version is a simple installation and is a little lighter that a full eclipse install.
Other options include using a plain editor like Sublime Text and a local webserver using node.js.
As described in this tweet:
#ui5io with node it's "npm install -g nws" and then "nws" in the sdk directory— Christian Grail (#cgrail) 9 October 2015
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 days ago.
Improve this question
I'm working to migrate from PHP Storm to the useful Open Source platform VSCode. But I can't find a feature I've used everyday on PHP Storm. Thanks to the Changelist, I can manage huge micro-editings, and when all are done I make single Commit for each Change List.
Is this possible on VSCode?
Thanks for your help.
I was today searching for something similar and came across your question.
I also found this extension in my searches, https://marketplace.visualstudio.com/items?itemName=koenigstag.git-changelists
It's quite recent by the release date and got an update not long ago.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am working on a codebase where most of the comments are in a language which I don't understand yet and I would like to avoid cluttering my browser with Google Translate tabs. Is there an Eclipse plugin which can perform translations?
I don't know about such a plug-in, but there is this extension point in JDT, which lets you add custom hover/tooltips. You may create such an extension which uses google translator to provide a (rough) translation as tooltip for the current comment block. The ext. point is called:
org.eclipse.jdt.ui.javaEditorTextHovers
This way you don't have to manipulate the source files at all.
The Google Translate Eclipse plugin. Disclaimer: I've never used it myself.
You can try out this plugin https://marketplace.eclipse.org/content/source-code-translation-eclipse
I developed it because I am currently facing the same problem as you do
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
We are developing a product which is written in Java and invoking PowerShell scripts.
Our testing project combines JUnit and PowerShell scripts (thousands of lines).
In order to write scripts we are using another editor and than cut&paste the script to IntelliJ IDEA (and I am not talking about fixing broken scripts). Of-course it is a ridicules way to work.
Is there any plan to develop PowerShell plugin to IntelliJ IDEA?
For our team it is very important and useful.
Not yet, but there's an XML for syntax highlighting. Installation instructions at https://youtrack.jetbrains.com/issue/IDEABKL-6738#comment=27-2092679
Please voice your question in the JetBrains bug tracker - https://youtrack.jetbrains.com/issue/IDEABKL-6738
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Is there any open source WYSIWYG editor based on XULRunner, JavaXPCOM, and Mozilla browser which run on top of Eclipse as Eclipse plug-in?
See here http://sourceforge.net/projects/swt-composer/
If you're interested in a wysywyg-html editor based on the SWT browser and Java Script, checkout the HtmlComposer component from Mylyn Docs.
You could try Bravo JSP Editor. It's not open source, but it has a free edition. http://bravo.comxa.com/
Hope it helps.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
My friend and I are working simultaneously on Android App Development on Eclipse IDE 3.6 - Win 7 Operating System.
What would be the best ClearCase Tool and please provide details steps to install and integrate to Eclipse?
You can:
install the IBM ClearCase plugin (see this SO answer, and this one): the GUI -- Eclipse with ClearCase -- will look like this:
work both in your respective snapshot view (that way you can work on the same branch, but only merge the updates of your colleague when you are updating your snapshot view).