Dev-Cpp icon indicating copy to clipboard operation
Dev-Cpp copied to clipboard

Auto-completion doesn't work

Open wnrud-wall opened this issue 4 years ago • 2 comments

Sample code:

#include #include using namespace std; int main() { string s; s.|

return 0; } After the dot, there is no window for selecting methods and properties for string variables? It works for vectors, but not for sets?

wnrud-wall avatar May 24 '21 06:05 wnrud-wall

Try to use de Red Panda Dev Cpp

flopezre avatar Jun 01 '21 03:06 flopezre

Try to use de Red Panda Dev Cpp

Wow, thank you so much for the new clone. I will test it for some time. But at first glance, this clone lacks the disadvantages that exist in Embarcadero Dev-C++ and in Orwell Dev-C++

AspireM3400 avatar Aug 16 '21 05:08 AspireM3400