Skip to content

Commit

Permalink
20221213
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulSquires committed Dec 13, 2022
1 parent c1e2346 commit 840986b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Help/WinFBE/Visual Designer/Controls/ListView.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@
<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta http-equiv='MSThemeCompatible' content='Yes'>

<meta http-equiv='X-UA-Compatible' content='IE=edge' />
<meta http-equiv='MSThemeCompatible' content='Yes'>

<meta charset="utf-8" />
<meta name="generator" content="pandoc" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
Expand Down Expand Up @@ -1092,5 +1095,6 @@ <h5 id="wfxpoint">wfxPoint</h5>






Binary file modified WinFBE.wfbe
Binary file not shown.
Binary file modified WinFBE32.exe
Binary file not shown.
Binary file modified WinFBE64.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion changes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 3.0.4 ()
Version 3.0.4 (December 13, 2022)
Editor:
- Fixed ENUM code parsing and autocomplete popup.
- Fixed DIM AS autocomplete popup not reducing popup list as word is being typed.
Expand Down
2 changes: 1 addition & 1 deletion src/WinFBE.bas
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ using Afx
#define APPNAME wstr("WinFBE - FreeBASIC Editor")
#define APPNAMESHORT wstr("WinFBE")

#define APPVERSION wstr("3.0.3")
#define APPVERSION wstr("3.0.4")
#define PREVENT_UPDATE_CHECK FALSE ' used for betas

#define APPCOPYRIGHT wstr("Paul Squires, PlanetSquires Software, Copyright (C) 2016-2022")
Expand Down

0 comments on commit 840986b

Please sign in to comment.