Ask questions and see you at December, 14th at 7 PM. More details: http://meetu.ps/32q5jd
I hereby claim:
- I am tscharke on github.
- I am tscharke (https://keybase.io/tscharke) on keybase.
- I have a public key ASDlXKOHXyO7U4Xwj4MMle0T-PATH5op0-1psrbWO9iH8wo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.intellij.codeInsight.folding.impl.EditorFoldingInfo | |
import com.intellij.codeInsight.folding.impl.FoldingUtil | |
import com.intellij.openapi.actionSystem.AnActionEvent | |
import com.intellij.openapi.editor.Document | |
import com.intellij.openapi.editor.Editor | |
import com.intellij.openapi.editor.FoldRegion | |
import com.intellij.openapi.editor.ex.FoldingModelEx | |
import java.util.regex.Pattern |