Directory OMEdit/OMEditGUI/Editors/

Total Files:
14
Deleted Files:
2
Lines of Code:
3264

[root]/OMEdit/OMEditGUI/Editors

Lines of Code

OMEdit/OMEditGUI/Editors/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 132 (100.0%) 5705 (100.0%) 43.2
adeas31 97 (73.5%) 4512 (79.1%) 46.5
hudson 16 (12.1%) 1177 (20.6%) 73.5
sjoelund.se 14 (10.6%) 14 (0.2%) 1.0
lochel 1 (0.8%) 2 (0.0%) 2.0
adrpo 4 (3.0%) 0 (0.0%) 0.0

Most Recent Commits

sjoelund.se 2015-05-03 08:55 Rev.: 25882

Lock OMEdit, use https://github.com/OpenModelica/OMEdit instead

14 lines of code changed in 14 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (+1), BaseEditor.h (+1), CEditor.cpp (+1), CEditor.h (+1), DebuggerSourceEditor.cpp (+1), DebuggerSourceEditor.h (+1), ModelicaTextEditor.cpp (+1), ModelicaTextEditor.h (+1), TLMEditor.cpp (+1), TLMEditor.h (+1), TextEditor.cpp (+1), TextEditor.h (+1), TransformationsEditor.cpp (+1), TransformationsEditor.h (+1)
adeas31 2015-04-28 14:24 Rev.: 25786

- Added options for defining TLM manager & monitor processes.

13 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (+13 -6)
adeas31 2015-04-27 15:25 Rev.: 25760

- Enable/disable the TLM Editor syntax highlighting.

4 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Editors: TLMEditor.cpp (+4)
adeas31 2015-04-27 13:53 Rev.: 25754

- Shorten the TLM highlighting preview text.
- Removed the unused indentOrUnindent slot.

0 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (-11), BaseEditor.h (-1)
adeas31 2015-04-27 13:45 Rev.: 25753

- Generalized the TabSettings for editors.

278 lines of code changed in 6 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (+250 -51), BaseEditor.h (+28), ModelicaTextEditor.cpp (-129), ModelicaTextEditor.h (-28), TLMEditor.cpp (-129), TLMEditor.h (-28)
adeas31 2015-04-23 16:01 Rev.: 25711

- Merged OMEdit TLM branch with trunk.

503 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (changed), ModelicaTextEditor.h (changed), TLMEditor.cpp (new 354), TLMEditor.h (new 149)
adeas31 2015-04-17 15:34 Rev.: 25607

- Do not set unnecessary text option on the editor.

0 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Editors: ModelicaTextEditor.cpp (-4)
adeas31 2015-04-17 14:11 Rev.: 25604

- Set the QPlainTextEdit pointer.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Editors: CEditor.cpp (+1)
adeas31 2015-04-16 12:44 Rev.: 25575

- Visualize whitespace in editors.

25 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (+23), BaseEditor.h (+2)
adeas31 2015-04-15 23:55 Rev.: 25565

- Use the appropriate tab stop width.
- Start the next line based on previous line indentation.

31 lines of code changed in 6 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (+14), CEditor.cpp (+4 -4), CEditor.h (+2 -1), ModelicaTextEditor.cpp (+5 -4), ModelicaTextEditor.h (+4 -3), TextEditor.cpp (+2)
adeas31 2015-04-13 17:15 Rev.: 25531

- Start the line numbers of sub models from where they actually starts in file.

18 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (+18 -2)
adeas31 2015-04-10 15:08 Rev.: 25494

- Handle the Esc key for Editors & FindReplaceWidget.

31 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (+27), BaseEditor.h (+4)
hudson 2015-04-04 19:17 Rev.: 25392

[Janitor mode] Set auto-props

315 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Editors: CEditor.cpp (+231 -230), CEditor.h (+84 -83)
adeas31 2015-04-04 19:15 Rev.: 25391

- Added CEditor with basic C Syntax highlighter.

309 lines of code changed in 3 files:

  • OMEdit/OMEditGUI/Editors: CEditor.cpp (new 228), CEditor.h (new 81), TextEditor.h (-3)
adeas31 2015-04-04 18:20 Rev.: 25389

