Skip to content

Instantly share code, notes, and snippets.

package com.myco.codestyle;
import com.intellij.codeInsight.actions.OptimizeImportsProcessor;
import com.intellij.codeInsight.actions.ReformatCodeProcessor;
import com.intellij.ide.impl.ProjectUtil;
import com.intellij.ide.plugins.PluginManager;
import com.intellij.idea.IdeaApplication;
import com.intellij.idea.Main;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.openapi.application.ApplicationStarter;
@marcosscriven
marcosscriven / gist:c748a098419fd65855c0
Last active August 29, 2015 14:23
Start Chrome in app mode
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app=http://www.bbc.co.uk/iplayer
# Couldn't get this to work if you already have a profile running
# open -b com.google.Chrome --args --app=http://www.bbc.co.uk/iplayer
Despite the commit I'm cherry picking not touching the 3rdparty dir at all, I get this merge issue:
On branch master
Your branch is up-to-date with 'origin/master'.
You are currently cherry-picking commit 6c7143d.
(fix conflicts and run "git cherry-pick --continue")
(use "git cherry-pick --abort" to cancel the cherry-pick operation)
Changes to be committed:
@marcosscriven
marcosscriven / prcoessfile.txt
Created March 13, 2013 21:36
Test case for Emscripten. In native code this will continue on to next line, but in Javascript, it runs forever with the given input.
A
1
B
C
3