pouët.net

Go to bottom

let's make that properties dialog in visual studio resizeable!

category: code [glöplog]
 
if you are also not amused that it is still not resizeable after all these years - please vote.
if not, ignore this post :)

for what it is worth ...
http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/2028623-make-the-options-dialog-resizable
added on the 2013-04-23 00:14:30 by abductee abductee
is that the Project Settings dialog box you mean?
added on the 2013-04-23 00:37:25 by Gargaj Gargaj
well, that thing:
BB Image
added on the 2013-04-23 00:52:54 by abductee abductee
While they're at it, they could add configuration inheritance (i.e. "this config is the same as this other one except for one thing")
added on the 2013-04-23 00:55:36 by Gargaj Gargaj
@gargaj: just use vsprops, its worthwhile
added on the 2013-04-23 01:01:41 by RufUsul RufUsul
Agreed. Property Sheets is the only way to keep one's sanity when working with Visual Studio on large projects that have many variants (debug/release, profiling mode, memory corruption tracking, 32/64 bit, ...).
added on the 2013-04-23 09:17:34 by Dbug Dbug
Quote:
While they're at it, they could add configuration inheritance (i.e. "this config is the same as this other one except for one thing")

You can copy configurations and edit multiple/all configurations already. Not sure what you mean...
added on the 2013-04-23 10:44:45 by raer raer
raer: Lets say you have three compilation scenarios (not unreasonable) with debug and release versions of each. Now let's say you want to change one option in the three release builds only.
added on the 2013-04-23 10:54:33 by Gargaj Gargaj
Sounds like you want VS to copy Xcode for a change.

That has global project settings, build targets that inherit the project settings (but can override them), then schemes for the target (debug, release, etc.) that can have individual overrides. And yes, resizable too!
added on the 2013-04-23 11:21:09 by psonice psonice
Both XCode and VS suffer from the problem of showing ALL OPTIONS, when I am really only interested in knowing the differences to the parent project.
added on the 2013-04-23 11:40:15 by revival revival
differences seem to be highlighted in bold at least. But yeah, a setting that just shows customised options would be helpful.
added on the 2013-04-23 11:44:33 by psonice psonice
Quote:
Lets say you have three compilation scenarios (not unreasonable) with debug and release versions of each. Now let's say you want to change one option in the three release builds only.

Go into project setting. Upper left configuration drop down list. Select "Multiple configurations". Is that what you want?
added on the 2013-04-23 13:05:19 by raer raer
That has been working since (at least) VS2008...
added on the 2013-04-23 13:07:23 by raer raer
It can be done that way and given the circumstances it's the best option, but I still think a hierarchic way could work better.
added on the 2013-04-23 13:08:56 by Gargaj Gargaj
You can make and cascade as many property sheets as you want with VS2010 and up, it's just that the IDE kind of loses track at a certain point :)
added on the 2013-04-23 13:18:11 by kb_ kb_
eg. look here: [url[https://github.com/farbrausch/fr_public/tree/master/altona_wz4/altona/doc[/url]

One master property sheet (altona.win32.props) and then child sheets for the debug configurations and permutations like "console instead of windowed".
added on the 2013-04-23 13:19:41 by kb_ kb_
Quote:
if you are also not amused that it is still not resizeable after all these years - please vote.

this holds so true for many many GUI elements in windows in general (xp for sure).. is really laughable actually (if it weren't so sad).

"yeah, we definitley need more fancy UI 3D effects shit instead of fixing our longstanding usability problems"

putting the close [X] button directly next to the minimize and maximize buttons was also a very smart move..
<insert 100 other things here>
added on the 2013-04-23 16:03:37 by arm1n arm1n
http://www.grand-am.com/events.aspx?eid=3477&sid=1#


A: "a resizeable dialog? how much will that cost? couple of bucks ey? nah..."

B: "racecars!racecars!racecars!racecars!racecars!racecars!"

A: "Perfect!"
added on the 2013-04-24 08:15:27 by abductee abductee
:D But WAIT! That's advertisement for an IDE!!! It's, uhm, entertaining and, uhm, fast, like race cars and stuff! VROOM! Man, you don't get it, do you?!

Oh and talking about VS. We were analyzing a bug in the VS compiler which created movaps instructions for unaligned memory... Took us a day to find out what was actually wrong...
added on the 2013-04-24 10:37:09 by raer raer

login

Go to top