Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code completion menu looks awful on Blue Whale and Slate Gray themes #51

Closed
Dian-Jiao opened this issue Oct 26, 2020 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@Dian-Jiao
Copy link

Even though we can change it's colour in the settings, but we can't find the same color as the theme.
why not make the default colour as the theme colour?
classi
gray

@FMXExpress FMXExpress added the bug Something isn't working label Oct 31, 2020
@FMXExpress
Copy link
Collaborator

Can you provide steps to open the code completion?

@Dian-Jiao
Copy link
Author

Can you provide steps to open the code completion?

For example

#include<queue>
using namespace std;
queue x<int>;
int main()
{
	x	//add a "." after the "x".
	return 0;
}

QQ录屏20201103190106

sgapollo pushed a commit to sgapollo/Dev-Cpp that referenced this issue Dec 14, 2020
…mbarcadero#51

Fixed code completion sizing and colors. Now colors by default selected "Default" and it's depends on selected editor theme or editor background.

Confusing translation numbers Embarcadero#75
@sgapollo sgapollo mentioned this issue Dec 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants