1. Sencha Architecture 단축키

 > 참조 http://docs.sencha.com/architect/4.2/guides/reference/keyboard_shortcuts.html

Keyboard shortcuts

Menu Bar keyboard shortcuts are displayed in the drop-down menus. Additionally, the Code Editor panel has a set of keyboard shortcuts defined to use only when editing code in that panel. These have a separate help window available from within the Code Editor. This document summarizes all of these keyboard shortcuts.

Mac OS Keyboard Conventions

The notation conventions used on Mac OS menus (and in this document) are:

IconDescription
Command or Apple logo button
^Ctrl key
Alt or Option key
Shift key
Caps Lock

Windows and Linux Notation

For Windows and Linux systems, the menus and this document use the convention of spelling out the name of the keys to be pressed, with a plus sign ("+") separating the key names. This indicates that all keys should be pressed at the same time.

Letters are given in their uppercase form but should be typed as lowercase letters.

For example, the keyboard shortcut to save a project on Windows and Linux systems is given as: Shift+Ctrl+S.

This means to hold down the Shift and Ctrl keys while typing a lowercase "S".

General

DescriptionMac OS ShortcutWindows/Linux Shortcut
Open existing project archive file (.xds file)++OCtrl+Shift+O
Start new project using current frameworkNCtrl+N
Save projectSCtrl+S
Save project asSShift+Ctrl+S
Publish projectF5F5
Preview ProjectF6F6
Architect Preferences and Project Settings,---
Hide Sencha ArchitectH---
Hide OthersH---
Toggle full screenF11F11
Quit Sencha ArchitectQAlt+F4

View

DescriptionMac OS ShortcutWindows/Linux Shortcut
Switch to Design ViewDShift+Ctrl+D
Switch to Code ViewCShift+Ctrl+C
Toggle betweeen Design View and Code View^EShift+Ctrl+E
Navigate Forward in Project Inspector
Navigate Backward in Project Inspector
Jump to Filter Config PanelECtrl+E
Jump to Filter Project InspectorKCtrl+K
Jump to Filter ToolboxBCtrl+B
Jump to Project Inspector NavigatorOCtrl+O
List Tabs open CanvasLCtrl+L
Close Active TabWCtrl+W

Edit

DescriptionMac OS ShortcutWindows/Linux Shortcut
UndoZCtrl+Z
RedoZShift+Ctrl+Z
FindFCtrl+F
Find NextGCtrl+G
Find PreviousGCtrl+Shift+G
Replace editable textFCtrl+H
Quick Add (New in 3.0)TCtrl+T
Quick Add (Top) (New in 3.0)TShift+Ctrl+T
Delete selected componentCtrl++Delete+Shift+Del
Architect Settings,---
Project SettingsPCtrl+P

Code Editor Shortcuts

Architect adds a number of keyboard shortcuts to make it easier to edit code in the Code Editor. These shortcuts are displayed online in a pop-up window when you click the keyboard icon in the top right of the main canvas (when in "code" mode).

DescriptionMac OS ShortcutWindows/Linux Shortcut
Auto indent+TabShift+Tab
Comment/uncomment current line (toggle)+/Ctrl+/
Delete current line+DCtrl+D
Delete next characterDelete, ^+DDelete
Delete previous characterBackspace, ^+HBackspace
Delete to end of character group^++Backspace
Delete to end of line^+KN/A
Delete to end of next word line+DN/A
Delete to start of character group+BackspaceCtrl+Backspace
Find+FCtrl+F
Find next+GCtrl+G
Find previous++GShift+Ctrl+G
Go downDown, ^+NDown
Go leftLeft, ^+BLeft
Go rightRight, ^+FRight
Go to end of character group+RightCtrl+Right
Go to end of code+End, +DownCtrl+End, Ctrl+Down
Go to end of the current line+RightAlt+Right
Go to first character of lineHomeHome
Go to next word+FN/A
Go to previous word+BN/A
Go start of character group+LeftCtrl+Left
Go to start of code+UpCtrl+Home, Ctrl+Up
Go to start of current line+Left, ^+AAlt+Left
Go up+UpUp
Indent less+[Ctrl+[
Indent more+]Ctrl+]
Insert newline and auto indentEnterEnter
Page downPageDown, ^+VPageDown
Page upPageDown, +^+VPageUp
Redo++Z, +YShift+Ctrl+Z, Ctrl+Y
Replace++FCtrl+H
Select All+ACtrl+A
Show completion suggestions for object at cursor.^+SpaceCtrl+Space
Show type of object at cursor+ICtrl+I
Toggle overwrite/insertInsertInsert
Transpose adjacent characters^+TN/A
Undo+ZCtrl+Z

