It would be useful to have an option so UE indents wrapped part of a line with an offset indentation relatively to the line start position.
-- So this view: --
-- could be turned into this: --
-- or, at least, into this: --
KDE K-Write does that. Don't see why would UE lack this very artfully feature.
I actually requested the developer to implement this back in 2002-11-05, but I was told this is not planned to be implemented due to the fact that there is a lot of different languages involved.
I don't really see how it is dependant on the languages if there can be global configuration parameters that would specify if the user would like to have the wrapped line remainder to be indented relatively to the line start position and how many characters this offset should be.
I am posting this here because I am wondering how many people out there would like that feature.
Thanks
-- So this view: --
Code: Select all
while(blah) {
line1;
line2 line2 line2 line2
wrapped line2 wrapped line2
wrapped line2 wrapped line2;
line3;
}
Code: Select all
while(blah) {
line1;
line2 line2 line2 line2
wrapped line2 wrapped line2
wrapped line2 wrapped line2;
line3;
}
Code: Select all
while(blah) {
line1;
line2 line2 line2 line2
wrapped line2 wrapped line2
wrapped line2 wrapped line2;
line3;
}
I actually requested the developer to implement this back in 2002-11-05, but I was told this is not planned to be implemented due to the fact that there is a lot of different languages involved.
I don't really see how it is dependant on the languages if there can be global configuration parameters that would specify if the user would like to have the wrapped line remainder to be indented relatively to the line start position and how many characters this offset should be.
I am posting this here because I am wondering how many people out there would like that feature.
Thanks