Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ TheIDE » U++ TheIDE: CodeEditor, Assist++, Topic++ » Assist++ popup window isn't large enough to show GetSize() text [BUGS] (603.r1) [FIXED]
BugFixedDead.gif  Assist++ popup window isn't large enough to show GetSize() text [BUGS] (603.r1) [FIXED] [message #1708] Tue, 14 March 2006 18:03 Go to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

#include <CtrlLib/CtrlLib.h>

struct Item
{
int i;
int j;
Size GetSize() { return Size(i, j); }
};

int main()
{
Item item;
item. // WORKS, but popup window isn't large enough to show GetSize() text..
Size isz = item. // << DOSN'T WORK
}

[Updated on: Wed, 03 May 2006 20:06] by Moderator

Report message to a moderator

Re: Assist++ bug (603.r1) [message #1710 is a reply to message #1708] Tue, 14 March 2006 18:27 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
unodgs wrote on Tue, 14 March 2006 12:03

#include <CtrlLib/CtrlLib.h>

struct Item
{
int i;
int j;
Size GetSize() { return Size(i, j); }
};

int main()
{
Item item;
item. // WORKS, but popup window isn't large enough to show GetSize() text..
Size isz = item. // << DOSN'T WORK
}




Popup window size reproduced, second bug not -> well, of course it does not work as you present it, as

item.Size isz = item.

is invalid code...

Mirek
Re: Assist++ bug (603.r1) [message #1711 is a reply to message #1710] Tue, 14 March 2006 18:31 Go to previous messageGo to next message
unodgs is currently offline  unodgs
Messages: 1366
Registered: November 2005
Location: Poland
Ultimate Contributor

Try this...

#include <CtrlLib/CtrlLib.h>

struct Item
{
int i;
int j;
Size GetSize() { return Size(i, j); }
};

int main()
{
Item item;
Size isz = item. // << DOSN'T WORK
}
Re: Assist++ bug (603.r1) [message #1712 is a reply to message #1711] Tue, 14 March 2006 18:37 Go to previous messageGo to next message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
unodgs wrote on Tue, 14 March 2006 12:31

Try this...

#include <CtrlLib/CtrlLib.h>

struct Item
{
int i;
int j;
Size GetSize() { return Size(i, j); }
};

int main()
{
Item item;
Size isz = item. // << DOSN'T WORK
}


Works for me.... (In fact, I am not glad it does.... could indicate deeper problem..).

Mirek
Re: Assist++ bug (603.r1) [message #1715 is a reply to message #1711] Tue, 14 March 2006 23:41 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
unodgs wrote on Tue, 14 March 2006 12:31

Try this...

#include <CtrlLib/CtrlLib.h>

struct Item
{
int i;
int j;
Size GetSize() { return Size(i, j); }
};

int main()
{
Item item;
Size isz = item. // << DOSN'T WORK
}


OK, both should be fixed...

Mirek
Previous Topic: Cursor blinks in TheIde even if inactive [BUG?]
Next Topic: 4 digits choice for line numbers lengths in the gutter...[FEATURE REQUEST][ADDED]
Goto Forum:
  


Current Time: Sat Apr 20 03:49:12 CEST 2024

Total time taken to generate the page: 0.06099 seconds