J
jadamski413@gmail.com
Guest
in Progress Developer Studio 11.3 and Classroom 11.7 I need a help - when I type (readable code for me): case x: when 1 then do: x = 2. end. when 1 then do: x = 3. end. end case. if x > 0 then do: x = 1. end. else do: x = 2. end. and next I press Ctrl-I, I get somethig like this: case x: when 1 then do: x = 2. end. when 1 then do: x = 3. end. end case. if x > 0 then do: x = 1. end. else do: x = 2. end. Making a copy of my code and pasting it in another place gives the same effect. This code is completelly unreadable for me. How can i turrn off this feature or write my own template? In Procedure Editor (Options -> Editing options -> Language options) I can define DO/END Style and I have 2 templates: readable "Style 1" and unreadable "Style 2". Mayby I can't find this settings in Developer Studio ?
Continue reading...
Continue reading...