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++ » [BUG?] 1-liner functions are not supported by Assist++?
[BUG?] 1-liner functions are not supported by Assist++? [message #19469] Fri, 05 December 2008 09:35 Go to next message
Mindtraveller is currently offline  Mindtraveller
Messages: 917
Registered: August 2007
Location: Russia, Moscow rgn.
Experienced Contributor

I have some 1-liner function
void __fastcall InvertWithMask(WORD &op, WORD mask) {if (op & mask) {op &= ~mask;} else {op |= mask;}}

and it is completely ignored by Assist++. A bug?
Re: [BUG?] 1-liner functions are not supported by Assist++? [message #19476 is a reply to message #19469] Sat, 06 December 2008 09:52 Go to previous message
Sender Ghost is currently offline  Sender Ghost
Messages: 301
Registered: November 2008
Senior Member
Hello, Paul.

I haven't such issues.
index.php?t=getfile&id=1509&private=0
Please see previous definitions of other methods. Errors can be found there.

I found another one:
struct Bookmark : Moveable<Bookmark> {
	String            file;
	LineEdit::EditPos pos;

	void Serialize(Stream& s)        { s % file % pos; }
}
bookmark[10];

Quote:


C:\upp\uppsrc\ide\ide.h (620): Missing ;


bookmark[10] doesn't recognized. And the following ff:
struct FindInFiles : WithFindInFilesLayout<TopWindow> {
	WString itext;
	virtual bool Key(dword key, int count);
} ff;

Quote:


C:\upp\uppsrc\ide\ide.h (777): Missing ;

[Updated on: Sat, 06 December 2008 10:30]

Report message to a moderator

Previous Topic: Changing of file outside of TheIDE
Next Topic: Text Template / auto replace in code editor
Goto Forum:
  


Current Time: Thu Mar 28 16:00:40 CET 2024

Total time taken to generate the page: 0.00980 seconds