#pragma warning(default:4554)
template <typename t_CInteger>
struct TCGetHighestBitSetStaticHelper
{
template <t_CInteger t_CurrentNumber, bool t_bIsZero = t_CurrentNumber == t_CInteger(0)>
struct…
Created on 11/18/2012 (updated 16 weeks ago) | 0 validations | 0 workarounds | 5 comments | feedback id: 771534
|
|
|
Closed
as Fixed
|
|
class CTestBase
{
protected:
void operator () ()
{
}
void f_Test()
{
}
};
class CTest : protected CTestBase
{
public:
using CTestBase::operator ();
using CTestBase::f_Test;
};
int _tmain(in…
Created on 11/18/2012 (updated 16 weeks ago) | 0 validations | 0 workarounds | 5 comments | feedback id: 771533
|
|
Compiling the following code in Visual Studio 2012 C++ returns "cannot convert parameter 1 from 'void (__thiscall *)(tf_CType)' to 'void (&)(int)'":
struct CTest
{
template <typename tf_CType>
voi…
Created on 9/12/2012 (updated 12 weeks ago) | 0 validations | 0 workarounds | 2 comments | feedback id: 762343
|
|
|
Closed
as Deferred
|
|
See screenshot. The left pane is too narrow to read the headings at 200% DPI.
Created on 9/12/2012 (updated 1 week ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 762342
|
|
|
Closed
as Deferred
|
|
My assumption is that when you set TextHintingMode to Animated the font rendering should render the font as close as possible to the glyphs in the font and do subpixel positioning and scaling.
If you…
Created on 9/12/2012 (updated 31 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 762294
|
|
|
Closed
as Won't Fix
|
|
Compare the first and third text blocks in the screenshot. The rendering does not look the same.
The only difference between the fonts should be that the second one is scaled so it's pixel size is ha…
Created on 9/12/2012 (updated 31 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 762291
|
|
|
Closed
as Won't Fix
|
|
When the GASP table in the font specifies no grid fitting WPF still grid fits the font in the vertical direction. See RenderComparison.png screenshot.
Attached is a solution that includes the fonts …
Created on 9/12/2012 (updated 31 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 762283
|
|
|
Closed
as Won't Fix
|
|
With some files the intellisense parser seems to hang and I get a dialog about intellisense being updated.
When I enable logging I get entries such as in the 'Visual C++ Log':
[General] UpdateRange f…
Created on 9/11/2012 (updated 1 week ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 762172
|
|
|
Closed
as Deferred
|
|
When using quick find to search-replace it is often useful to go back to the last replaced location after you have done your last intended replace.
When you get another match after your last indented…
Created on 6/3/2012 (updated 30 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 746159
|
|
|
Closed
as Won't Fix
|
|
It is not easy to notice that you accidentally change the theme. This can be unfortunate as changing the theme color destroys all of your Fonts and Colors customizations.
It would be safer and more u…
Created on 6/2/2012 (updated 50 weeks ago) | 0 validations | 0 workarounds | 3 comments | feedback id: 746048
|
|
|
Closed
as Deferred
|
|