Archived Beta Discussions > SlickEdit 2020 v25 Beta Discussion
Title change does not work
(1/1)
photometer:
The following macro to change the title does not work on v25 linux. It works on v25 windows and v24 linux & windows.
==========
#include "slick.sh"
_command void titleset( int flag=3 )
{
_default_option(VSOPTION_APPLICATION_CAPTION_FLAGS,flag);
_config_modify_flags(CFGMODIFY_OPTION);
}
Clark:
I'm not seeing a difference for v25 betweeen Windows and Linux. They both have the bug. The full path of the project or workspace is being displayed instead of just the name.
Fixed for next beta
Navigation
[0] Message Index
Go to full version