Changeset 169


Ignore:
Timestamp:
Aug 20, 2024, 5:43:36 PM (5 weeks ago)
Author:
chronos
Message:
  • Added: Update 1.3.0 installation packages.
Files:
2 added
5 edited

Legend:

Unmodified
Added
Removed
  • tags/1.3.0/Install/rpm/LazFuck.spec

    r140 r169  
    1313
    1414%description
    15 LazFuck is GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language. 
     15LazFuck is GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language.
    1616
    1717Features:
    1818* Graphical code editor with color syntax highlighting
    19 * Cross-compilation to Delphi, Free Pascal, Python, Java, C, C#, PHP, and Javascript
    20 * Interpreter with debugger 
     19* Cross-compilation to Delphi, Free Pascal, Python, Java, C, C#, PHP, Rust and Javascript
     20* Interpreter with debugger
    2121
    2222%global debug_package %{nil}
  • tags/1.3.0/Release Notes.txt

    r160 r169  
    1111* Modified: Automatically open example file on first start.
    1212* Modified: Used loop in number generation.
     13* Modified: Used scrollbox in target options form.
    1314* Fixed: Update cursor position in status bar.
    1415* Fixed: Memory leak in target code form.
    1516* Fixed: Execution of compiled Java and C# programs.
    1617* Fixed: A typo in interpreter target name.
     18* Fixed: OpenDialog was not initialized in Target options form.
     19* Fixed: Put compiled files into application data directory if source is in read only directory.
    1720
    1821Version 1.2.0 (2022-03-05)
     
    103106* Added: Option to reopen last opened project.
    104107* Added: Action to shrink source code by remove all non printable characters.
    105 * Added: Optimalization for generated code by Delphi and PHP compiler. All same language commands laying side by side will be converted to single generated operation. 
     108* Added: Optimalization for generated code by Delphi and PHP compiler. All same language commands laying side by side will be converted to single generated operation.
    106109* Added: Compiler to PHP.
    107110* Added: Loading list of available compilers and list them for selection in menu Program - Target.
     
    110113* Added: Function for formating source using text indentation according loop nesting.
    111114* Added: Support for multiple interface languages.
    112 * Added: Support for memory cell up to Integer size. Default 256. 
     115* Added: Support for memory cell up to Integer size. Default 256.
    113116* Fixed: Application now can be closed if running program is waiting to new key press.
    114117* Added: Options form.
  • trunk/Install/rpm/LazFuck.spec

    r160 r169  
    1313
    1414%description
    15 LazFuck is GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language. 
     15LazFuck is GUI application for writing, executing, compiling and debugging programs written in famous BrainFuck esoteric programming language.
    1616
    1717Features:
    1818* Graphical code editor with color syntax highlighting
    19 * Cross-compilation to Delphi, Free Pascal, Python, Java, C, C#, PHP, and Javascript
    20 * Interpreter with debugger 
     19* Cross-compilation to Delphi, Free Pascal, Python, Java, C, C#, PHP, Rust and Javascript
     20* Interpreter with debugger
    2121
    2222%global debug_package %{nil}
  • trunk/Release Notes.txt

    r160 r169  
    1111* Modified: Automatically open example file on first start.
    1212* Modified: Used loop in number generation.
     13* Modified: Used scrollbox in target options form.
    1314* Fixed: Update cursor position in status bar.
    1415* Fixed: Memory leak in target code form.
    1516* Fixed: Execution of compiled Java and C# programs.
    1617* Fixed: A typo in interpreter target name.
     18* Fixed: OpenDialog was not initialized in Target options form.
     19* Fixed: Put compiled files into application data directory if source is in read only directory.
    1720
    1821Version 1.2.0 (2022-03-05)
     
    103106* Added: Option to reopen last opened project.
    104107* Added: Action to shrink source code by remove all non printable characters.
    105 * Added: Optimalization for generated code by Delphi and PHP compiler. All same language commands laying side by side will be converted to single generated operation. 
     108* Added: Optimalization for generated code by Delphi and PHP compiler. All same language commands laying side by side will be converted to single generated operation.
    106109* Added: Compiler to PHP.
    107110* Added: Loading list of available compilers and list them for selection in menu Program - Target.
     
    110113* Added: Function for formating source using text indentation according loop nesting.
    111114* Added: Support for multiple interface languages.
    112 * Added: Support for memory cell up to Integer size. Default 256. 
     115* Added: Support for memory cell up to Integer size. Default 256.
    113116* Fixed: Application now can be closed if running program is waiting to new key press.
    114117* Added: Options form.
Note: See TracChangeset for help on using the changeset viewer.