Other Useful Quick References



'Tools > Sencha' 카테고리의 다른 글

sencha cmd project 생성 및 빌드  (0) 2018.04.20
sencha 4.2.3 설치  (2) 2018.04.18


사전 준비 사항

* SenchaCmd-6.5.3.6-windows-64bit

* ext-6.5.3-trial.zip


1. sencha cmd를 통해 프로젝트 생성 명령을 실행합니다.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
> sencha -sdk C:\ext-6.5.3-trial\ext-6.5.3 generate app pdm_ui C:\Users\Admin\
Documents\Sencha\test
Sencha Cmd v6.5.3.6
[INF] Copying framework to C:\Users\Admin\Documents\Sencha\test\ext
[INF] Processing Build Descriptor : classic (development environment)
[INF] Loading compiler context
[INF] Loading app json manifest...
[INF] Appending content to C:\Users\Admin\Documents\Sencha\test\bootstrap.js
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\classic.json
[INF] merging 243 input resources into C:\Users\Admin\Documents\Sencha\test\build\development\pdm_ui\classic\resources
[INF] merged 243 resources into C:\Users\Admin\Documents\Sencha\test\build\development\pdm_ui\classic\resources
[INF] merging 22 input resources into C:\Users\Admin\Documents\Sencha\test\build\development\pdm_ui
[INF] merged 22 resources into C:\Users\Admin\Documents\Sencha\test\build\development\pdm_ui
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\slicer-temp\bootstrap.json
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\slicer-temp\bootstrap.js
[INF] writing sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\sass\pdm_ui-all.scss.tmp
[INF] appending sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\sass\pdm_ui-all.scss.tmp
[INF] appending sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\sass\pdm_ui-all.scss.tmp
[INF] writing sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\sass\config.rb
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\development\pdm_ui\classic.json
[LOG] Fashion build starting for C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\sass\pdm_ui-all.scss
[LOG] Fashion build complete for C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\sass\pdm_ui-all.scss
[LOG] Fashion build completed in 2.29 sec.
[INF] Appending content to C:\Users\Admin\Documents\Sencha\test\bootstrap.js
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\classic.json
[INF]
[INF] ======================================================================
[INF]
[INF] Processing Build Descriptor : modern (development environment)
[INF] Loading compiler context
[INF] Loading app json manifest...
[INF] Appending content to C:\Users\Admin\Documents\Sencha\test\bootstrap.js
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\modern.json
[INF] merging 381 input resources into C:\Users\Admin\Documents\Sencha\test\build\development\pdm_ui\modern\resources
[INF] merged 381 resources into C:\Users\Admin\Documents\Sencha\test\build\development\pdm_ui\modern\resources
[INF] merging 12 input resources into C:\Users\Admin\Documents\Sencha\test\build\development\pdm_ui
[INF] merged 1 resources into C:\Users\Admin\Documents\Sencha\test\build\development\pdm_ui
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\slicer-temp\bootstrap.json
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\slicer-temp\bootstrap.js
[INF] writing sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\sass\pdm_ui-all.scss.tmp
[INF] appending sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\sass\pdm_ui-all.scss.tmp
[INF] appending sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\sass\pdm_ui-all.scss.tmp
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\development\pdm_ui\modern.json
[LOG] Fashion build starting for C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\sass\pdm_ui-all.scss
[LOG] Fashion build complete for C:\Users\Admin\Documents\Sencha\test\build\temp\development\pdm_ui\sass\pdm_ui-all.scss
[LOG] Fashion build completed in 2.035 sec.
[INF] Appending content to C:\Users\Admin\Documents\Sencha\test\bootstrap.js
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\modern.json
 
cs



