![]() |
|
|
|
|
1
2nd September 03:54
External User
Posts: 1
|
Hi I'm Pilu!
I'm not an expert of vrml,but with a friend of mine I'm developing a vrml editor with many feature like: -syntax highlight for vrml and ecmascript -auto-completation of code -tooltips -opening documentation of each nodes clicking on the keywords -adding code with double click on a "Tree Node" -preview directly in the editor -import/export compressed file -import/export x3d etc........ The editor is in developing and it's not finished! We want to add many other tool like adding script or effect to a node with a simple click! We want to know if,for you,it should be a good idea and if should be usefull! See the screenshot here: http://pilu.altervista.org/vermeledit/ !!!!!!!!!!!!!!!!!!!!!!!!!!! Sorry for my english! Tell me your ideas! Thanx! -PILU- |
|
|
|
|
2
2nd September 03:54
External User
Posts: 1
|
If the program would be portable to different architures, it would be usefull
for me.... Add features first, that are still missing in white_dune 8-) e.g. PROTO handling http://www.csv.ica.uni-stuttgart.de/...ne/screen.html Add something like a "+linenumber" option, so the program can be used without pain as texteditor (options -> text editor setting ...) from white_dune. E.g. if the editor is started with something like VermelEdit +15 test.wrl the editor is jumping automatically in line 15 This would be also usefull when debugging VRML files from the commandline. so long MUFTI -- Um das zu pruefen und falls notwendig, zum Zerlegen der Festplatte gebrauche Win95 Disk Zerleger, welchen Du in deinem Programm: Zubehoer-System Werkzeug Akte hast. Aus einer Windows Hilfe |
|
|
|
|
4
2nd September 03:54
External User
Posts: 1
|
Great 8-)
Is there a page, where we can download the source (if it is public available ?) There are various things to do for a editor to support PROTOs. One of the most advanced things is to change a branch of a existing scenegraph into a PROTO and create the necessary IS fields from the ROUTEs that end inside this scenegraph branch. For PROTO generation, a dialog somewhat similar to the Scripteditor dialog can be usefull. See http://www.csv.ica.uni-stuttgart.de/...tml#scriptedit Adding a existing PROTO is already supported by white_dune - despite there is no rendering of PROTOs yet in white_dune 8-( ALT-G is not the commandline. To use it serial with white_dune. White_dune has a menupoint "File -> textedit". In this case white_dune save the VRML data to a file, accounts the linenumber of the current selection in white_dune, closes the mainwindow and then starts a texteditor via the commandline. In this commandline it is possible to say "Start editing in line LINENUMBER" e.g. under UNIX/Linux, it is common to use the + sign as linenumber option. E.g. the commandline vi +14 /etc/passwd loads the file /etc/passwd and jumps to line 14 at the beginning. Maybe this is easier to understand when you download white_dune to a Linux/UNIX/MacOSX system http://www.csv.ica.uni-stuttgart.de/vrml/dune/down.html and test "File -> textedit". I am the not the original but (one of) the current developer of white_dune. And there is already a function to jump into a texteditor. This is done via something like the "system(3)" POSIX call. Under UNIX/Linux this commandline defaults to "xterm -e vi +LINENUMBER", under MacOSX it defaults to "xedit +LINENUMBER" but on M$Windows it defaults to "edit.com" 8-( cause there is a lack of usefull utilities on a new installed M$Windows... Unfortunatly, i do not have much experience with python, but i can try... so long MUFTI -- Wir haben die Welt gesucht, um allen Arbeitsflaeche-Verlag Beduerfnisse zu treffen. (aus einem Softwarehandbuch, Stichwort: desktop-publishing) |
|