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 8 years ago.
Improve this question
Greetings,
Anybody uses Eclipse to edit configuration files like httpd.conf and the likes, or even shell scripts? Which editors are there for that?
Thanks.
Pedro.
There's shelled, a shell editor plugin for Eclipse. Syntax highlighting is quite solid. It even provides mouse-hover docs for commands having a man page.
there is a cool editor for http.conf called ApacheConf. Other than that I think Notepad++ does the trick but only for syntax highlight.
Notepad++ is great for this kind of tasks.
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 9 months ago.
Improve this question
I'm novice at OpenSCAD, is there an editor with language supports for OpenSCAD? I need the code auto-completion.
The built-in editor does have auto-complete support but limited to the language features.
There's other options like:
VSCode support
https://github.com/Leathong/openscad-support-vscode
Plugin for JetBrains IDEs
https://plugins.jetbrains.com/plugin/11198-openscad-language-support
You can also check the section in the Manual about Using an external Editor for some extra info.
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
The one and only Sasha's tweet below shows that presentations can be created using windbg.
https://twitter.com/goldshtn/status/672494178769719300
Anyone knows how to do that?
PS: I know Sasha is on stackoverflow, so may be he can answer this question :)
"Presentation" is somewhat of an exaggeration. What you meant to ask is "how to format output in WinDbg?"
To this the answer is "using DML".
Whether you use .printf or send output to the debugger using OutputDebugString, you can use Debugger Markup Language (DML) to output use colors, links etc.
The tag reference is located in the page Customizing Debugger Output Using DML.
"Drawing" using monospace text is your business, however. WinDbg has no facilities to help you with that as far as I know.
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 6 years ago.
Improve this question
I know that Eclipse and NetBeans have a plugin so you just e.g. in NetBeans do this:
Open the project and right-click on the file or folder you want to patch.
Tools > Apply Diff Patch...
Browse to and select the patch file you want to apply. > Click "Patch".
Is there some way to do this with Notepad++?
Yes! There is now a Compare plugin for Notepad++.
Here a link to the .patch handler (win)
http://savannah.gnu.org/projects/patch/
You can grab the sources ect...
http://gnuwin32.sourceforge.net/packages/patch.htm
Any one who's had experience building plugins for notepad++ could probably easily integrate this.
Would be a nice addition, I too am looking for some thing similar, lol NetBeans it is then...
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.