Sponsored Content
Full Discussion: Editors for UNIX
Top Forums UNIX for Dummies Questions & Answers Editors for UNIX Post 20349 by Inbal on Thursday 25th of April 2002 02:18:26 AM
Old 04-25-2002
Question Editors for UNIX

Where can i find editors for UNIX?
thanks
 

5 More Discussions You Might Find Interesting

1. Programming

editors?

Just started out with C and are looking for a good editor in *nix that marks the code with colors. This is maybe a newbie thing to have the C code in colors but i like it and you can almost always se when you are typing wrong. :) Ive heard that emacs should have that option but i havent... (3 Replies)
Discussion started by: hexdoctor
3 Replies

2. UNIX for Dummies Questions & Answers

Mail utilities and editors.

I was wondering what other mail utilities besides 'mutt, unix mail, PINE and elm' are available for unix. Also, what other editors are around besides 'VI, pico, vim and emacs'... I've been searching the net looking for some answers, but nothing much has come up.. thanx! (1 Reply)
Discussion started by: Shonnie
1 Replies

3. Windows & DOS: Issues & Discussions

GUI Text Editors in WinXP -- what's their problem?

jEdit, Total Edit, EDXOR, all have one thing in common -- whatever they save in what they call "Unix" encoding and line endings inevitably shows up in a CLI text editor like pico or vim having garbage characters somewhere close to the beginning or, though this is more rare, somewhere in the body of... (0 Replies)
Discussion started by: SilversleevesX
0 Replies

4. UNIX and Linux Applications

opinions on video editors

What is everyones opinions on these video editors? PiTiVi Avidemux Cinelerra Kdenlive Kino Linux Video Editing: Top Five Linux Video Editors (0 Replies)
Discussion started by: cokedude
0 Replies

5. UNIX for Dummies Questions & Answers

UNIX Basics about shell and editors and default settings

Hi all, I have 3-4 years of experience working on unix environment. I am not a beginner, but unix is not my primary skill set. I am very good at awk programming and doing many of my tasks very well, really very weak on basics. I moved to a new job recently and the settings there are driving me... (5 Replies)
Discussion started by: ysvsr1
5 Replies
UnidrawIntro(3U)					    InterViews Reference Manual 					  UnidrawIntro(3U)

NAME
Unidraw_Intro - Unidraw library for graphical object editor development SYNOPSIS
#include <Unidraw/class.h> #include <Unidraw/Components/class.h> #include <Unidraw/Commands/class.h> #include <Unidraw/Tools/class.h> #include <Unidraw/Graphic/class.h> CC ... -lUnidraw ... -lInterViews -lX -lm DESCRIPTION
Unidraw is an architecture for creating object-oriented graphical editors in domains such as technical and artistic drawing, music composi- tion, and circuit design. Unidraw simpifies the construction of these editors by providing programming abstractions that are common across domains. Unidraw defines four basic abstractions: components encapsulate the appearance and semantics of objects in a domain, tools sup- port direct manipulation of components, commands define operations on components and other objects, and external representations define the mapping between components and the file format generated by the editor. Unidraw also supports multiple views, graphical connectivity and confinement, and dataflow between components. The Unidraw library contains a collection of classes that implement the Unidraw architecture. The Unidraw library is used together with the rest of InterViews, except the graphic structured graphics library, to develop domain-specific graphical object editors. InterViews interactors and composition mechanisms support an application's look and feel, while the Unidraw library supports functionality unique to graphical object editors. Currently, the Unidraw library provides its own structured graphics classes, which are similar to but incompati- ble with the graphic library classes. Therefore you must not use both graphic and Unidraw classes in the same application. General Unidraw classes are declared in header files in the Unidraw include file subdirectory. Component, command, tool, and structured graphics classes are declared in corresponding subdirectories under the Unidraw subdirectory. SEE ALSO
InterViews(3I) Generalized Graphical Object Editing, John M. Vlissides, Technical Report CSL-TR-90-427, Stanford University, June 1990. Unidraw 11 June 1990 UnidrawIntro(3U)
All times are GMT -4. The time now is 08:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy