Daniel Inkpen

Results 13 issues of Daniel Inkpen

Hey. Nice work on this. I'd absolutely love to use Sublime over Xcode. I'm not having luck here on getting this working... I see on the README it says >...

I'm getting weird results with date parsing ``` Ruby (main)> a.date_column = "2013-04-01T09:00:00+01:00" => "2013-04-01T09:00:00+01:00" (main)> a.date_column => 2013-04-01 02:00:00 +0100 ``` edit--- ooer now I'm confused, it uses the...

enhancement

Use in order: - Preference from `xcodeproj` - Preference in Sublime settings - Default (is there a way to lookup the most recent iOS SDK to use as default?)

enhancement

Sublime Text has a popup view that: > Shows a popup displaying HTML content. Specifically, there's a flag for this popup view to work with autocomplete: > sublime.COOPERATE_WITH_AUTO_COMPLETE. Causes the...

enhancement

- Search the project directory for an `xcodeproj` directory - Read the `xcodeproj` to get the actual list of source files for the project. - Use in place of `arg_files`...

enhancement

https://github.com/Dan2552/SourceKittenSubl/issues/18

bug

In the Swift/SourceKit source there are [Python bindings for using SourceKit directly](https://github.com/apple/swift/blob/master/tools/SourceKit/bindings/python/sourcekitd/request.py) I couldn't work out how to compile SourceKit, but from the comment here, I think it would be...

enhancement

A SourceKitDaemon adapter could be written with a configuration to choose between SourceKitten/SourceKitDaemon) It just needs to implement the same methods as the `source_kitten` module: - `complete(offset, file, project_directory, text)`...

enhancement

``` GridPoint() ^ ``` suggests correctly: ``` GridPoint(col: , row: , floor: ) ``` but ``` let gridPoint = GridPoint() ^ ``` gets results as if no context