Can I automatically indent hard-to-read code written in Eden?
Yes. Use the UNIX indent tool, which is designed to indent C code. It works on Eden code too — but you must first remove single line Eden ## comments and temporarily substitute the Eden list length # operator with another character, %, say. (This is because in C, # denotes a pre-processor command.) Watch out for indent’s default behaviour, which is to overwrite the input file! • Can I change the size of the Scout screen? To set the size of the default settings for a scout display, there are two observables to modify before the display is opened, i.e. before the first %scout statement. The following code is taken from the header of introtoempresentWard2002/present.script. /* Set the background parameters of the ‘screen’ window etc. The screen window must not have been opened first */ DFwidth = 1045; DFheight = 730; • How can I make the contents of a TEXTBOX unmodifiable? Can I effectively change a TEXTBOX to a TEXT without actually having to delete the window and create a TEXT one in i
Related Questions
- Its great that the application automatically adds some SQL code but is it possible to see exactly what the SQL injection string would be like before sending it?
- XMLSpy® 2010 automatically formats my code if I switch to another view or save the file. How can I disable this?
- Can I automatically indent hard-to-read code written in Eden?