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++ [BUG] (603.r8) [FIXED]
Assist++ [BUG] (603.r8) [FIXED] [message #1820] Mon, 20 March 2006 23:29 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;
	Item(int _i, int _j) : i(_i), j(_j) {}
};

int main()
{
	Item i0(1, 1), i1(2, 2);
	i0.j = 10;
	i1. //DOSN'T WORK
}


When Item has only default constructor and in main() there are no brackets next to definied variables assist shows i1's items.

[Updated on: Mon, 01 May 2006 20:15] by Moderator

Report message to a moderator

Re: Assist++ bug (603.r8) [message #1831 is a reply to message #1820] Tue, 21 March 2006 22:48 Go to previous message
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
Hopefuly fixed (I hope I have not broken something else Wink

Mirek
Previous Topic: 4 digits choice for line numbers lengths in the gutter...[FEATURE REQUEST][ADDED]
Next Topic: CodeEditor: Syntax highlight improvement with namespaces [FEATURE REQUEST]
Goto Forum:
  


Current Time: Fri Apr 19 19:33:06 CEST 2024

Total time taken to generate the page: 0.02569 seconds