You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/02/18 11:37:14 UTC

[22/27] brooklyn-ui git commit: tell people about code completion.

tell people about code completion.


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/500b5fa8
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/500b5fa8
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/500b5fa8

Branch: refs/heads/master
Commit: 500b5fa8eba2e9fd4d4c665bd73380362cd163f6
Parents: d4d88aa
Author: Alex Heneveld <al...@cloudsoftcorp.com>
Authored: Tue Feb 16 17:49:16 2016 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Tue Feb 16 17:49:16 2016 +0000

----------------------------------------------------------------------
 src/main/webapp/assets/tpl/editor/page.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/500b5fa8/src/main/webapp/assets/tpl/editor/page.html
----------------------------------------------------------------------
diff --git a/src/main/webapp/assets/tpl/editor/page.html b/src/main/webapp/assets/tpl/editor/page.html
index 05b62db..c0c4338 100644
--- a/src/main/webapp/assets/tpl/editor/page.html
+++ b/src/main/webapp/assets/tpl/editor/page.html
@@ -57,7 +57,7 @@ under the License.
                         <div class="composer-toolbar">
                             <!-- the toolbar -->
                         </div>
-                        <textarea id="yaml_code" placeholder="<enter blueprint yaml here>" mode="yaml" class="code-textarea" style="height:760px; width:98%"></textarea>
+                        <textarea id="yaml_code" placeholder="# Enter blueprint yaml here. Press Ctrl+Space for completion." mode="yaml" class="code-textarea" style="height:760px; width:98%"></textarea>
                     </div>
                 </div>
             </div>