- Download powerline.less into ATOM_HOME (default: ~/.atom/)
- Add
@import './powerline.less';
into your styles.less in ATOM_HOME. - Enjoy! :D
Powerline could not work on some themes.
Officially supported themes:
- Atom Dark
- Atom Light
All of the below properties or methods, when requested/called in JavaScript, will trigger the browser to synchronously calculate the style and layout*. This is also called reflow or layout thrashing, and is common performance bottleneck.
Generally, all APIs that synchronously provide layout metrics will trigger forced reflow / layout. Read on for additional cases and details.
elem.offsetLeft
, elem.offsetTop
, elem.offsetWidth
, elem.offsetHeight
, elem.offsetParent
Here are a few example use cases, these use cases combine filter with other parameters to make useful API queries. The syntax for any of this may change between now, implementation, and release - they're meant as illustrative examples :)
api.posts.browse({filter: "tags:[photo, video] + id:-5", limit="3"});
GET /api/posts?filter=tags%3A%5Bphoto%2Cvideo%5D%2Bid%3A-5&limit=3
From e097fc9e7b87332dd887cf55e3a3b021a284b219 Mon Sep 17 00:00:00 2001 | |
From: luca020400 <[email protected]> | |
Date: Mon, 27 Apr 2015 11:08:31 +0200 | |
Subject: [PATCH] msm8226-common: enable ambient display | |
Change-Id: Ic33479b31094e411da9390b1fbbda2ca92b72db7 | |
--- | |
.../frameworks/base/core/res/res/values/config.xml | 20 ++++++++++++++++++++ | |
1 file changed, 20 insertions(+) |
4μμ μ΄λ ν΄λ§μ μμΉ¨, | |
νλΌμ£ΌμΏ μ λ€μκΈΈμμ λλ 100%μ μ¬μμμ΄μ μκ°λ¦°λ€. | |
μμ§ν λ§ν΄ κ·Έλ€μ§ μμ μ¬μμμ΄λ μλλ€. | |
λμ λλ λ°κ° μλ κ²λ μλλ€. | |
λ©μ§ μ·μ μ κ³ μλ κ²λ μλλ€. | |
λ¨Έλ¦¬μΉ΄λ½ λ€μͺ½μλ λμ μ λ²λ¦μ΄ λμ§κΈ°κ² λ¬λΌλΆμ΄ μκ³ , | |
λμ΄λ μ μ§ μλ€. | |
λ²μ¨ μλ₯Έ μ΄μ κ°κΉμΈν λκΉ. |