Changes between Version 5 and Version 24 of Ticket #3724


Ignore:
Timestamp:
2016-04-11T12:34:33+02:00 (8 years ago)
Author:
adrpo
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3724

    • Property Milestone changed from 1.9.5 to 2.0.0
  • Ticket #3724 – Description

    v5 v24  
    55Proposal: whenever a specific class is selected in the package browser, the entire file where the class is defined is shown in the text mode editor, with this additional features:
    66
    7 - the part of the file where the code of the selected class
     71. the part of the file where the code of the selected class
    88  resides is clearly marked (e.g, with a white background, while
    99  the rest of the file might have a grey background or something
    1010  similar)
    11 - the cursor is brought at the first line of the selected class
     112. the cursor is brought at the first line of the selected class
    1212  automatically
    13 - there is proper indentation support when hitting the newline
     133. there is proper indentation support when hitting the newline
    1414  key: if the model is nested several levels in a subpackage
    1515  contained in one file, and the package is organized with proper
     
    2020  the code, which is somewhat arbitrary and potentially error-
    2121  prone, see above)
    22 - the line numbering of errors and warnings given by omc
     224. the line numbering of errors and warnings given by omc
    2323  matches the line numbering in the editor
    2424