Willismorse
- Total activity 82
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 30
-
-
Willismorse commented, -
Willismorse created a post, AnsweredAutomatically annotate types for automatically created methods and parameters
I am using Python3 and type annotations in all of my code. Using the quickfix (alt-enter) on undefined methods and parameters will create the appropriate method or parameter, but PyCharm will not a... -
Willismorse created a post, NSInteger vs in 64bit
Given the following code: NSInteger nsInt = 1; int index = nsInt; When building for 64bit, Xcode complains correctly about a loss of precision between NSInteger and int, at the second line. ... -
Willismorse created a post, Is there a way to see raw results for Evaluate XPath?
I am trying to extract text from xml/html, using xpaths like this: //div[@]/text()I would expect to get a simple list of strings, but instead I get results like:(90: 58) <div id="territory_sale... -
Willismorse created a post, Autocompletion getting in the way when creating new local variables?
Here's the scenario:Start typing a new undeclared variable name, such as "label"Immediately, autocompletion pops up, with "msg_labels_t" preselected.If you then type "=", appcode changes "label" to... -
Willismorse created a post, Finding files in project that aren't a member of any target
When I drag a file from the Finder into the project in XCode, Xcode will sometimes (but not always) check the Target Membership check box. Sometimes when I drag a group of files, some will get adde... -
Willismorse created a post, Finding files in the filesystem but not in the project
Sometimes I have resource files (media file, xibs, etc) that are in the file system but haven't been added to the project. The only way to find these things is at run time.If I flip the Project vie... -
Willismorse created a post, AnsweredJetbrains product suggestion: Standalone structured text editor
I work with a lot of designers and copy editors other non-programmers who can't produce well-formed and valid structured text files by hand using the rudimentary tools they have available to them. ... -
Willismorse created a post, Equivalent to Idea's "Call Hierarchy" in AppCode?
Any plans to introduce the call hierarchy viewer in AppCode? I really miss that one.