Difference between revisions of "Library Files Tab"

From Lianjapedia
Jump to: navigation, search
(Dock Tab)
(Context Menu)
Line 41: Line 41:
  
 
===Context Menu===
 
===Context Menu===
 +
Right-clicking in the panel displays the files context menu.
 +
 +
[[{{ns:file}}:lib_files_tab_cm.png|left|link={{filepath:lib_files_tab_cm.png}}|Context Menu]]
 +
<br clear=all>
 +
 +
{| class="wikitable" width="100%"
 +
!width="25%"|Menu Option
 +
!width="75%"|More Information
 +
|-
 +
|valign="top"|New...
 +
|valign="top"|Opens the '''Create a new file''' dialog to create a new file and open it in the [[Script Editor]] in the [[Library Workspace]].
 +
|-
 +
|valign="top"|Open File
 +
|valign="top"|Opens the currently selected file in the [[Script Editor]] in the [[Library Workspace]].
 +
|-
 +
|valign="top"|Open File in Window
 +
|valign="top"|Opens the currently selected file in a floating [[Script Editor]] window.
 +
|-
 +
|valign="top"|Show in Explorer
 +
|valign="top"|Opens the location of the currently selected file in the operating system file explorer.
 +
|-
 +
|valign="top"|Open Command Prompt Here
 +
|valign="top"|Opens an operating system command prompt in the Library directory.
 +
|-
 +
|valign="top"|Copy...
 +
|valign="top"|Copies the currently selected file. You will be prompted to enter the name for the copy.
 +
|-
 +
|valign="top"|Rename...
 +
|valign="top"|Renames the currently selected file. You will be prompted to enter the new name.
 +
|-
 +
|valign="top"|Delete...
 +
|valign="top"|Deletes the currently selected file. You will be prompted to confirm the deletion.
 +
|-
 +
|valign="top"|Copy to app...
 +
|valign="top"|Copies the currently selected file to the currently open App.
 +
|-
 +
|valign="top"|Git...
 +
|valign="top"|See [[Using Version Control|Git Version Control]] for information.
 +
|-
 +
|valign="top"|Refresh
 +
|valign="top"|Refreshes the panel
 +
|-
 +
|}
  
 
==Dock Tab==
 
==Dock Tab==

Revision as of 13:23, 21 December 2017

Under Construction

The App Inspector

The App Inspector is your best friend during development as it provides a complete overview of your App.

It is organized into Tabs. Each Tab is relevant to a particular workspace. You can double click a Tab to detach it into its own floating window.

Clicking the small icon on the far right of the App Inspector title bar will detach it into its own floating window.

Double clicking the window title bar when it is floating will attach it back into place.

App Inspector


The Library Files Tab

The Library Files Tab contains a file list pertaining to the "Library" workspace.

Actionbar

Additional Commands

Additional Commands


Command More Information
Modify Opens the currently selected file in the Script Editor in the Library Workspace.
Rename... Renames the currently selected file. You will be prompted to enter the new name.
Copy to app... Copies the currently selected file to the currently open App.
Refresh Refreshes the Library Files panel.

Context Menu

Right-clicking in the panel displays the files context menu.

Context Menu


Menu Option More Information
New... Opens the Create a new file dialog to create a new file and open it in the Script Editor in the Library Workspace.
Open File Opens the currently selected file in the Script Editor in the Library Workspace.
Open File in Window Opens the currently selected file in a floating Script Editor window.
Show in Explorer Opens the location of the currently selected file in the operating system file explorer.
Open Command Prompt Here Opens an operating system command prompt in the Library directory.
Copy... Copies the currently selected file. You will be prompted to enter the name for the copy.
Rename... Renames the currently selected file. You will be prompted to enter the new name.
Delete... Deletes the currently selected file. You will be prompted to confirm the deletion.
Copy to app... Copies the currently selected file to the currently open App.
Git... See Git Version Control for information.
Refresh Refreshes the panel

Dock Tab

To dock the tab back in the App Inspector, click the [x] or double-click the window title bar.

Library Files Tab


See Also

CodeAssistant, Editor Settings, Library Workspace, Script Editor