James

Results 39 issues of James
trafficstars

Window.RootViewController = new MainController (); Inside MainController is the FlyoutNavigationController as well as the InboxViewController being added as a view. // Adding the Inbox to the menu. controllers.Add (new UINavigationController...

Copy something like: ``` (defun media-thumbnail-dired--display () "Display the icons of files in a Dired buffer." (interactive) (remove-images (point-min) (point-max)) (let ((inhibit-read-only t)) (save-excursion (goto-char (point-min)) (while (not (eobp)) (when...

enhancement

``` (1 2 3) |(a) (b) (c) ``` I think it'd be cool to be able to teleport an s-expression to the end of another s-expression. ``` (1 2 3...

Creating issue to track adding this to xcode-mode.

Looks like they don't support xctool anymore. It might be worth switching full-on to xcodebuild and pulling out the relevant info? Also somewhat tangential @nicklanasa, but I wrote a checker...

Can do something similar to https://github.com/atilaneves/cmake-ide that automates a lot of the glue to get completion / code navigation working. Navigation -> https://github.com/Andersbakken/rtags/issues/738 Completion -> https://github.com/Sarcasm/irony-mode/issues/313 or https://github.com/Valloric/ycmd/issues/534 Only dependency...

If using ring defaults with: :absolute-redirects - Any redirects to relative URLs will be turned into redirects to absolute URLs, to better conform to the HTTP spec. set to true,...

When I press a to append something, the cursor pops to the bottom of the page in insert mode. When I press x to delete a character, it pops about...

Bug

We can probably automatically configure a project using the project root and some conventional values. ``` (malinka-define-project :name "ethereum" :root-directory "/home/lefteris/ew/cpp-ethereum" :build-directory "/home/lefteris/ew/cpp-ethereum/build" :configure-cmd "cmake .. -DCMAKE_BUILD_TYPE=Debug -DHEADLESS=1" :compile-cmd "make...

Not sure if this is how Solarized is supposed to look in the terminal. The comments are grey while the MacVim version looks perfect. Only setting on is the termtrans...