Disable Hints in Result Window

Discuss the Integrated Development Environment (IDE)

Moderators: David Barker, Jerry Messina

Post Reply
W4GNS
Registered User
Registered User
Posts: 29
Joined: Wed Nov 03, 2010 7:18 pm
Location: Occupied South (Virginia)

Disable Hints in Result Window

Post by W4GNS » Fri Jan 14, 2011 2:55 pm

Is it possible to disable hints in the results window, without disabling the result window ?
I have read through the help file on this matter, am I guilty of reading too fast ?
Gary W4GNS

User avatar
David Barker
Swordfish Developer
Posts: 1214
Joined: Tue Oct 03, 2006 7:01 pm
Location: Saltburn by the Sea, UK
Contact:

Post by David Barker » Fri Jan 14, 2011 3:52 pm

The sort answer is no - but if a few people make the request I will look at adding it for the next release.

W4GNS
Registered User
Registered User
Posts: 29
Joined: Wed Nov 03, 2010 7:18 pm
Location: Occupied South (Virginia)

Post by W4GNS » Sat Jan 15, 2011 1:47 am

David, Thanks for the reply. As I write this, 39 people have visited this topic, and not one have spoken up, so looks like I'm very much a minority, And I completely understand not adding the (feature?) for just 1 single request. I'll learn to live with it :D
Best Regards

David Barker wrote:The sort answer is no - but if a few people make the request I will look at adding it for the next release.
Gary W4GNS

User avatar
Senacharim
Posts: 139
Joined: Tue Aug 10, 2010 5:19 pm
Location: Ventura, CA

Post by Senacharim » Sat Jan 15, 2011 3:50 pm

It's not as though this is the most active forum...

I, for one, would like a way to remove a hint, perhaps something akin to
#hints on
... stuff! ...
#hints off

or something to that effect.


Honestly though, most of the hints are useful. Speaking of useful hints, if you're ever bored and decide to throw in a hint that says "you never called sub/function x" in relation to the primary code block, that would be cool too.
Surviving Member
Bermuda Triangle Battalion
from 2026 to 1992

Voted "Most likely to time travel"--Class of 2024.

Jerry Messina
Swordfish Developer
Posts: 1473
Joined: Fri Jan 30, 2009 6:27 pm
Location: US

Post by Jerry Messina » Sat Jan 15, 2011 6:59 pm

What "hints" are you all talking about? Am I missing out on something?
if you're ever bored and decide to throw in a hint that says "you never called sub/function x" in relation to the primary code block, that would be cool too.
Please don't add that one. That would generate 1000's of messages.

User avatar
David Barker
Swordfish Developer
Posts: 1214
Joined: Tue Oct 03, 2006 7:01 pm
Location: Saltburn by the Sea, UK
Contact:

Post by David Barker » Sun Jan 16, 2011 11:08 am

I was also going to point that out - adding a hint for non called subs and functions would generate quite a few messages!

User avatar
Senacharim
Posts: 139
Joined: Tue Aug 10, 2010 5:19 pm
Location: Ventura, CA

Post by Senacharim » Sun Jan 16, 2011 1:33 pm

No no, you mis-understand--only in the "Program" code block, not including modules and the un-called subs/functions in modules do not end up in the final code anyhow.
Surviving Member
Bermuda Triangle Battalion
from 2026 to 1992

Voted "Most likely to time travel"--Class of 2024.

Jerry Messina
Swordfish Developer
Posts: 1473
Joined: Fri Jan 30, 2009 6:27 pm
Location: US

Post by Jerry Messina » Sun Jan 16, 2011 9:51 pm

The unreferenced ones in the "Program" block get optimized out too, so what's the point?

User avatar
Senacharim
Posts: 139
Joined: Tue Aug 10, 2010 5:19 pm
Location: Ventura, CA

Post by Senacharim » Mon Jan 17, 2011 3:00 pm

Ah, if that is the case then implementing my suggestion would serve no purpose. I see.
Surviving Member
Bermuda Triangle Battalion
from 2026 to 1992

Voted "Most likely to time travel"--Class of 2024.

Post Reply