Note that there are some explanatory texts on larger screens.

plurals
  1. USTyler
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COI did not add the Embed info to the Application splashScreenImage (because I'm using a component to provide different images to different resolutions) but I did place the "Default-568h@2x.png" image in the src directory and built the app with the iOS 6.1 SDK and this correctly displayed using the full resolution on an iPhone 5. So hopefully this is useful to those of you using a component like me without having to build an app to test first, etc. I used Flash Builder 4.7 and AIR 3.8.
      singulars
    2. COOn OSX, replace CTRL with CMD for the first two keyboard actions. But you will still need to use CTRL with PgUp or PgDown to cycle through editors. Another set of useful KB shortcuts I just found while trying out some of the suggestions below: you can use ALT+Up or ALT+Down to move an entire line of code.
      singulars
    3. COThanks for shedding some light on the question. That makes total sense to me now and the reset command works perfectly for my situation above. But what would be the commands to accept the submodule ref from the master branch and throw away the ref to the current branch's submodule? I know how to handle normal conflicts, but after three days of scouring the web, I can not find one code example other than rm -r. And I'm beginning to think that there a reason for the examples not existing; submodule are so far abstracted from the superproject that you have have to manage every transition.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload