From 20123760acc3ca03b96dcea6121b0e1f68e0ad2c Mon Sep 17 00:00:00 2001 From: 9adefaf01e5bf6426d838cd20eae582d2b6ba647 Date: Thu, 5 Mar 2015 09:39:09 +0300 Subject: [PATCH] Edit style: use 'sublime' keymap, add custom keys F3, Shift-F3, Ctrl-H - find/find previous/replace Ctrl-G: go to line dialog Alt-PgDn: next code section Alt-PgUp: previous code section ...and many more. --- _locales/en/messages.json | 4 ++++ edit.html | 2 ++ edit.js | 18 ++++++++++++++++++ 3 files changed, 24 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index caa72dec..6979dc3f 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -92,6 +92,10 @@ "message": "Disable", "description": "Label for the button to disable a style" }, + "editGotoLine": { + "message": "Goto line (or line:col)", + "description": "Go to line or line:column on Ctrl-G in style code editor" + }, "editStyleHeading": { "message": "Edit Style", "description": "Title of the page for editing styles" diff --git a/edit.html b/edit.html index 4306c86f..65b1ecc4 100644 --- a/edit.html +++ b/edit.html @@ -29,6 +29,8 @@ + +