Mon, 24 Oct 2011 02:06:34 +0200 laurent Adding support for folding/unfolding and auto-indentation in ST code editor
Mon, 24 Oct 2011 02:03:42 +0200 laurent Fix bug while matching pattern in the definition of resource elements like task or POU instance
Mon, 24 Oct 2011 02:00:34 +0200 laurent Fix bug with utf-8 string value in VariablePanel
Thu, 20 Oct 2011 00:05:38 +0200 laurent Fix bug with highlighting in ConfigurationEditor
Tue, 18 Oct 2011 22:20:10 +0200 laurent Fix bug with internationalization in ResourceEditor
Fri, 14 Oct 2011 19:26:29 +0200 laurent Adding support for giving keyboard focus to the first control of every dialogs
Wed, 12 Oct 2011 23:47:48 +0200 laurent Adding support for searching pattern in datatype elements
Wed, 12 Oct 2011 15:08:47 +0200 laurent Adding hand tool icon in Toolbar for moving the view
Tue, 11 Oct 2011 12:08:55 +0200 laurent Fix bug with usage of CustomTreeCtrl method unavailable on wx older versions
Tue, 11 Oct 2011 12:07:04 +0200 laurent Fixing bug in RessourceEditor with highlighting
Mon, 10 Oct 2011 10:14:24 +0200 laurent Fix search in project feature for latest version of wx on Windows
Mon, 10 Oct 2011 02:22:26 +0200 laurent Fixing search in project feature for Windows
Sun, 09 Oct 2011 23:31:50 +0200 Edouard Tisserant merge
Sun, 09 Oct 2011 23:31:13 +0200 Edouard Tisserant Changed F5 shortcut to CTRL+R for refresh
Sun, 09 Oct 2011 20:10:36 +0200 laurent Fix bug when opening another project while current edited project has at least one tab opened
Sun, 09 Oct 2011 20:04:35 +0200 laurent Disable definition of location for directly declared array variables
Sun, 09 Oct 2011 19:51:14 +0200 laurent Adding support for searching text or regular expression in whole project
Fri, 30 Sep 2011 17:16:02 +0200 laurent Moving xmlclass and docutils into plcopeneditor
Fri, 23 Sep 2011 20:07:40 +0200 laurent Adding custom cell editor for interval value in task informations of ResourceEditor
Thu, 22 Sep 2011 15:33:31 +0200 laurent - Fixing editing graphic element (handles, rubberband and highlight) in graphic editor in order to make them keep the same size whatever the zoom factor applied to graphic editor
Thu, 22 Sep 2011 10:56:52 +0200 laurent Fix bug on Windows after removing "Enable Undo/Redo" menu item
Tue, 20 Sep 2011 23:59:49 +0200 laurent Fixing bug in Variable Panel when pressing Add,Delete,Up or Down button while a cell editor in variable grid is active
Tue, 20 Sep 2011 23:58:31 +0200 laurent Adding column for selecting task triggering in Resource Editor
Thu, 15 Sep 2011 22:29:32 +0200 laurent Fix PrintPreview behavior
Wed, 14 Sep 2011 23:06:47 +0200 laurent Fix bug while generating direct global array variables
Wed, 14 Sep 2011 23:06:05 +0200 laurent Fix bug in extraction and computation of array initial value
Wed, 14 Sep 2011 23:05:04 +0200 laurent Enabling support for direct array variable declaration
Tue, 13 Sep 2011 13:01:04 +0200 laurent Adding support for opening newly created project element
Fri, 09 Sep 2011 17:19:35 +0200 laurent Fix some bugs in driven drawing for LD viewer
Fri, 09 Sep 2011 11:58:53 +0200 laurent Fix bug in SFC Transition when using connection
Wed, 07 Sep 2011 15:53:28 +0200 laurent Disabling location definition for enumerated and structure variables
Fri, 02 Sep 2011 18:16:58 +0200 laurent Fix bugs in exponentiation
Fri, 12 Aug 2011 17:04:55 +0200 pizza Fix Driven drawing in LD editor
Mon, 04 Jul 2011 15:24:44 +0200 laurent Adding support for syntax highlighting for EN and ENO parameters in formal function and function blocs in textual editor
Wed, 29 Jun 2011 12:29:14 +0200 laurent Fix warnings when compiling matiec
Tue, 28 Jun 2011 11:28:28 +0200 laurent Fix bug in using STRING and WSTRING in user defined types
Tue, 14 Jun 2011 17:40:02 +0200 laurent Improve syntax highlighting in TextViewer
Tue, 14 Jun 2011 17:38:59 +0200 laurent Fix bug in UndoBuffer with TextViewer
Thu, 09 Jun 2011 17:51:53 +0200 laurent Adding support for selecting user data type for function return type
Wed, 08 Jun 2011 18:44:25 +0200 laurent Adding support for coloring following elements:
Wed, 08 Jun 2011 18:35:28 +0200 laurent Fix bug with TRUNC function and with type conversion functions called with constant as parameter
Mon, 06 Jun 2011 16:29:08 +0200 laurent Fixing REAL_TO_INT conversion (behaved like a trunc and not like a round)
Tue, 24 May 2011 19:37:14 +0200 laurent Fix bug when displaying errors when generating textual program in standalone mode
Thu, 21 Apr 2011 17:52:46 +0200 laurent Fix bug when compiling pou including user-defined blocks with unconnected input
Thu, 21 Apr 2011 16:37:43 +0200 laurent Fix Segmentation Fault occurring when trying to open a new editor tab
Thu, 21 Apr 2011 16:06:33 +0200 laurent Fix wire disappearing when wire tip and connector are not exactly at the same position fixed.
Thu, 21 Apr 2011 15:15:57 +0200 laurent Adding '0' and '1' as possible value to force boolean variables
Thu, 21 Apr 2011 11:06:17 +0200 laurent Adding support for saving frame size while closing and restore it at next launch
Thu, 21 Apr 2011 09:55:28 +0200 laurent Fix dialogs positions to stay on the same screen than parent frame
Tue, 19 Apr 2011 17:10:31 +0200 laurent Fix bounding box of Variable Block when variable name displaying size is bigger than block size
Tue, 19 Apr 2011 17:09:03 +0200 laurent Fix bug with Function Blocks input and output position on Windows
Tue, 19 Apr 2011 15:07:57 +0200 laurent Fix bug when buffering modifications on plain text languages
Tue, 19 Apr 2011 14:57:01 +0200 laurent Modifying data stored in UndoBuffer to get a quicker Undo/Redo
Tue, 19 Apr 2011 14:53:08 +0200 laurent Move position of debug value to avoid wire to cross text
Sat, 16 Apr 2011 10:42:43 +0200 laurent Fix bug in block with execution control generation fixed
Thu, 14 Apr 2011 14:52:05 +0200 Edouard Tisserant Fixed typo in PLCGenerator.py
Tue, 05 Apr 2011 19:08:22 +0200 laurent Bug when using arithmetic functions (ADD, SUB, MUL, DIV) for TIME datatypes fixed.
Tue, 05 Apr 2011 19:06:00 +0200 laurent Adding support for debugging and forcing DATE, DT and TOD in Beremiz interface
Tue, 05 Apr 2011 19:01:51 +0200 Edouard Tisserant Dhu... Merged with myself...
Tue, 05 Apr 2011 18:58:15 +0200 edouard Added drag'n'drop of functions and function blocks
Tue, 05 Apr 2011 18:21:27 +0200 Edouard Tisserant Time funcs are now in Time categoryw
Tue, 05 Apr 2011 15:18:35 +0200 Edouard Tisserant Updated availables time realted function in standard lib, updated matiec code generator headers according matiec new licencing
Mon, 04 Apr 2011 11:57:18 +0200 laurent Bug on changing variable class fixed
Fri, 01 Apr 2011 17:19:31 +0200 laurent Adding support for displaying and forcing TIME variables according to IEC 61131 literal format
Fri, 01 Apr 2011 15:33:36 +0200 Edouard Tisserant Larger library hint text window
Fri, 01 Apr 2011 15:25:43 +0200 Edouard Tisserant Added POU interface description in library help text for standard function blocks too, not only in standard functions
Thu, 31 Mar 2011 19:10:47 +0200 Edouard Tisserant Initial TIME support in forcing
Thu, 31 Mar 2011 17:37:47 +0200 laurent Merged with Edouard's modifications
Thu, 31 Mar 2011 17:36:52 +0200 laurent Fix segmentation fault on opening and closing of editor tabs
Thu, 31 Mar 2011 12:09:52 +0200 laurent Adding support for disable language translation when default language not available in locale
Thu, 31 Mar 2011 10:53:13 +0200 laurent Fix unwanted translations in TypesTree
Wed, 30 Mar 2011 17:59:54 +0200 laurent Bug variable panel not refreshed when dropping located variables fixed
Wed, 30 Mar 2011 17:52:07 +0200 laurent Adding support for creating contact and coil in LD Viewer instead of variable blocks when dropping a variable
Wed, 30 Mar 2011 16:31:18 +0200 laurent Bug on variable panel row size in grid preventing readability of value inside cell editors fixed
Wed, 30 Mar 2011 15:50:16 +0200 laurent Bug on Contact Rising and Falling edge not displayed correctly while debugging fixed
Wed, 30 Mar 2011 15:49:09 +0200 laurent Adding support for direct array variable declaration in variable panel (still disable cause matiec doesn't support this feature)
Sat, 26 Mar 2011 22:54:33 +0100 Edouard Tisserant Solve "global name 'ID_TRANSITIONCONTENTDIALOGSPACER' is not defined" error on "Create a new divergence" in SFC editor.
Sat, 26 Mar 2011 18:55:23 +0100 Edouqrd Tisserant Fixed exception when forcing LD?contact.
Tue, 22 Feb 2011 17:05:07 +0100 edouard Forced variable now supported in GraphicViewer
Tue, 01 Jun 2010 12:41:14 +0200 lolitech merge
Wed, 16 Dec 2009 15:20:56 +0100 laurent Bug on FileMenu not refreshed when modifications fixed
Fri, 21 May 2010 13:29:01 +0200 pizza Bug in PLCGenerator when Coil is directly connected to LeftPowerRail fixed
Wed, 19 May 2010 22:16:29 +0200 laurent Adding message dialog for PLCOpen XML syntax errors.
Mon, 10 May 2010 21:36:11 +0200 laurent Bug when trying to generate SFC with unconnected connectors fixed
Wed, 16 Dec 2009 15:12:59 +0100 laurent Bug on FileMenu not refreshed when modifications fixed
Wed, 16 Dec 2009 14:53:01 +0100 laurent Disable buttons in DebugVariablePanel when they aren't useful
Wed, 16 Dec 2009 14:36:44 +0100 laurent Disable Up and Down buttons when not useful
Wed, 16 Dec 2009 14:25:35 +0100 laurent Bug on drawing coil fixed
Wed, 16 Dec 2009 14:22:57 +0100 laurent Bug on FileMenu not refreshed when modifications fixed
Wed, 16 Dec 2009 13:37:09 +0100 laurent Fix some errors in french translation
Wed, 16 Dec 2009 13:06:50 +0100 laurent Updating french translation with new string added by variable forcing
Tue, 15 Dec 2009 16:30:39 +0100 laurent Remove limitation on complex types in POU interface
Tue, 15 Dec 2009 11:31:23 +0100 laurent Bug when more than one tab are visible, only one tab is refreshed fixed
Tue, 15 Dec 2009 10:00:21 +0100 laurent Bug when more than one tab are visible, only one tab is refreshed fixed
Tue, 15 Dec 2009 08:53:29 +0100 laurent Bug not refreshing FileMenu when Undo/Redo fixed
Mon, 14 Dec 2009 11:00:56 +0100 laurent Bug not refreshing FileMenu when saving fixed
Mon, 14 Dec 2009 11:00:39 +0100 laurent Bug on standard functions called with literals fixed
Sat, 12 Dec 2009 20:38:41 +0100 laurent Bug on TextViewer fixed : FileMenu not refreshed when text modified
Sat, 12 Dec 2009 20:37:35 +0100 laurent Adding support for excluding option when not available according to IEC 61131 standard
Thu, 10 Dec 2009 16:37:11 +0100 laurent Replace Retain and Constant column in VariablePanel by Option and add the option Non-Retain
Thu, 10 Dec 2009 12:26:06 +0100 laurent Adding support for disable modification of mandatory parameters in ProjectDialog
Thu, 10 Dec 2009 09:33:34 +0100 laurent Bug on Delete one element from an empty DebugVariablePanel fixed
Wed, 09 Dec 2009 16:50:19 +0100 laurent One issue on SetDataProducer not handled fixed
Wed, 09 Dec 2009 10:19:35 +0100 laurent Adding support for getting current value in ForceVariableDialog default value and adding variable in DebugVariablePanel when forced
Tue, 08 Dec 2009 17:10:30 +0100 laurent Adding colour to graphic element that showing forced values
Tue, 08 Dec 2009 16:29:16 +0100 laurent Bug on SFC debugging fixed
Mon, 07 Dec 2009 22:06:04 +0100 Edouard TISSERANT typo
Mon, 07 Dec 2009 21:36:38 +0100 laurent ForceVariableDialog return a python value instead of string
Mon, 07 Dec 2009 21:26:36 +0100 laurent Bug on changing variable value text colour fixed
Mon, 07 Dec 2009 20:42:55 +0100 laurent Adding value colour change in DebugVariablePanel when variable is forced
Mon, 07 Dec 2009 13:38:16 +0100 laurent Adding support for forcing PLC variable in DebugVariablePanel
Mon, 07 Dec 2009 13:37:27 +0100 laurent Adding lock around access to NewDataRefreshRect to avoid concurrent access to this variable
Mon, 07 Dec 2009 09:57:25 +0100 laurent Bug on updateElementName fixed
Sun, 06 Dec 2009 21:20:55 +0100 laurent Adding support for forcing PLC variable in Viewer
Fri, 04 Dec 2009 15:28:08 +0100 laurent Changes merged
Fri, 04 Dec 2009 15:25:36 +0100 laurent Adding contextual menu in debug mode for forcing values
Fri, 04 Dec 2009 15:22:57 +0100 laurent Bug on opening LDPowerRail Dialog fixed
Wed, 02 Dec 2009 19:42:07 +0100 Edouard TISSERANT merge
Wed, 02 Dec 2009 13:11:02 +0100 Edouard TISSERANT merge
Wed, 02 Dec 2009 13:10:10 +0100 Edouard TISSERANT more hgignore