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 does not work with local variables
Assist does not work with local variables [message #54508] Wed, 05 August 2020 12:37
pvictor is currently offline  pvictor
Messages: 67
Registered: December 2015
Member
Hello.

TheIDE 14750 (and a few previous versions) does not show list of class members when typing '.' (or Ctrl+Space) after local variables.
For example:
struct MyApp : TopWindow {
	Image im1;
	MyApp() {
		Image im2;
		im1.Clear();
		im2.

Assist works after typing "im1." but does not work after typing "im2."

Best regards.

Victor
Previous Topic: Assit++ fails with [[deprecated]] keyword
Next Topic: no more background colors in CodeEditor
Goto Forum:
  


Current Time: Tue Apr 16 15:37:43 CEST 2024

Total time taken to generate the page: 0.01841 seconds