2. 생성된 프로젝트 경로의 app.js 파일이 위치한 곳에서 다음과 같이 빌드 명령을 실행합니다.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
> sencha app build production
Sencha Cmd v6.5.3.6
[INF] Processing Build Descriptor : classic (production environment)
[INF] Loading compiler context
[INF] Loading app json manifest...
[INF] Processing data with CmdJavascriptCompressor
[INF] JavaScript input level is NEXT and output level is ES5
[INF] Writing concatenated output to file C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\classic\app.js
[INF] merging 243 input resources into C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\classic\resources
[INF] merged 243 resources into C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\classic\resources
[INF] merging 22 input resources into C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui
[INF] merged 22 resources into C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\slicer-temp\bootstrap.json
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\slicer-temp\bootstrap.js
[INF] writing sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\slicer-temp\pdm_ui-example.scss.tmp
[INF] writing sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\slicer-temp\config.rb
[LOG] Fashion build starting for C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\slicer-temp\pdm_ui-example.scss
[LOG] Fashion build complete for C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\slicer-temp\pdm_ui-example.scss
[LOG] Fashion build completed in 2.086 sec.
[INF] Capturing theme image
[INF] Capture complete
[INF] Slicing images...
[INF] Slicing complete - generated 202 images
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\slicer-temp\bootstrap.json
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\slicer-temp\bootstrap.js
[INF] writing sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\sass\pdm_ui-all.scss.tmp
[INF] appending sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\sass\pdm_ui-all.scss.tmp
[INF] appending sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\sass\pdm_ui-all.scss.tmp
[INF] writing sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\sass\config.rb
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\classic.json
[LOG] Fashion build starting for C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\sass\pdm_ui-all.scss
[LOG] Fashion build complete for C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\sass\pdm_ui-all.scss
[LOG] Fashion build completed in 1.957 sec.
[INF] Copying page resources to C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui
[INF] Applying version stamps to json resource entries
[INF] Generating file deltas to C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\classic\deltas
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\classic.json
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\microloader.js
[INF] Appending content to C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\microloader.js
[INF] JavaScript input level is NEXT and output level is ES5
[INF] Building output markup to C:\Users\Admin\Documents\Sencha\test/build/production/pdm_ui/index.html
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\index.html
[INF] generating cache manifest to C:\Users\Admin\Documents\Sencha\test/build/production/pdm_ui/cache.appcache
[INF]
[INF] ======================================================================
[INF]
[INF] Processing Build Descriptor : modern (production environment)
[INF] Loading compiler context
[INF] Loading app json manifest...
[INF] Processing data with CmdJavascriptCompressor
[INF] JavaScript input level is NEXT and output level is ES5
[INF] Writing concatenated output to file C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\modern\app.js
[INF] merging 381 input resources into C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\modern\resources
[INF] merged 381 resources into C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\modern\resources
[INF] merging 12 input resources into C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui
[INF] merged 1 resources into C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\slicer-temp\bootstrap.json
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\slicer-temp\bootstrap.js
[INF] writing sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\sass\pdm_ui-all.scss.tmp
[INF] appending sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\sass\pdm_ui-all.scss.tmp
[INF] appending sass content to C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\sass\pdm_ui-all.scss.tmp
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\modern.json
[LOG] Fashion build starting for C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\sass\pdm_ui-all.scss
[LOG] Fashion build complete for C:\Users\Admin\Documents\Sencha\test\build\temp\production\pdm_ui\sass\pdm_ui-all.scss
[LOG] Fashion build completed in 1.7 sec.
[WRN] C1005: Closure Compiler Warning (Unnecessary escape: '\s' is equivalent to just 's') -- unknown-uri:4789:102
[INF] Copying page resources to C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui
[INF] Applying version stamps to json resource entries
[INF] Generating file deltas to C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\modern\deltas
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\modern.json
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\microloader.js
[INF] Appending content to C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\microloader.js
[INF] JavaScript input level is NEXT and output level is ES5
[INF] Building output markup to C:\Users\Admin\Documents\Sencha\test/build/production/pdm_ui/index.html
[INF] Writing content to C:\Users\Admin\Documents\Sencha\test\build\production\pdm_ui\index.html
[INF] generating cache manifest to C:\Users\Admin\Documents\Sencha\test/build/production/pdm_ui/cache.appcache
 
cs



'Tools > Sencha' 카테고리의 다른 글

Sencha Architecture 단축키  (0) 2018.05.03
sencha 4.2.3 설치  (2) 2018.04.18


1. 해당 파일을 실행



2.



3.



4.



5.



6.



7.



8.



9.



10.



11.



12.



13.



14.



15.



16.



'Tools > Sencha' 카테고리의 다른 글

Sencha Architecture 단축키  (0) 2018.05.03
sencha cmd project 생성 및 빌드  (0) 2018.04.20

+ Recent posts