Skip to content
New issue

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

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

Already on GitHub? # to your account

Shifting Objective-C types gets stuck on BOOL #8

Open
nschum opened this issue May 1, 2014 · 3 comments
Open

Shifting Objective-C types gets stuck on BOOL #8

nschum opened this issue May 1, 2014 · 3 comments

Comments

@nschum
Copy link

nschum commented May 1, 2014

Thanks for this plugin. Enjoying it so far.

But for some reason, shifting through the Objective-C types (.m) gets stuck at BOOL. It shifts to BOOL, but then won't shift up or down. If I change it to bool, shifting works as expected. This happens with both case-sensitive and case-insensitive completion.

@kstenschke
Copy link
Owner

Hi Nicolaj,
please check version 1.1.9, i believe it should resolve the issue you describe, please let me know if this worked for you.

P.s. Please consider voting for the plugin on the Jetbrains repository at http://plugins.jetbrains.com/plugin/6149

Greetings, Kay

@nschum
Copy link
Author

nschum commented Jun 2, 2014

Thanks. I no longer get stuck, however the fallback seems to be looking in too many places.

Given this simplified configuration:

(|m|) {
    |int|BOOL|
}
(|sql|) {
    |bit|tinyint|bool|boolean|smallint|mediumint|int|integer|bigint|float|double|decimal|dec|
}

if I start with int in a .m file, it shifts to BOOL correctly, but then continues with boolean, smallint, etc. from the .sql list.

@kstenschke
Copy link
Owner

thanks for the detailed info, i agree to your assumption. i'll have a look into it when i find the time

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants