VariablePanel.py
Fri, 14 Oct 2011 19:26:29 +0200 laurent Adding support for giving keyboard focus to the first control of every dialogs
Sun, 09 Oct 2011 19:51:14 +0200 laurent Adding support for searching text or regular expression in whole project
Fri, 23 Sep 2011 20:07:40 +0200 laurent Adding custom cell editor for interval value in task informations of ResourceEditor
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
Wed, 14 Sep 2011 23:05:04 +0200 laurent Enabling support for direct array variable declaration
Wed, 07 Sep 2011 15:53:28 +0200 laurent Disabling location definition for enumerated and structure variables
Thu, 09 Jun 2011 17:51:53 +0200 laurent Adding support for selecting user data type for function return type
Mon, 04 Apr 2011 11:57:18 +0200 laurent Bug on changing variable class fixed
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:49:09 +0200 laurent Adding support for direct array variable declaration in variable panel (still disable cause matiec doesn't support this feature)
Wed, 16 Dec 2009 14:36:44 +0100 laurent Disable Up and Down buttons when not useful
Wed, 16 Dec 2009 14:22:57 +0100 laurent Bug on FileMenu not refreshed when modifications fixed
Tue, 15 Dec 2009 16:30:39 +0100 laurent Remove limitation on complex types in POU interface
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
Fri, 23 Oct 2009 10:43:31 +0200 laurent Bug while trying to refresh InstancesTree fixed
Fri, 09 Oct 2009 17:34:18 +0200 laurent Update internationalization
Thu, 08 Oct 2009 16:40:08 +0200 laurent Add support for leaving LocationControl when RETURN or TAB pressed
Fri, 02 Oct 2009 18:14:43 +0200 'Laurent Bessard Changes from bct merged
Thu, 24 Sep 2009 18:18:04 +0200 laurent Fix BrowseVariableDialog to be used in PLCOpenEditor without Beremiz plugins
Tue, 22 Sep 2009 09:56:02 +0200 'Laurent Bessard Changes merged
Thu, 17 Sep 2009 14:17:52 -0600 b taylor improved English spelling & grammar
Wed, 16 Sep 2009 11:51:28 -0600 b taylor set variable documentation when a location is selected from the VariableLocationBrowser
Tue, 15 Sep 2009 14:06:59 -0600 b taylor add a Documentation column to the VariablePanel
Fri, 04 Sep 2009 16:37:52 -0600 b taylor introduced BrowseVariableLocationsDialog and the GridCellEditor that launches it.
Wed, 02 Sep 2009 14:55:22 -0600 b taylor VariablePanel.py also depends on types.TupleType
Wed, 02 Sep 2009 12:39:52 -0600 b taylor split the variable editor panel into its own file