source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @202   19 years remar * changed version number to 0.4
(edit) @201   19 years remar * changed version number to 0.4
(edit) @200   19 years remar * tag for release 0.4 created
(edit) @199   19 years remar
(edit) @198   19 years remar * added exception handling
(edit) @197   19 years remar * cosmetica changes (see VeckoRevyn?)
(edit) @196   19 years remar * test for unreasonable error string from OMC
(edit) @195   19 years boris * fixed broken icon path to new modelica class wizard icon
(edit) @194   19 years remar * the return of the BasicTextEditorActionContributor?.java!!!
(edit) @193   19 years remar * removed unneeded files from the editor package
(edit) @192   19 years boris * fixed issue with open/close project menus not updated after thiers …
(edit) @191   19 years boris * removed redundant icon for modelica file
(edit) @190   19 years boris * some cosmetic changes to the code, this pesky coding standards !
(edit) @189   19 years boris * added missing test for creating records from new class wizard
(edit) @188   19 years remar * remove unneeded import (caused warning)
(edit) @187   19 years remar * updated a test because version 2.2 of the Modelica Library didn't …
(edit) @186   19 years remar * added some comments * code assistant is better! * omcproxy no longer …
(edit) @185   19 years boris * added new tracing option trace/omcStatus
(edit) @184   19 years boris * added new tracing option trace/omcStatus
(edit) @183   19 years boris * added code to prevent that system library node is added to …
(edit) @182   19 years boris * added code to prevent that system library node is added to …
(edit) @181   19 years boris * merged the implementation of packages with classes, now a package is …
(edit) @180   19 years boris * merged the implementation of packages with classes, now a package is …
(edit) @179   19 years boris * breaking the tree, don't check out this revision (thank you subversion)
(edit) @178   19 years remar * added Code Assist support, type for example Modelica. and a popup …
(edit) @177   19 years boris * added a sorter to projects view
(edit) @176   19 years boris * added a sorter to projects view
(edit) @175   19 years boris * added a test on OMCProxy.getElementLocation()
(edit) @174   19 years boris * redone the code for opening modelica elements from projects view
(edit) @173   19 years boris * added an instrumentation option for enabling tracing the OMC calls
(edit) @172   19 years boris * added an instrumentation option for enabling tracing the OMC calls
(edit) @171   19 years boris * updated regression tests
(edit) @170   19 years boris * updated regression tests
(edit) @169   19 years boris * added sections 'repository structure' and 'building software' to the …
(edit) @168   19 years boris * created a documentation folder (docs) and moved HACKING manual there
(edit) @167   19 years boris * the missing ModelicaPackage?.java added
(edit) @166   19 years boris hacking manual added in the root of the repository
(edit) @165   19 years boris * redone how modelica elements stores (before not at all) and returns …
(edit) @164   19 years boris * fixed bug 2, it's now possible to open/close project from modelica …
(edit) @163   19 years remar * Added createMarkerAtLine to SyntaxChecker? for more general addition …
(edit) @162   19 years boris * changed all instances where CompilerException? is thrown to a list of …
(edit) @161   19 years boris * merged ModelicaLibraryPackage? and ModelicaPackage? * implemented …
(edit) @160   19 years boris * added regression tests on ModelicaFolder?
(edit) @159   19 years boris * new convinience method for logging internal runtime warnings
(edit) @158   19 years remar * added test for nested lists
(edit) @157   19 years remar * added the exceptions CompilerException?, ConnectionException?, …
(edit) @156   19 years boris * moved around code that implements loadFileInteractive() function and …
(edit) @155   19 years boris * moved around code that implements loadFileInteractive() function and …
(edit) @154   19 years boris * readability enhansing changes on remar's code !
(edit) @153   19 years boris * readability enhansing changes on remar's code !
(edit) @152   19 years boris * added a test for problem marker creator (aka the builder)
(edit) @151   19 years boris * fixed some parsing bugs for error strings returned from OMC in …
(edit) @150   19 years remar * converted images from gif to png * fixed opening of system library …
(edit) @149   19 years remar * fixed some grammar * removed link to "out of the box" article on …
(edit) @148   19 years boris * small improvments of realease process
(edit) @147   19 years remar * made a tag..
(edit) @146   19 years remar
(edit) @145   19 years boris * updated manual
(edit) @144   19 years boris * removed calls to depricated methods * made loading files into OMC …
(edit) @143   19 years boris * added realese making man-script
(edit) @142   19 years remar * Test ModelicaElement?.isLegalIdentifierName by giving it lots of …
(edit) @141   19 years remar * ModelicaElement?: Made a way better regexp * PerspectiveFactory?: …
(edit) @140   19 years boris * added problems view to modelica nature
(edit) @139   19 years boris * added problems view to modelica nature
(edit) @138   19 years boris * bugs list added
(edit) @137   19 years remar * ModelicaBuildeDeltaVisitor?.visit() now checks if a resource is ADDED …
(edit) @136   19 years boris * cosmetic code indenting fixes, yihaa !
(edit) @135   19 years boris * new submenu in projects view context menu implemented
(edit) @134   19 years remar * ModelicaBuildDeltaVisitor?.visit(): moved file loading and error …
(edit) @133   19 years remar * Fix ModelicaLibraryPackage?.getPackages() to actually load the system …
(edit) @132   19 years boris * fixed a bug where delete action in project view where run while non …
(edit) @131   19 years remar * TestOMCProxy.testGetPackages() now calls …
(edit) @130   19 years remar * ModelicaBuildDeltaVisitor?.visit() loads files into OMC and gets …
(edit) @129   19 years boris * added delete action to project view
(edit) @128   19 years boris * added delete action to project view
(edit) @127   19 years boris * new package wizard finished
(edit) @126   19 years boris * new package wizard finished
(edit) @125   19 years remar * Removed TestSystemLibraryListing?
(edit) @124   19 years remar * added builder
(edit) @123   19 years boris * cosmetic change on generated class files * more tests for New …
(edit) @122   19 years boris * cosmetic change on generated class files * more tests for New …
(edit) @121   19 years boris * implemented the backend part for tree view browsing of file system …
(edit) @120   19 years boris * implemented the backend part for tree view browsing of file system …
(edit) @119   19 years remar * add OMCProxy * fix TestSystemLibraryListing?
(edit) @118   19 years remar * moved org.modelica.mdt.internal.corba to …
(edit) @117   19 years boris * seperated the standart library package from file based package …
(edit) @116   19 years boris * seperated the standart library package from file based package …
(edit) @115   19 years remar * if running OMC fails, see if omc (or omc.exe) is in Compiler/
(edit) @114   19 years boris * skeleton implementation of New Modelica Package wizard added
(edit) @113   19 years boris * skeleton implementation of New Modelica Package wizard added
(edit) @112   19 years remar * added try/switch around call to getType, temporary solution
(edit) @111   19 years remar * getType gets the type by querying the OMC server
(edit) @110   19 years remar * getType now throws an InitializationException? if the OMC server …
(edit) @109   19 years remar * cleaned up code * commented code
(edit) @108   19 years boris * some cosmetic cleanups
(edit) @107   19 years boris * some cosmetic cleanups
(edit) @106   19 years boris * some cosmetic cleanups
(edit) @105   19 years boris * elements in projects view made double-clickable
(edit) @104   19 years boris * elements in projects view made double-clickable
(edit) @103   19 years remar * print "Unable to load library"
Note: See TracRevisionLog for help on using the revision log.