<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Feature suggestion: Easy way to change window titles</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=2e5716a1-75bc-47c6-8396-ea553d169107" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=2e5716a1-75bc-47c6-8396-ea553d169107</link>
<description>DisplayFusion RSS: Feature suggestion: Easy way to change window titles</description>
<lastBuildDate>Thu, 09 Apr 2026 02:09:34 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=2e5716a1-75bc-47c6-8396-ea553d169107</generator>
<item>
<title>RE: Feature suggestion: Easy way to change window titles</title>
<link>https://www.displayfusion.com/Discussions/View/feature-suggestion-easy-way-to-change-window-titles/?ID=2e5716a1-75bc-47c6-8396-ea553d169107#7</link>
<pubDate>Tue, 12 Sep 2023 18:33:35 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/feature-suggestion-easy-way-to-change-window-titles/?ID=2e5716a1-75bc-47c6-8396-ea553d169107#7</guid>
<category>DisplayFusion</category>
<description><![CDATA[The script from Joseph Bailey doesn't work for my IDE (SQL Server Management Studio). As soon as I run a query, it refreshes the title bar and overwrites my custom title set using the script
I have multiple of these IDEs open at a time, and Microsoft gives each one a meaningless name (eg., "SQLQ...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
The script from Joseph Bailey doesn't work for my IDE (SQL Server Management Studio). As soon as I run a query, it refreshes the title bar and overwrites my custom title set using the script <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-frown.light.svg" alt=":(" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":(" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
I have multiple of these IDEs open at a time, and Microsoft gives each one a meaningless name (eg., "SQLQuery8.sql", etc). It's impossible to tell which IDE is for a particular environment or task, and I continually have to ALT+Tab between them to find the one I want.<br/>
<br/>
I would love a way to be able to set a window name and have it stay until the window is closed. <br/>
<br/>
Please consider this feature request. Doesn't look like it can be accomplished using the script. I would pay for a Pro license to be able to do this.
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Feature suggestion: Easy way to change window titles</title>
<link>https://www.displayfusion.com/Discussions/View/feature-suggestion-easy-way-to-change-window-titles/?ID=2e5716a1-75bc-47c6-8396-ea553d169107#6</link>
<pubDate>Tue, 17 Mar 2015 20:17:50 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/feature-suggestion-easy-way-to-change-window-titles/?ID=2e5716a1-75bc-47c6-8396-ea553d169107#6</guid>
<category>DisplayFusion</category>
<description><![CDATA[Nice! Thanks for sharing that script, Joseph]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Nice! Thanks for sharing that script, Joseph <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Feature suggestion: Easy way to change window titles</title>
<link>https://www.displayfusion.com/Discussions/View/feature-suggestion-easy-way-to-change-window-titles/?ID=2e5716a1-75bc-47c6-8396-ea553d169107#5</link>
<pubDate>Tue, 17 Mar 2015 08:45:04 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/feature-suggestion-easy-way-to-change-window-titles/?ID=2e5716a1-75bc-47c6-8396-ea553d169107#5</guid>
<category>DisplayFusion</category>
<description><![CDATA[I added this manually easy to do.
Add a scripted function to display fusion and paste this code
Code
Copy
Select All
using System;
using System.Drawing;
public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{
BFS.Window.SetText(
windowHandle,
BFS.Dia...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I added this manually easy to do.<br/>
<br/>
Add a scripted function to display fusion and paste this code<br/>
<br/>
<div id="" class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019d70008082771288c58470f0ac9ceb" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019d70008082771288c58470f0ac9cebJs'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019d70008082771288c58470f0ac9cebJs" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">using System;
using System.Drawing;

public static class DisplayFusionFunction
{
public static void Run(IntPtr windowHandle)
{
BFS.Window.SetText(
windowHandle,
BFS.Dialog.GetUserInput(
"New window title",
BFS.Window.GetText(
windowHandle
)
)
);
}
}</pre><textarea id="code019d70008082771288c58470f0ac9ceb" name="code019d70008082771288c58470f0ac9ceb" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
Will just pop up with a box to allow you to change the title
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Feature suggestion: Easy way to change window titles</title>
<link>https://www.displayfusion.com/Discussions/View/feature-suggestion-easy-way-to-change-window-titles/?ID=2e5716a1-75bc-47c6-8396-ea553d169107#4</link>
<pubDate>Fri, 20 Jun 2014 19:40:26 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/feature-suggestion-easy-way-to-change-window-titles/?ID=2e5716a1-75bc-47c6-8396-ea553d169107#4</guid>
<category>DisplayFusion</category>
<description><![CDATA[To be totally honest, I'm not quite sure where we ended up with this request. It's still open on our list, but we don't have any notes with it at the moment. We'll have another quick peek at it when we get a chance, and I'll let you know what we come up with
Thanks!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
To be totally honest, I'm not quite sure where we ended up with this request. It's still open on our list, but we don't have any notes with it at the moment. We'll have another quick peek at it when we get a chance, and I'll let you know what we come up with <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Thanks!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Feature suggestion: Easy way to change window titles</title>
<link>https://www.displayfusion.com/Discussions/View/feature-suggestion-easy-way-to-change-window-titles/?ID=2e5716a1-75bc-47c6-8396-ea553d169107#3</link>
<pubDate>Fri, 20 Jun 2014 15:18:02 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/feature-suggestion-easy-way-to-change-window-titles/?ID=2e5716a1-75bc-47c6-8396-ea553d169107#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[I realize this is a really old thread, but figured I'd bump it rather than create a new one.
Were you guys ever able to evaluate how feasible this would be? This would be a huge convenience for me.
I work with a development tool where I have to launch a separate instance of the IDE for each env...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
I realize this is a really old thread, but figured I'd bump it rather than create a new one. <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Were you guys ever able to evaluate how feasible this would be? This would be a huge convenience for me. <br/>
<br/>
I work with a development tool where I have to launch a separate instance of the IDE for each environment I'm working on (e.g., prod, test, etc). As you can see from the attached screenshot, it can quickly get pretty confusing figuring out which is which when I'm trying to bring them up from the task bar or find them in the alt-tab switcher. <br/>
<br/>
Being able to relabel them to match their dev environment would definitely make life a lot easier. It's something I've thought about in the past, and playing with all the cool new features in 6.0 reminded me about it. <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-laugh-squint.light.svg" alt=":D" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":D" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Feature suggestion: Easy way to change window titles</title>
<link>https://www.displayfusion.com/Discussions/View/feature-suggestion-easy-way-to-change-window-titles/?ID=2e5716a1-75bc-47c6-8396-ea553d169107#2</link>
<pubDate>Fri, 21 Sep 2012 17:54:22 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/feature-suggestion-easy-way-to-change-window-titles/?ID=2e5716a1-75bc-47c6-8396-ea553d169107#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Interesting idea! We'll add this to our feature request list for further investigation. In the meantime, have you checked out the "Highlight Window" function in the DisplayFusion Settings &gt; Functions tab? It allows you to specify a colour to highlight the window border with, so that you can mo...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Interesting idea! We'll add this to our feature request list for further investigation. In the meantime, have you checked out the "Highlight Window" function in the DisplayFusion Settings &gt; Functions tab? It allows you to specify a colour to highlight the window border with, so that you can more easily identify the application instance <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
<item>
<title>Feature suggestion: Easy way to change window titles</title>
<link>https://www.displayfusion.com/Discussions/View/feature-suggestion-easy-way-to-change-window-titles/?ID=2e5716a1-75bc-47c6-8396-ea553d169107</link>
<pubDate>Thu, 20 Sep 2012 23:02:13 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/feature-suggestion-easy-way-to-change-window-titles/?ID=2e5716a1-75bc-47c6-8396-ea553d169107</guid>
<category>DisplayFusion</category>
<description><![CDATA[Often I have the same program open multiple times for multiple tasks. It can quickly get confusing as to which instance is for which task. The window title bar only displays 'program name', but not which task I'm using it for. It would be cool if I could, for instance, right click on the title ba...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Often I have the same program open multiple times for multiple tasks. It can quickly get confusing as to which instance is for which task. The window title bar only displays 'program name', but not which task I'm using it for. It would be cool if I could, for instance, right click on the title bar and choose 'rename', to help me keep track of which window is for which task.
</div>
]]></content:encoded>
</item>
</channel>
</rss>