laurent [Tue, 14 Jun 2011 17:38:59 +0200] rev 545
Fix bug in UndoBuffer with TextViewer
laurent [Thu, 09 Jun 2011 17:51:53 +0200] rev 544
Adding support for selecting user data type for function return type
laurent [Wed, 08 Jun 2011 18:44:25 +0200] rev 543
Adding support for coloring following elements:
- STRING constants
- Data type in typed literals
- Function and functionBlock parameter names
laurent [Wed, 08 Jun 2011 18:35:28 +0200] rev 542
Fix bug with TRUNC function and with type conversion functions called with constant as parameter
laurent [Mon, 06 Jun 2011 16:29:08 +0200] rev 541
Fixing REAL_TO_INT conversion (behaved like a trunc and not like a round)
laurent [Tue, 24 May 2011 19:37:14 +0200] rev 540
Fix bug when displaying errors when generating textual program in standalone mode
laurent [Thu, 21 Apr 2011 17:52:46 +0200] rev 539
Fix bug when compiling pou including user-defined blocks with unconnected input
laurent [Thu, 21 Apr 2011 16:37:43 +0200] rev 538
Fix Segmentation Fault occurring when trying to open a new editor tab
laurent [Thu, 21 Apr 2011 16:06:33 +0200] rev 537
Fix wire disappearing when wire tip and connector are not exactly at the same position fixed.
laurent [Thu, 21 Apr 2011 15:15:57 +0200] rev 536
Adding '0' and '1' as possible value to force boolean variables
laurent [Thu, 21 Apr 2011 11:06:17 +0200] rev 535
Adding support for saving frame size while closing and restore it at next launch
laurent [Thu, 21 Apr 2011 09:55:28 +0200] rev 534
Fix dialogs positions to stay on the same screen than parent frame
laurent [Tue, 19 Apr 2011 17:10:31 +0200] rev 533
Fix bounding box of Variable Block when variable name displaying size is bigger than block size
laurent [Tue, 19 Apr 2011 17:09:03 +0200] rev 532
Fix bug with Function Blocks input and output position on Windows
laurent [Tue, 19 Apr 2011 15:07:57 +0200] rev 531
Fix bug when buffering modifications on plain text languages
laurent [Tue, 19 Apr 2011 14:57:01 +0200] rev 530
Modifying data stored in UndoBuffer to get a quicker Undo/Redo
laurent [Tue, 19 Apr 2011 14:53:08 +0200] rev 529
Move position of debug value to avoid wire to cross text
laurent [Sat, 16 Apr 2011 10:42:43 +0200] rev 528
Fix bug in block with execution control generation fixed
Edouard Tisserant [Thu, 14 Apr 2011 14:52:05 +0200] rev 527
Fixed typo in PLCGenerator.py
laurent [Tue, 05 Apr 2011 19:08:22 +0200] rev 526
Bug when using arithmetic functions (ADD, SUB, MUL, DIV) for TIME datatypes fixed.
laurent [Tue, 05 Apr 2011 19:06:00 +0200] rev 525
Adding support for debugging and forcing DATE, DT and TOD in Beremiz interface
Edouard Tisserant [Tue, 05 Apr 2011 19:01:51 +0200] rev 524
Dhu... Merged with myself...
edouard [Tue, 05 Apr 2011 18:58:15 +0200] rev 523
Added drag'n'drop of functions and function blocks
Edouard Tisserant [Tue, 05 Apr 2011 18:21:27 +0200] rev 522
Time funcs are now in Time categoryw
Edouard Tisserant [Tue, 05 Apr 2011 15:18:35 +0200] rev 521
Updated availables time realted function in standard lib, updated matiec code generator headers according matiec new licencing
laurent [Mon, 04 Apr 2011 11:57:18 +0200] rev 520
Bug on changing variable class fixed
laurent [Fri, 01 Apr 2011 17:19:31 +0200] rev 519
Adding support for displaying and forcing TIME variables according to IEC 61131 literal format
Edouard Tisserant [Fri, 01 Apr 2011 15:33:36 +0200] rev 518
Larger library hint text window
Edouard Tisserant [Fri, 01 Apr 2011 15:25:43 +0200] rev 517
Added POU interface description in library help text for standard function blocks too, not only in standard functions
Edouard Tisserant [Thu, 31 Mar 2011 19:10:47 +0200] rev 516
Initial TIME support in forcing
laurent [Thu, 31 Mar 2011 17:37:47 +0200] rev 515
Merged with Edouard's modifications
laurent [Thu, 31 Mar 2011 17:36:52 +0200] rev 514
Fix segmentation fault on opening and closing of editor tabs