##// END OF EJS Templates
new completer for qtconsole....
new completer for qtconsole. add a completer to the qtconsole that is navigable by arraow keys and tab. One need to call it twice to get it on focus and be able to select completion with Return. looks like zsh completer, not the gui drop down list of --gui-completer. This also try to split the completion logic from console_widget, and try to keep the old completer qui around. The plain completer that never takes focus back, and the QlistWidget completer. to switch between the 3, the --gui-completion flag as been changed to take an argument (plain, droplist, ncurses).

File last commit:

r2661:595fc3b9
r7389:1422d277
Show More
project.pbxproj
256 lines | 8.1 KiB | text/plain | TextLexer
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 42;
objects = {
/* Begin PBXContainerItemProxy section */
4C5B7ADB0E1A0BCD006CB905 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 4C96F4FE0E199AB500B03430 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 4C96F50C0E199AF100B03430;
remoteInfo = "Cocoa Frontend Plugin";
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
4C5B7A8D0E1A0B4C006CB905 /* Plugin-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Plugin-Info.plist"; sourceTree = "<group>"; };
4C5B7AD30E1A0BC8006CB905 /* Placeholder (Do Not Use).bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Placeholder (Do Not Use).bundle"; sourceTree = BUILT_PRODUCTS_DIR; };
4C5B7AD40E1A0BC8006CB905 /* Placeholder (Do Not Use)-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Placeholder (Do Not Use)-Info.plist"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
4C5B7AD10E1A0BC8006CB905 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
4C5B7A8C0E1A0B4C006CB905 /* Products */ = {
isa = PBXGroup;
children = (
4C5B7AD30E1A0BC8006CB905 /* Placeholder (Do Not Use).bundle */,
);
name = Products;
sourceTree = "<group>";
};
4C96F4FC0E199AB500B03430 = {
isa = PBXGroup;
children = (
4C5B7A8C0E1A0B4C006CB905 /* Products */,
4C5B7A8D0E1A0B4C006CB905 /* Plugin-Info.plist */,
4C5B7AD40E1A0BC8006CB905 /* Placeholder (Do Not Use)-Info.plist */,
);
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXLegacyTarget section */
4C96F50C0E199AF100B03430 /* Cocoa Frontend Plugin */ = {
isa = PBXLegacyTarget;
buildArgumentsString = "$(ACTION)";
buildConfigurationList = 4C96F5110E199B3300B03430 /* Build configuration list for PBXLegacyTarget "Cocoa Frontend Plugin" */;
buildPhases = (
);
buildToolPath = /usr/bin/make;
buildWorkingDirectory = "";
dependencies = (
);
name = "Cocoa Frontend Plugin";
passBuildSettingsInEnvironment = 1;
productName = "Cocoa Frontend Plugin";
};
/* End PBXLegacyTarget section */
/* Begin PBXNativeTarget section */
4C5B7AD20E1A0BC8006CB905 /* Placeholder (Do Not Use) */ = {
isa = PBXNativeTarget;
buildConfigurationList = 4C5B7ADA0E1A0BC9006CB905 /* Build configuration list for PBXNativeTarget "Placeholder (Do Not Use)" */;
buildPhases = (
4C5B7ACF0E1A0BC8006CB905 /* Resources */,
4C5B7AD00E1A0BC8006CB905 /* Sources */,
4C5B7AD10E1A0BC8006CB905 /* Frameworks */,
);
buildRules = (
);
dependencies = (
4C5B7ADC0E1A0BCD006CB905 /* PBXTargetDependency */,
);
name = "Placeholder (Do Not Use)";
productName = "Placeholder (Do Not Use)";
productReference = 4C5B7AD30E1A0BC8006CB905 /* Placeholder (Do Not Use).bundle */;
productType = "com.apple.product-type.bundle";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
4C96F4FE0E199AB500B03430 /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 4C96F5010E199AB500B03430 /* Build configuration list for PBXProject "CocoaFrontendPlugin" */;
compatibilityVersion = "Xcode 2.4";
hasScannedForEncodings = 0;
mainGroup = 4C96F4FC0E199AB500B03430;
productRefGroup = 4C5B7A8C0E1A0B4C006CB905 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
4C96F50C0E199AF100B03430 /* Cocoa Frontend Plugin */,
4C5B7AD20E1A0BC8006CB905 /* Placeholder (Do Not Use) */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
4C5B7ACF0E1A0BC8006CB905 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
4C5B7AD00E1A0BC8006CB905 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
4C5B7ADC0E1A0BCD006CB905 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4C96F50C0E199AF100B03430 /* Cocoa Frontend Plugin */;
targetProxy = 4C5B7ADB0E1A0BCD006CB905 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
4C5B7AD50E1A0BC9006CB905 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
GCC_MODEL_TUNING = G5;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
INFOPLIST_FILE = "Placeholder (Do Not Use)-Info.plist";
INSTALL_PATH = "$(HOME)/Library/Bundles";
OTHER_LDFLAGS = (
"-framework",
Foundation,
"-framework",
AppKit,
);
PREBINDING = NO;
PRODUCT_NAME = "Placeholder (Do Not Use)";
WRAPPER_EXTENSION = bundle;
ZERO_LINK = YES;
};
name = Debug;
};
4C5B7AD60E1A0BC9006CB905 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
INFOPLIST_FILE = "Placeholder (Do Not Use)-Info.plist";
INSTALL_PATH = "$(HOME)/Library/Bundles";
OTHER_LDFLAGS = (
"-framework",
Foundation,
"-framework",
AppKit,
);
PREBINDING = NO;
PRODUCT_NAME = "Placeholder (Do Not Use)";
WRAPPER_EXTENSION = bundle;
ZERO_LINK = NO;
};
name = Release;
};
4C96F4FF0E199AB500B03430 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
};
name = Debug;
};
4C96F5000E199AB500B03430 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
};
name = Release;
};
4C96F50D0E199AF100B03430 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
PRODUCT_NAME = "Cocoa Frontend Plugin";
};
name = Debug;
};
4C96F50E0E199AF100B03430 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_ENABLE_FIX_AND_CONTINUE = NO;
PRODUCT_NAME = "Cocoa Frontend Plugin";
ZERO_LINK = NO;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
4C5B7ADA0E1A0BC9006CB905 /* Build configuration list for PBXNativeTarget "Placeholder (Do Not Use)" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4C5B7AD50E1A0BC9006CB905 /* Debug */,
4C5B7AD60E1A0BC9006CB905 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4C96F5010E199AB500B03430 /* Build configuration list for PBXProject "CocoaFrontendPlugin" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4C96F4FF0E199AB500B03430 /* Debug */,
4C96F5000E199AB500B03430 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4C96F5110E199B3300B03430 /* Build configuration list for PBXLegacyTarget "Cocoa Frontend Plugin" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4C96F50D0E199AF100B03430 /* Debug */,
4C96F50E0E199AF100B03430 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 4C96F4FE0E199AB500B03430 /* Project object */;
}