EDT editor - a modern approach? [closed] - text-editor

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 3 years ago.
Improve this question
I used the EDT editor on VMS very long time ago. Is there modern implementation of this excellent text editor available? If so, are there source codes? Maybe it is circumvented by Emacs and Vim?
Thank you

You might want to chase down SEDT (See link). I remember this one from MS-DOS days. I don't know if anyone has reimplemented it for windows.

http://www.atl.lmco.com/projects/csim/gui/edt/
According to the web archive, this is now at
http://edt-text-editor.sourceforge.net/

There is also an OpenVMS plugin for Netbeans which adds the EDT keypad to the Netbeans editor - gives the best of both worlds.
http://h71000.www7.hp.com/openvms/products/ips/netbeans/distnb.html
Only problem is that it is for older versions of Netbeans.

You can try GNU Emacs EDT-mode:https://www.gnu.org/software/emacs/manual/html_mono/edt.html

Related

Better syntax highlighting for Genie [closed]

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 years ago.
Improve this question
I have been using scratch-text-editor on elementaryOS, but it seems to highlight Genie code as if it is C# code.
Is there a way to improve syntax highlighting in that particular OS.
Does any text editor can recognize genie's syntax?
GEANY is an open-source, lightweight and fast text editor, providing the main features of an IDE, including syntax-highlighting, with support for Genie.
The following article has installation instructions and also mentions that Geany should work fine with elementaryOS.
http://linuxg.net/install-geany-on-ubuntu/

Multiline Tabbar Text Editor on Linux [closed]

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
I'm looking for text editor that run natively on linux which support multi-line tabbar and don't truncate long file names. I'm usually using Notepad++ in Windows.
Here is a screenshot of what I would like (using notepad++):
Please give me recommendation. Thank you.
The top 3 seem to be the following:
sublime, I guy I work with loves this one and it is cross os compatible.
geany, great for if you do programming and are a GTK2 fan.
kate, KDE editor with LOTS of options
vim, what most will tell you to use....
Additionally you can install Notepad++ through Wine, if you just cant live without it. :)
You can do this with atom. It's highly configurable through CSS and even is cross-platform.

How are command-line GUIs made? [closed]

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've always wanted to know how CL GUIs like top or nano or vi are constructed? I have a need to actually make one and am looking for a guide or tutorial on the general idea behind them.
Here is a bunch of them.
Also there is a list.
CDK
Dialog
ncurses
Newt, a widget-based toolkit
PDCurses
SMG$
Turbo Vision
You could start by reading about ncurses, it’s a very well-known library to draw on the terminal
Check out TWIN (apparently, inspired by Turbo Vision) by Massimiliano Ghilardi. More screenshots are available here. Be sure to use the GitHub version, as SourceForge repository has been unmaintained since 2002.
If you don't mind your GUI running in a JVM, take a look at Lanterna (Java and Clojure bindings).
I've also seen a post about Turbo Vision "ported" to (or rather rewritten using) C# and XAML, but haven't had a chance to examine it.

Open source Magic Eye generator [closed]

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 years ago.
Improve this question
Do you remember those Magic Eye images that contain a 3D object? I love them!
Are there any open source programs for generating Magic Eye pictures, which ideally work on Linux.
I found a Gimp plugin, but haven't managed to get it working yet.
There's a package in Ubuntu for a program called Stereograph. It's website is here:
http://stereograph.sourceforge.net/index.html
Here's a tutorial on how to make them using GIMP, Blender and Stereograph:
http://linuxgazette.net/104/kapil.html
It's pretty basic, but you should try openstereogram, it's OS independent:
http://code.google.com/p/openstereogram/
There's also this JavaScript app:
http://guciek.github.com/imagzag.html (use the "Magic Eye" option)

JavaFX Designer [closed]

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
At the moment I'm using JavaFX only for fun and learning it.
What I find annoying is designing the graphics by coding them and watching the result in a preview window - you know what I mean?
Is there something for JavaFX like what Expression Blend is for Silverlight.
You might take a look at the JavaFX SceneBuilder. http://docs.oracle.com/javafx/scenebuilder/1/user_guide/jsbpub-user_guide.htm
Yes, there is support for exporting from Adobe tools. It is called JavaFX Production Suite.
Update
Tor Norbye talk about JavaFX designer at JavaOne 2009 conference and he published screenshot on his blog.
http://blogs.oracle.com/tor/entry/finally_over

Resources