Skip to content

Commit

Permalink
updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
rgoltermann committed Feb 5, 2021
1 parent 7c92f53 commit d056973
Show file tree
Hide file tree
Showing 22 changed files with 707 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Version 1.5.3 *
Version 1.5.3
==================
- fixed tooltip appears during selection
- fixed underscore not updated on mouse move at include file
- raised presence of markers for current word and parentheses match
- avoid flickering of error markers
- removed short switch to dark mode on canceling the settings dialog
- fixed tooltips appearing during text selection near line number area
- fixed underlined links not always updating properly
- improved visibility of current word and parentheses highlighting by changing render order
- fixed flickering of error markers
- fixed momentary theme switching when closing settings dialog
- fixed wrong color initialization for dark theme
- fixed unwanted cursor jump when searching lst files without results
- fixed MIRO exectuion issue if model files contain spaces
- fixed MIRO execution issue if model files contain spaces

Version 1.5.2
==================
Expand Down
Binary file added build/src/debug/studio.vc.pdb
Binary file not shown.
35 changes: 35 additions & 0 deletions build/tests/testabstractprocess/testabstractprocess_resource.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "\0"
VALUE "FileVersion", "1.5.1.0\0"
VALUE "LegalCopyright", "\0"
VALUE "OriginalFilename", "testabstractprocess.exe\0"
VALUE "ProductName", "testabstractprocess\0"
VALUE "ProductVersion", "1.5.1.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END
/* End of Version info */

35 changes: 35 additions & 0 deletions build/tests/testblockcode/testblockcode_resource.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "\0"
VALUE "FileVersion", "1.5.1.0\0"
VALUE "LegalCopyright", "\0"
VALUE "OriginalFilename", "testblockcode.exe\0"
VALUE "ProductName", "testblockcode\0"
VALUE "ProductVersion", "1.5.1.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END
/* End of Version info */

Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "\0"
VALUE "FileVersion", "1.5.1.0\0"
VALUE "LegalCopyright", "\0"
VALUE "OriginalFilename", "testcheckforupdatewrapper.exe\0"
VALUE "ProductName", "testcheckforupdatewrapper\0"
VALUE "ProductVersion", "1.5.1.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END
/* End of Version info */

35 changes: 35 additions & 0 deletions build/tests/testcommonpaths/testcommonpaths_resource.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "\0"
VALUE "FileVersion", "1.5.1.0\0"
VALUE "LegalCopyright", "\0"
VALUE "OriginalFilename", "testcommonpaths.exe\0"
VALUE "ProductName", "testcommonpaths\0"
VALUE "ProductVersion", "1.5.1.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END
/* End of Version info */

35 changes: 35 additions & 0 deletions build/tests/testconopt4option/testconopt4option_resource.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "\0"
VALUE "FileVersion", "1.5.1.0\0"
VALUE "LegalCopyright", "\0"
VALUE "OriginalFilename", "testconopt4option.exe\0"
VALUE "ProductName", "testconopt4option\0"
VALUE "ProductVersion", "1.5.1.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END
/* End of Version info */

35 changes: 35 additions & 0 deletions build/tests/testcplexoption/testcplexoption_resource.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "\0"
VALUE "FileVersion", "1.5.1.0\0"
VALUE "LegalCopyright", "\0"
VALUE "OriginalFilename", "testcplexoption.exe\0"
VALUE "ProductName", "testcplexoption\0"
VALUE "ProductVersion", "1.5.1.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END
/* End of Version info */

35 changes: 35 additions & 0 deletions build/tests/testdialogfilefilter/testdialogfilefilter_resource.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "\0"
VALUE "FileVersion", "1.5.1.0\0"
VALUE "LegalCopyright", "\0"
VALUE "OriginalFilename", "testdialogfilefilter.exe\0"
VALUE "ProductName", "testdialogfilefilter\0"
VALUE "ProductVersion", "1.5.1.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END
/* End of Version info */

35 changes: 35 additions & 0 deletions build/tests/testdoclocation/testdoclocation_resource.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "\0"
VALUE "FileVersion", "1.5.1.0\0"
VALUE "LegalCopyright", "\0"
VALUE "OriginalFilename", "testdoclocation.exe\0"
VALUE "ProductName", "testdoclocation\0"
VALUE "ProductVersion", "1.5.1.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END
/* End of Version info */

35 changes: 35 additions & 0 deletions build/tests/testeditors/testeditors_resource.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "\0"
VALUE "FileVersion", "1.5.1.0\0"
VALUE "LegalCopyright", "\0"
VALUE "OriginalFilename", "testeditors.exe\0"
VALUE "ProductName", "testeditors\0"
VALUE "ProductVersion", "1.5.1.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END
/* End of Version info */

35 changes: 35 additions & 0 deletions build/tests/testgamslicenseinfo/testgamslicenseinfo_resource.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
#include <windows.h>

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,5,1,0
PRODUCTVERSION 1,5,1,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
FILESUBTYPE 0x0L
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "\0"
VALUE "FileVersion", "1.5.1.0\0"
VALUE "LegalCopyright", "\0"
VALUE "OriginalFilename", "testgamslicenseinfo.exe\0"
VALUE "ProductName", "testgamslicenseinfo\0"
VALUE "ProductVersion", "1.5.1.0\0"
END
END
BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x0409, 1200
END
END
/* End of Version info */

Loading

0 comments on commit d056973

Please sign in to comment.