- Timestamp:
- Mar 5, 2022, 5:32:14 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Install/deb/debian/changelog
r120 r139 1 lazfuck (1. 2.0-0) precise; urgency=low1 lazfuck (1.3.0-0) precise; urgency=low 2 2 3 * Original version 1. 2.0 packaged with lazdebian3 * Original version 1.3.0 packaged with lazdebian 4 4 5 5 -- Chronos <robie@centrum.cz> Sun, 17 Dec 2016 00:51:08 +0100 -
trunk/Install/deb/debian/control
r119 r139 3 3 Section: devel 4 4 Priority: optional 5 Standards-Version: 1. 2.05 Standards-Version: 1.3.0 6 6 Build-Depends: fpc, lazarus, lcl, lcl-utils, debhelper (>= 8) 7 7 -
trunk/Install/snap/snapcraft.yaml
r123 r139 1 1 name: lazfuck 2 2 title: LazFuck 3 version: '1. 2.0'3 version: '1.3.0' 4 4 summary: A simple BrainFuck IDE written in Lazarus/FPC. 5 5 description: | … … 9 9 * Graphical code editor with color syntax highlighting 10 10 * Cross-compilation to Delphi, Free Pascal, Python, Java, C, C#, PHP, and Javascript 11 * Interpreter with debugger 11 * Interpreter with debugger 12 12 confinement: strict 13 13 base: core20 … … 32 32 install -s -m 755 LazFuck $SNAPCRAFT_PART_INSTALL/usr/bin/LazFuck 33 33 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/LazFuck/Languages 34 install -m 644 Languages/LazFuck.po $SNAPCRAFT_PART_INSTALL/usr/share/LazFuck/Languages34 install -m 644 Languages/LazFuck.pot $SNAPCRAFT_PART_INSTALL/usr/share/LazFuck/Languages 35 35 install -m 644 Languages/LazFuck.cs.po $SNAPCRAFT_PART_INSTALL/usr/share/LazFuck/Languages 36 install -m 644 Languages/UFormAbout.po $SNAPCRAFT_PART_INSTALL/usr/share/LazFuck/Languages36 install -m 644 Languages/UFormAbout.pot $SNAPCRAFT_PART_INSTALL/usr/share/LazFuck/Languages 37 37 install -m 644 Languages/UFormAbout.cs.po $SNAPCRAFT_PART_INSTALL/usr/share/LazFuck/Languages 38 38 install -d -m 755 $SNAPCRAFT_PART_INSTALL/usr/share/applications -
trunk/Install/win/LazFuck.iss
r119 r139 4 4 #define MyAppName "LazFuck" 5 5 #define MyAppNameShort "LazFuck" 6 #define MyAppVersion "1. 2.0"6 #define MyAppVersion "1.3.0" 7 7 #define MyAppVersionSuffix "alfa" 8 8 #define MyAppPublisher "Chronosoft" … … 76 76 ;Source: "{#MyAppSubDir}\Release notes.txt"; DestDir: "{app}"; Flags: ignoreversion 77 77 Source: "{#MyAppSubDir}\Languages\*.po"; DestDir: "{app}\Languages"; Flags: ignoreversion 78 Source: "{#MyAppSubDir}\Languages\*.pot"; DestDir: "{app}\Languages"; Flags: ignoreversion 78 79 79 80 -
trunk/Install/win/build.bat
r94 r139 18 18 copy %MAIN_EXE% %WIN64_EXE% 19 19 20 "c:\Program Files (x86)\Inno Setup 5\ISCC.exe" "%PROJECTNAME%.iss"20 "c:\Program Files (x86)\Inno Setup 6\ISCC.exe" "%PROJECTNAME%.iss" -
trunk/Packages/Common/UCommon.pas
r133 r139 33 33 ExceptionHandler: TExceptionEvent; 34 34 DLLHandle1: HModule; 35 {$IFDEF WINDOWS} 36 GetUserNameEx: procedure (NameFormat: DWORD; 37 lpNameBuffer: LPSTR; nSize: PULONG); stdcall; 38 {$ENDIF} 35 39 36 40 const … … 38 42 clLightGreen = TColor($80FF80); 39 43 clLightRed = TColor($8080FF); 40 41 {$IFDEF WINDOWS}42 GetUserNameEx: procedure (NameFormat: DWORD;43 lpNameBuffer: LPSTR; nSize: PULONG); stdcall;44 {$ENDIF}45 44 46 45 function AddLeadingZeroes(const aNumber, Length : integer) : string; -
trunk/Release Notes.txt
r119 r139 1 Version 1.2.0 (2022-03-05) 2 ========================== 3 4 * Added: Compile multiple action for compilation of code with mutliple compilers at once. 5 * Added: Two more code examples. 6 * Added: Allow to disable debugging support. 7 * Added: Remember last opened tab in options form. 8 * Modified: Update recent files list in registry immediately. 9 * Modified: Faster interval for program output refresh. 10 * Modified: Generate target source code mapping from program code after code optimization step. 11 * Modified: Improved optimization routines code. 12 * Modified: SetZero optimization made as separate step. 13 * Modified: Localized error message. 14 * Modified: Use latest stable Lazarus 2.2.0 for build. 15 * Modified: Updated Common package to version 0.9. 16 * Fixed: Wrong index variable used in inc/dec merge optimization. 17 * Fixed: Reload output if program is reset. 18 * Fixed: Off by one index in loop start command interpretation. 19 * Fixed: Correctly load directory and file name into open and save dialogs. 20 * Fixed: Do not try to open last opened file on start if it doesn't exist. 21 * Fixed: Paste action icon transparency. 22 * Fixed: Scale toolbar and menu icons. 23 * Fixed: Set Modified file flag after format/shring source code action. 24 * Fixed: Error during compilation in CopyMultiply optimization. 25 1 26 Version 1.1.0 (2021-08-18) 2 27 ========================== -
trunk/UCore.lfm
r136 r139 3 3 OnDestroy = DataModuleDestroy 4 4 OldCreateOrder = False 5 Height = 4 516 HorizontalOffset = 8267 VerticalOffset = 4 638 Width = 5 309 PPI = 1 505 Height = 433 6 HorizontalOffset = 793 7 VerticalOffset = 444 8 Width = 509 9 PPI = 144 10 10 object ApplicationInfo: TApplicationInfo 11 11 Identification = 1 12 12 VersionMajor = 1 13 VersionMinor = 213 VersionMinor = 3 14 14 VersionBugFix = 0 15 15 VersionSuffix = 'alfa' … … 541 541 0000000000000000000000000000000000000000000000000000 542 542 } 543 Left = 1 13544 Top = 2 5543 Left = 108 544 Top = 24 545 545 end 546 546 object Translator: TTranslator 547 547 POFilesFolder = 'Languages' 548 548 OnTranslate = TranslatorTranslate 549 Left = 1 13550 Top = 1 13549 Left = 108 550 Top = 108 551 551 end 552 552 object LastOpenedList: TLastOpenedList 553 553 MaxCount = 10 554 Left = 1 13555 Top = 200554 Left = 108 555 Top = 192 556 556 end 557 557 object PersistentForm1: TPersistentForm 558 558 MinVisiblePart = 50 559 559 EntireVisible = False 560 Left = 1 13561 Top = 2 88560 Left = 108 561 Top = 276 562 562 end 563 563 object ImageListMain: TImageList 564 Left = 3 88565 Top = 2 5564 Left = 372 565 Top = 24 566 566 Bitmap = { 567 567 4C7A1D00000010000000100000007B1600000000000078DAED9C07585557B6C7 … … 750 750 object ScaleDPI1: TScaleDPI 751 751 AutoDetect = False 752 Left = 3 88753 Top = 12 5752 Left = 372 753 Top = 120 754 754 end 755 755 object ThemeManager: TThemeManager 756 Left = 3 77757 Top = 2 18756 Left = 362 757 Top = 209 758 758 end 759 759 object AboutDialog: TAboutDialog … … 761 761 ThemeManager = ThemeManager 762 762 ApplicationInfo = ApplicationInfo 763 Left = 3 77764 Top = 300763 Left = 362 764 Top = 288 765 765 end 766 766 end
Note:
See TracChangeset
for help on using the changeset viewer.