[arch-projects] Triple editor help
Any of you are interested and have time to make one simple editor with 1 + 3 windows. Purpose is to copy parts from an original file and paste in three different files. Here is an edited screenshot how it will look: http://user-contributions.org/projects/archwd/screenshots/triple-editor.jpg Its preferable to use a language what most likely pre-installed by the user. Rasat
why not use vim? Emacs? jedit? ... It would be trivial in Java -- split panes with EditorPane components, or in python or C using gtk or QT -- just look up the API for your favourite toolkit's version of a splitpane widget. Dusty On 10/28/05, Rasatmakananda <rasat@pacific.net.sg> wrote:
Any of you are interested and have time to make one simple editor with 1 + 3 windows. Purpose is to copy parts from an original file and paste in three different files. Here is an edited screenshot how it will look: http://user-contributions.org/projects/archwd/screenshots/triple-editor.jpg
Its preferable to use a language what most likely pre-installed by the user.
Rasat
_______________________________________________ arch-projects mailing list arch-projects@archlinux.org http://archlinux.org/mailman/listinfo/arch-projects
Here is how I would like it to be (made in Prima but don't know how to script the widgets). Anyone is interested to develop something similar. http://user-contributions.org/projects/archwd/screenshots/editor-sample.jpg Rasat On Fri, 2005-10-28 at 10:10 -0400, Dusty Phillips wrote:
why not use vim? Emacs? jedit? ...
It would be trivial in Java -- split panes with EditorPane components, or in python or C using gtk or QT -- just look up the API for your favourite toolkit's version of a splitpane widget.
Dusty
On 10/28/05, Rasatmakananda <rasat@pacific.net.sg> wrote:
Any of you are interested and have time to make one simple editor with 1 + 3 windows. Purpose is to copy parts from an original file and paste in three different files. Here is an edited screenshot how it will look: http://user-contributions.org/projects/archwd/screenshots/triple-editor.jpg
Its preferable to use a language what most likely pre-installed by the user.
Rasat
_______________________________________________ arch-projects mailing list arch-projects@archlinux.org http://archlinux.org/mailman/listinfo/arch-projects
participants (2)
-
Dusty Phillips
-
Rasatmakananda