- Better syntax highlighting handling.
- Removed TLM references. Merge the TLM branch when it's complete.

189 lines of code changed in 5 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (+9 -10), ModelicaTextEditor.cpp (+145 -17), ModelicaTextEditor.h (+31 -3), TLMEditor.cpp (del), TLMEditor.h (del)
adeas31 2015-04-02 23:43 Rev.: 25371

- More standardization of text editors.
- Better find/replace.

646 lines of code changed in 9 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (+542 -177), BaseEditor.h (+82 -23), DebuggerSourceEditor.cpp (+1 -2), FindReplaceDialog.cpp (del), FindReplaceDialog.h (del), ModelicaTextEditor.cpp (+16 -17), TLMEditor.cpp (+1 -2), TextEditor.cpp (+3 -4), TransformationsEditor.cpp (+1 -2)
adeas31 2015-04-02 02:09 Rev.: 25361

- Use monospaced font as default for TextEditor.
- Use TextEditor instead of QPlainText when showing generated files.

12 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Editors: TextEditor.cpp (+10 -2), TextEditor.h (+2 -1)
adeas31 2015-04-02 01:56 Rev.: 25360

- Standardized a lot of functionality in editors.
- Made the BaseEditor an abstract class with indentation, commenting, key handling, context menu etc. as pure virtual functions.

380 lines of code changed in 15 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (+212 -67), BaseEditor.h (+25 -11), DebuggerSourceEditor.cpp (+14 -14), DebuggerSourceEditor.h (+4 -2), FindReplaceDialog.h (+1 -1), ModelicaTextEditor.cpp (+73 -188), ModelicaTextEditor.h (+3 -9), TLMEditor.cpp (+11 -10), TLMEditor.h (+4 -1), TextEditor.cpp (+11 -10), TextEditor.h (new), TransformationsEditor.cpp (+14 -14), TransformationsEditor.h (+4 -2)
adeas31 2015-03-31 18:46 Rev.: 25340

#1482
- Added indentation support in OMEdit.

61 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Editors: ModelicaTextEditor.cpp (+60 -4), ModelicaTextEditor.h (+1 -2)
adeas31 2015-03-27 16:01 Rev.: 25290

- Directly use the getClassInformaiton struct generated by OpenModelica scripting API.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Editors: FindReplaceDialog.cpp (+3 -3)
adeas31 2015-03-25 15:48 Rev.: 25246

- Create only one editor object. Use the BaseEditor class.

9 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Editors: ModelicaTextEditor.cpp (+6 -9), ModelicaTextEditor.h (+1 -2), TLMEditor.cpp (+1 -2), TLMEditor.h (+1 -2)
adeas31 2015-03-20 16:50 Rev.: 25179

#3234
- Use try catch for omc APIs.

1 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Editors: ModelicaTextEditor.cpp (+1 -2)
adeas31 2015-02-08 19:13 Rev.: 24476

- updated parseFile, parseString to scripting API.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Editors: ModelicaTextEditor.cpp (+2 -2)
lochel 2015-01-16 13:32 Rev.: 24065

- add missing keywords (pure and impure)

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Editors: ModelicaTextEditor.cpp (+2)
adeas31 2014-12-18 16:46 Rev.: 23855

- Use the fileName argument of parseString & loadString.

12 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Editors: ModelicaTextEditor.cpp (+12 -12)
adeas31 2014-10-17 12:59 Rev.: 22785

#2865
+ Added new crash reports dialog.
+ Posts the log files via http.
- Removed the old crash reports email.

0 lines of code changed in 2 files:

  • OMEdit/OMEditGUI/Editors: ModelicaTextEditor.cpp (-3), ModelicaTextEditor.h (-4)
adrpo 2014-09-30 06:33 Rev.: 22496

Merged branches/FFrontEnd into trunk/

