U++ framework
Do not panic. Ask here before giving up.

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 previous message
unodgs is currently offline  unodgs
Messages: 1367
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

 
Read Message BugFixedDead.gif
Read Message
Read Message
Read Message
Read Message
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: Thu Jul 23 14:16:36 GMT+2 2026

Total time taken to generate the page: 0.00524 seconds