Skip to content
This repository was archived by the owner on Nov 3, 2020. It is now read-only.

Polish for Source Menus & Pod Autocomplete improvements#298

Merged
orta merged 8 commits intomasterfrom
menu_fix
Apr 30, 2016
Merged

Polish for Source Menus & Pod Autocomplete improvements#298
orta merged 8 commits intomasterfrom
menu_fix

Conversation

@orta
Copy link
Copy Markdown
Member

@orta orta commented Apr 28, 2016

Sources Stuff

  • Supports light / dark menus
  • Uses the images I wanted for the popover button in the Podfile editor

screen shot 2016-04-28 at 16 45 32

- It will do a notification when the specs repo updates ### Auto Complete

When you do autocomplete in most places in the Podfile, it will show the DSL attributes.

screen shot 2016-04-28 at 16 40 51

When you do it inside a pod " then you will get all Pods.

screen shot 2016-04-28 at 16 41 03

### Minor

I started adding some localised strings to my swift stuff, in doing so I created a localised string operator. Looks like this: ~"Hello".

@CocoaPodsBarista
Copy link
Copy Markdown

CocoaPodsBarista commented Apr 28, 2016

      <tr>
    <td>:white_check_mark:</td>
    <td data-sticky="true"><del><p>Please include a CHANGELOG entry to credit yourself! 

You can find it at CHANGELOG.md.


        :white_check_mark: Jolly good show.
    
  </th>
 </tr>

Generated by 🚫 danger

/// the format of ~"my key", also transforming it
/// into uppercase, and swapping spaces to underscores

prefix func ~ (string: String) -> String {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Neat!

@orta orta merged commit 4fe8d4c into master Apr 30, 2016
@orta orta deleted the menu_fix branch April 30, 2016 07:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants