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++?
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

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


Current Time: Sat May 11 18:45:55 CEST 2024

Total time taken to generate the page: 0.02716 seconds