Open nschum opened 10 years ago
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
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.
thanks for the detailed info, i agree to your assumption. i'll have a look into it when i find the time
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 toBOOL
, but then won't shift up or down. If I change it tobool
, shifting works as expected. This happens with both case-sensitive and case-insensitive completion.