Dear Developers
I have installed SharpDevelop 3.0.0 and I really like the new features, but I have some problems for which I could not find the solution. Whenever I open a solution or switch from designer mode to source mode, two things happen I do not like:
1) any jagged array declarations in Mainform are replaced by multi-dimensional array declarations, making the code unable to compile;
2) explicit array initialisations (eg, int[ dataColumns = new int[ { 3, 4, 5, 6 };), which, when short, I prefer in one line, are broken down into one item per line, which I do not really like.
I have not found the editor option to turn these features off. I should appreciate any help in this matter. Thank you very much.
Yours sincerely
Tethered Sun