-
Auto re-indention according to the nesting of {} is what's most useful.
I was able to create a "user defined language" for Povray in Notepad++ and the "reindent C++ code" works just fine (even though it's not technically C++).
2009-09-27 03:11:28 UTC by nobody
-
Hi,
What are you looking for ? a tool to re-indent your file(s) or a tool to completely reformat your code ? In the second case, it means that some short code like pigment { rgb } will systematicaly replaced with somthing like pigment {
rgb
}
which takes 3 lines (or 4 if you prefer to have { on a new line) where it have no utility.
2009-09-26 09:00:55 UTC by grrosminet
-
I found your editor with Google because I'm looking for a way to do Eclipse-like formatting of .pov files. That is, how to line up the { }, indenting, etc. Eclipse does this quite nicely and I am spoiled. It would be a superb feature to add to any POVRAY editor.
2009-09-24 20:33:52 UTC by fuhrmanator
-
Hi, do you have any new trace to help me resolving your problem ?.
2009-08-24 07:23:04 UTC by nobody
-
I have added some traces to help finding where it tries to open "/"
you can update from SVN or download this snapshot : http://nextpe.sf.net/xpe_project_2009_08_07.tar.gz
thanks for your help.
2009-08-07 20:49:37 UTC by grrosminet
-
grrosminet committed revision 169 to the neXtgen Povray Editor SVN repository, changing 7 files.
2009-08-07 20:38:45 UTC by grrosminet
-
grrosminet committed revision 168 to the neXtgen Povray Editor SVN repository, changing 3 files.
2009-08-07 20:34:53 UTC by grrosminet
-
It looks like XPE is trying to open a file called "/"
The information message telling you that it cannot open ~/.config/neXtgen_Povray_Editor/config.xml is just here for information : if you exit XPE properly it should create this file.
I'll add a trace so you can see where it tries to open "/" ... maybe there is an uncommon behavior on Mac OS X (and it's not a bad joke from me !)
2009-08-07 17:50:03 UTC by grrosminet
-
I have downloaded the latest source configured and compiled, and i get an error at startup
julian-youngs-macbook-pro:~ julian$ xpe
02/08/2009 11:50:06|tapplication.cpp:249|INFO|Impossible de charger le fichier de configuration.
i modified the tapplication.cpp to output the file name;
02/08/2009 12:02:18|tapplication.cpp:249|INFO|Impossible de charger le fichier de configuration...
2009-08-02 10:20:34 UTC by firegoat
-
fixed in v0.9.5b.
2009-07-10 13:41:04 UTC by grrosminet