Main changes:
- changed the environment to support both non-destructive and destructive updates
- Env.Cache -> FCore.Cache, Env.Env -> FCore.Graph
- FCore.Graph is not a list of Frames anymore is a stucture where the previous list is saved in component "scope"
- all Frames in the new FCore.Graph are FCore.Ref pointing to FCore.Node having different FCore.Data depending on what they are
- all FCore.Nodes have children (FCore.CAvlTree) which maps names to FCore.Ref (which is Array<FCore.Node>, size 1)
- FGraph.openScope pushes an already existing FCore.Ref (or a new one) on the scope list
- for all components having modifications the last class in the type path is renamed to include the
prefix, see FGraph.createVersionScope (this is done because we need unique names for redeclared functions,
records, etc and we need a unique type scope for that)
Example: A.B.C c -> A.B.C$c c

Bug fixes:
- calling function via component (multibody MSL 3.2.1 patch not needed anymore, will remove it in a next commit)
- #2837 array equations wrongly handled in RemoveSimpleEquations (used in ThermoPower and PowerSystems libraries, etc)
#2784, #2727, #2739 (missing modifiers combined with redeclare and unique function generation for redeclared functions)
#2835 - handle overconstrained connectors extending basic types (used in PowerSystems library)
- do not loose modifications on derived classes handled by InstExtends
- some error messages about missing components in Fluid library are gone
- for components of size 0 do not check if they are assigned before use in functions (residue in equalityConstraint)

0 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (changed), FindReplaceDialog.cpp (changed), FindReplaceDialog.h (changed), ModelicaTextEditor.h (changed)
adeas31 2014-09-09 03:14 Rev.: 22191

- Using setIniCodec utf8 with QSettings is important. We might forget to set it if we are creating the instance of QSettings on different locations. Use one QSettings object for whole application.

5 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Editors: FindReplaceDialog.cpp (+5 -7)
adeas31 2014-09-09 02:20 Rev.: 22188

- New options to clear the debugger output & log windows on new run.
- Use the UTF-8 for settings object throughout the application.

2 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Editors: FindReplaceDialog.cpp (+2)
adeas31 2014-08-27 01:28 Rev.: 22013

- Breakpoints can only be added to saved files.
- Updated the translation files.

6 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (+6)
hudson 2014-08-27 01:13 Rev.: 22008

[Janitor mode] Set auto-props

0 lines of code changed in 8 files:

  • OMEdit/OMEditGUI/Editors: DebuggerSourceEditor.cpp (changed), DebuggerSourceEditor.h (changed), TLMEditor.cpp (changed), TLMEditor.h (new)
adeas31 2014-08-27 01:11 Rev.: 22007

- Merged the debugger branch with the trunk.
- Generate the GDB parser make files.

243 lines of code changed in 8 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (+157 -5), BaseEditor.h (+29 -1), FindReplaceDialog.cpp (changed), FindReplaceDialog.h (changed), ModelicaTextEditor.cpp (+52 -21), ModelicaTextEditor.h (+3 -3), TransformationsEditor.cpp (+2 -1), TransformationsEditor.h (changed)
adeas31 2014-07-04 14:06 Rev.: 21422

- minor fixes.

3 lines of code changed in 4 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (+1 -1), FindReplaceDialog.cpp (+1 -1), FindReplaceDialog.h (+1 -1), TransformationsEditor.cpp (-1)
hudson 2014-07-04 05:55 Rev.: 21419

[Janitor mode] Set auto-props

862 lines of code changed in 6 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (+204 -203), BaseEditor.h (+102 -101), FindReplaceDialog.cpp (+335 -334), FindReplaceDialog.h (+86 -85), TransformationsEditor.cpp (+77 -76), TransformationsEditor.h (+58 -57)
adeas31 2014-07-04 04:00 Rev.: 21415

- Fixed header define.

3 lines of code changed in 1 file:

  • OMEdit/OMEditGUI/Editors: ModelicaTextEditor.h (+3 -3)
adeas31 2014-07-04 03:59 Rev.: 21414

- Restructuring the files and folders.

1722 lines of code changed in 8 files:

  • OMEdit/OMEditGUI/Editors: BaseEditor.cpp (new 201), BaseEditor.h (new 99), FindReplaceDialog.cpp (new 335), FindReplaceDialog.h (new 86), ModelicaTextEditor.cpp (new 734), ModelicaTextEditor.h (new 138), TransformationsEditor.cpp (new 74), TransformationsEditor.h (new 55)
Generated by StatSVN 0.7.0