Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion Classes/GyaimController.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def resetState
@nthCand = 0
@ws.searchmode = 0
@selectedstr = nil
hideWindow
end

def converting
Expand Down Expand Up @@ -157,7 +158,6 @@ def handleEvent(event, client:sender)
handled = true
end

showWindow
return handled
end

Expand Down Expand Up @@ -230,6 +230,7 @@ def fix
end

def showCands
showWindow
#
# 選択中の単語をキャレット位置にアンダーライン表示
#
Expand Down
4 changes: 2 additions & 2 deletions Gyaim.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
};
name = Debug;
};
Expand All @@ -472,7 +472,7 @@
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
PREBINDING = NO;
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.5.sdk";
SDKROOT = "$(DEVELOPER_SDK_DIR)/MacOSX10.6.sdk";
};
name = Release;
};
Expand Down