Difference between revisions of "Category:Apps Workspace"

From Lianjapedia
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:Apps Workspace}}
 
{{DISPLAYTITLE:Apps Workspace}}
The Apps workspace is where you create a new App or open an existing one. All scripts that you write that are associated with the App can be edited here in the Script editor.
+
==Apps==
 +
The Apps workspace is where you create a new App or open an existing one.  
  
[[File:bm-appsworkspace.png|middle|773px|link={{filepath:bm-appsworkspace.png}}]]
+
[[{{ns:file}}:l5_appsws_apps.png|800px|left|border|link={{filepath:l5_appsws_apps.png}}|Apps]]
 +
<br clear=all>
 +
 
 +
Note that if you have a [[Lianja Projects|Lianja Project]] open, you will only see the Apps that have been added to that Project.
 +
 
 +
==Files==
 +
All scripts that you write that are associated with the App can be edited here in the [[Script Editor]].
 +
 
 +
[[{{ns:file}}:l5_appsws_files.png|800px|left|border|link={{filepath:l5_appsws_files.png}}|Files]]
 +
<br clear=all>
 +
 
 +
==Toolbuttons==
 +
 
 +
[[{{ns:file}}:l5_appsws_tbs.png|left|border|link={{filepath:l5_appsws_tbs.png}}|Toolbuttons]]
 +
