Changes between Version 5 and Version 24 of Ticket #3724
- Timestamp:
- 2016-04-11T10:34:33Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3724
- Property Milestone 1.9.5 → 2.0.0
-
Ticket #3724 – Description
v5 v24 5 5 Proposal: 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: 6 6 7 -the part of the file where the code of the selected class7 1. the part of the file where the code of the selected class 8 8 resides is clearly marked (e.g, with a white background, while 9 9 the rest of the file might have a grey background or something 10 10 similar) 11 -the cursor is brought at the first line of the selected class11 2. the cursor is brought at the first line of the selected class 12 12 automatically 13 -there is proper indentation support when hitting the newline13 3. there is proper indentation support when hitting the newline 14 14 key: if the model is nested several levels in a subpackage 15 15 contained in one file, and the package is organized with proper … … 20 20 the code, which is somewhat arbitrary and potentially error- 21 21 prone, see above) 22 -the line numbering of errors and warnings given by omc22 4. the line numbering of errors and warnings given by omc 23 23 matches the line numbering in the editor 24 24