Skip to content

Commit

Permalink
Release 5.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvs committed May 29, 2023
1 parent 8cf86b5 commit 3576730
Show file tree
Hide file tree
Showing 8 changed files with 1,920 additions and 1,938 deletions.
5 changes: 3 additions & 2 deletions README.TXT
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
MSEide+MSEgui Pascal Cross Platform GUI Development System.

2022-04-09 Version 5.6.10.
Copyright (c) 1999-2022 by Martin Schreiber and friends.
2023-05-28 Version 5.8.0.
Copyright (c) 1999-2023 by Martin Schreiber and friends.

- Compiles with FPC 2.6.4, 3.0.0, 3.0.2, 3.2.0, 3.2.2 or 3.3.1.
- Compiles with FPC-LLVM 3.3.1.
- For FreeBSD-x86_64, Linux-i386, Linux-x86_64, Linux-Rpi-arm32,
Linux-Rpi-aarch64, Windows-i386, Windows-x86_64.
- Links to xlib and gdi32, no external widget library needed.
Expand Down
6 changes: 6 additions & 0 deletions VERSION.TXT
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
MSEide+MSEgui changes version history
**********************************************

Version 5.8.0
2023-05-28
Lot of fixes.
Less warnings, compatible fpc-llvm.

Version 5.6.10
2022-10-24
Fixes of version 5.6.6.
Expand Down
11 changes: 6 additions & 5 deletions apps/ide/main.mfm
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ object mainfo: tmainfo
container.onlayout = onscale
container.bounds = (
0
17
19
449
132
130
)
dragdock.optionsdock = [od_savepos, od_savezorder, od_canmove, od_cansize, od_canfloat, od_candock, od_captionhint]
dragdock.optionsdockform = [odf_main, odf_childicons]
Expand All @@ -32,6 +32,7 @@ object mainfo: tmainfo
options = [fo_main, fo_terminateonclose, fo_globalshortcuts, fo_savepos, fo_savezorder, fo_savestate]
statfile = projectstatfile
caption = 'MSEide'
windowopacity = -Inf
oncreate = mainfooncreate
oneventloopstart = mainonloaded
ondestroy = mainfoondestroy
Expand All @@ -47,7 +48,7 @@ object mainfo: tmainfo
bounds_x = 0
bounds_y = 19
bounds_cx = 449
bounds_cy = 113
bounds_cy = 111
anchors = [an_top, an_bottom]
dragdock.optionsdock = [od_acceptsdock, od_splitvert, od_splithorz, od_tabed, od_proportional, od_background, od_captionhint]
statfile = projectstatfile
Expand All @@ -61,13 +62,13 @@ object mainfo: tmainfo
bounds_x = 0
bounds_y = 1
bounds_cx = 449
bounds_cy = 19
bounds_cy = 21
anchors = [an_top]
font.name = 'stf_default'
font.xscale = 1
font.localprops = [flp_xscale]
options = [dwo_hintclippedtext]
reffontheight = 15
reffontheight = 17
end
object gdb: tgdbmi
guiintf = True
Expand Down
2 changes: 1 addition & 1 deletion apps/ide/main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ interface
mselistbrowser,projecttreeform,msepipestream,msestringcontainer,msesys,
msewidgets;
const
versiontext = '5.6.10';
versiontext = '5.8.0';
idecaption = 'MSEide';
statname = 'mseide';

Expand Down
3,615 changes: 1,808 additions & 1,807 deletions apps/ide/main_mfm.pas

Large diffs are not rendered by default.

Loading

0 comments on commit 3576730

Please sign in to comment.