11
SlickEdit 2022 v27 Beta Discussion / Re: Multiple Instances... (feature request).
« Last post by Clark on August 09, 2022, 12:32:24 am »If you OR in 0x4 into VSOPTION_APPLICATION_CAPTION_FLAGS, the instance id will be appended ("(1)"). Mine is set to 0x4.
I'm not totally happy with the configuration of the title bar. It should support some sort of parse in parts text. It's a bit complicated due to backward compatibility and special cases. It may require multiple settings to handle certain situations (None open, project open, file open, project and file open). Even with this design it's complicated. In addition, adding yet another configurable special case will be a nightmare.
Code: [Select]
<misc.options n="misc.options" version="1">
...
<application_caption_flags v="0x4"/>
</misc.options>
I'm not totally happy with the configuration of the title bar. It should support some sort of parse in parts text. It's a bit complicated due to backward compatibility and special cases. It may require multiple settings to handle certain situations (None open, project open, file open, project and file open). Even with this design it's complicated. In addition, adding yet another configurable special case will be a nightmare.