Tilman Sauerbeck wrote:
> DaveMDS [2007-02-05 05:05]:
>> here's a patch for edje_decc that create a file called default.edc in 
>> the decompiled source dir.
>>
>> The file contents is only a line that include the main edc file.
>> If the default.edc file exist none is created
>> With this patch I can open edj file from edje_editor (engrave run 
>> edje_decc and always open default.edc).
> 
> NAK. Breaks compatibility with redact for no good reason.
> 

It used to be that edje would output the main .edc file as 
main_edje_source.edc (or something similar) this made life for engrave 
really easy as we'd just look for that file. Now, it uses whatever the 
coder sets as their default file.

We have no-way to know what the main .edc file is called anymore. (Well, 
besides parsing the rebuild script I think). Having it either rename he 
main .edc file to something common, or spitting out a commonly named 
file means that an editor can open the .edc files decompiled from the 
.edj file.

(The other route is reading the .edj directly but adds a lot more work 
and code on the engrave side)

dan


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to