Options for tabs and spaces...
Brought to you by:
hoenicke
This is reguarding the decompiler...
I have found that JODE out puts source with 8-space
tabs in it. This causes some problems with some
editors that use 4-space tabs. It would be nice to
either use all spaces (no tabs), or make it optional
(use 8-space tabs or not), or specifiable tab sizes (4-
space or 8-space).
Thank you, BTW JODE is a great program, I probably use
it 3 or more times in a week because there is a lot of
interesting software out there. :)
Logged In: YES
user_id=18252
The code is there, but the option is missing.
I will at least change it to no tabs in the next release.
Logged In: YES
user_id=18252
Sorry, I didn't kept my promise. The new version 1.1.1
still have the same 8-space tab hard coded. Only the main
CVS branch (which will become 1.90) has tabs turned off.