<br clear=all>
 +
 
 +
{| class="wikitable" width="100%"
 +
!width="20%"|Button
 +
!width="80%"|Description
 +
|-
 +
|valign="top"|Goto the Home Page||See [[:Category:Home Workspace|Home Workspace]]
 +
|-
 +
|valign="top"|Compile file||Compiles the file currently selected in the [[Script Editor]]
 +
|-
 +
|valign="top"|Run file||Runs the file currently selected in the [[Script Editor]]
 +
|-
 +
|valign="top"|Profile file||[[Troubleshooter Profiler Metrics Tab|Profiles]] the file currently selected in the [[Script Editor]]
 +
|-
 +
|valign="top"|Open file in Debugger||Opens the file currently selected in the [[Script Editor]] in the appropriate Debugger.<br>This applies to [[Troubleshooter Debugger Tab|Lianja/VFP prg scripts]], [[Troubleshooter Python Debugger Tab|Python Files]] and [[Troubleshooter JavaScript Debugger Tab|JavaScript Files]]
 +
|-
 +
|valign="top"|Reload the App||Reloads the currently open App
 +
|-
 +
|valign="top"|Toggle App Inspector||See [[App Inspector]]
 +
|-
 +
|valign="top"|Switch to the Pages Workspace||valign="top"|See [[Pages Workspace]].  Saves all modified in the [[Script Editor]] before switching.
 +
|-
 +
|valign="top"|Save||Saves the file currently selected in the [[Script Editor]]
 +
|-
 +
|valign="top"|Revert to last saved<br>version of this file||valign="top"|Reverts to last saved version of the file currently selected in the [[Script Editor]].  You are prompted to confirm the operation.
 +
|-
 +
|valign="top"|New App||Starts the [[App Wizard]] to create a new App
 +
|-
 +
|valign="top"|New File||Displays a dialog to allow the selection of file type and entry of file name then creates the file and opens it in the [[Script Editor]]
 +
|-
 +
|valign="top"|Install package||Installs a [[Lianja Package Files|Lianja Package]] containing App(s) and/or database(s)
 +
|-
 +
|valign="top"|Quick Deploy||Displays the [[Quick_Deploy#Quick_Deploy|Quick Deploy]] dialog
 +
|-
 +
|valign="top"|Quick Package||Creates a [[Lianja_Package_Manager#Quick_Package|Quick Package]] for the currently open App
 +
|-
 +
|valign="top"|Generate App Doc||[[App Doc|Generates doc for the currently open App]]
 +
|-
 +
|valign="top"|Close the App||Closes the currently open App
 +
|-
 +
|valign="top"|Preview live in browser||[[Deploying_to_Local_Directory#Deploying_Lianja_Web.2FMobile_Client_Apps|Preview your web App live in your default browser]].
 +
|-
 +
|valign="top"|Desktop App View||[[Understanding_Live_Preview#Desktop_Apps|Preview your desktop App live in Desktop App View]].
 +
|-
 +
|valign="top"|Instant search||Searches for the entered text in the file currently selected in the [[Script Editor]]
 +
|-
 +
|}
 +
 
 +
Note: the '''Web App View''', '''Tablet App View''' and '''Phone App View''' buttons were removed in Lianja v5.5.  [[Deploying_to_Local_Directory#Deploying_Lianja_Web.2FMobile_Client_Apps|Preview live in browser]] should be used instead along with [[Deploying_to_Local_Directory#Device_Emulation|device emulation]] if required.
 +
 
 +
==Readme.html==
 +
From v8.0, when a new App is created or an App is opened a ''readme.html'' file is opened in the [[Script Editor]] in the Apps workspace.
 +
 
 +
A template is provided to allow the Author, Description and Revision history of the App to be recorded.
 +
 
 +
[[{{ns:file}}:l8_apps_readme.png|800px|left|border|link={{filepath:l8_apps_readme.png}}|Readme.html]]
 +
<br clear=all>
 +
 
 +
Note: with the readme.html file open in the Script Editor, the [[Script_Editor#Find_Panel_Operations|Search Panel]] can be used to search all files in the App without needing to open another script.
  
 
[[Category:Workspaces]]
 
[[Category:Workspaces]]
 +
[[Category:Lianja v8.0]]

Latest revision as of 05:25, 22 September 2022

Apps

The Apps workspace is where you create a new App or open an existing one.

Apps


Note that if you have a Lianja Project open, you will only see the Apps that have been added to that Project.

Files

All scripts that you write that are associated with the App can be edited here in the Script Editor.

Files


Toolbuttons

Toolbuttons


Button Description
Goto the Home Page See Home Workspace
Compile file Compiles the file currently selected in the Script Editor
Run file Runs the file currently selected in the Script Editor
Profile file Profiles the file currently selected in the Script Editor
Open file in Debugger Opens the file currently selected in the Script Editor in the appropriate Debugger.
This applies to Lianja/VFP prg scripts, Python Files and JavaScript Files
Reload the App Reloads the currently open App
Toggle App Inspector See App Inspector
Switch to the Pages Workspace See Pages Workspace. Saves all modified in the Script Editor before switching.
Save Saves the file currently selected in the Script Editor
Revert to last saved
version of this file
Reverts to last saved version of the file currently selected in the Script Editor. You are prompted to confirm the operation.
New App Starts the App Wizard to create a new App
New File Displays a dialog to allow the selection of file type and entry of file name then creates the file and opens it in the Script Editor
Install package Installs a Lianja Package containing App(s) and/or database(s)
Quick Deploy Displays the Quick Deploy dialog
Quick Package Creates a Quick Package for the currently open App
Generate App Doc Generates doc for the currently open App
Close the App Closes the currently open App
Preview live in browser Preview your web App live in your default browser.
Desktop App View Preview your desktop App live in Desktop App View.
Instant search Searches for the entered text in the file currently selected in the Script Editor

Note: the Web App View, Tablet App View and Phone App View buttons were removed in Lianja v5.5. Preview live in browser should be used instead along with device emulation if required.

Readme.html

From v8.0, when a new App is created or an App is opened a readme.html file is opened in the Script Editor in the Apps workspace.

A template is provided to allow the Author, Description and Revision history of the App to be recorded.

Readme.html


Note: with the readme.html file open in the Script Editor, the Search Panel can be used to search all files in the App without needing to open another script.

Pages in category "Apps Workspace"

The following 6 pages are in this category, out of 6 total.