Benutzer-Werkzeuge

Webseiten-Werkzeuge


en:configuration

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
en:configuration [2024/01/03 19:44] – [SSH] roehneren:configuration [2024/01/07 17:43] (aktuell) – [Header/Footer] roehner
Zeile 338: Zeile 338:
 //Use "from _ _future_ _ import annotations"//: For recursivly defined classes you need this import. This will change in later Python versions. //Use "from _ _future_ _ import annotations"//: For recursivly defined classes you need this import. This will change in later Python versions.
  
-===== GUI-Designer =====+===== GUI designer =====
  
 {{:en:guidesignerconf.png}} {{:en:guidesignerconf.png}}
Zeile 416: Zeile 416:
 {{:en:browser.png}} {{:en:browser.png}}
  
-You can use the internet-explorer to show the [[Configuration#documentation|documentation]] in internal windows of GuiPy. Activate "Use only one browser window" if only one internal browser-window shall be used.+You can use the internet-explorer to show the [[Configuration#documentation|documentation]] in internal windows of GuiPy. Activate "Use only one browser window" if only one internal browser window shall be used.
  
 With //External browser// you can configure a browser like //Chrome//, //Firefox// or //Opera//. For the external browser you have to set //Browser title// and //Keys for "Open Address" in browser//. If you don't use the internet explorer internally the configured external browser is used to show html files. With //External browser// you can configure a browser like //Chrome//, //Firefox// or //Opera//. For the external browser you have to set //Browser title// and //Keys for "Open Address" in browser//. If you don't use the internet explorer internally the configured external browser is used to show html files.
Zeile 426: Zeile 426:
 The selected language gets active if you press the //Save// button. The selected language gets active if you press the //Save// button.
  
 +===== Options =====
  
 +{{:en:options.png}}
  
 //Save files automatically when closing//: Every open file is saved when closing. (default true)\\ //Save files automatically when closing//: Every open file is saved when closing. (default true)\\
Zeile 461: Zeile 463:
 Setup the page for printing. Setup the page for printing.
  
-===== Header/Footer =====+===== Header Footer =====
  
 {{:en:headerfooter.png}} {{:en:headerfooter.png}}
Zeile 500: Zeile 502:
  
 //Disable Variables Window with SSH//: The updating of the Variables window requires data transers between GuiPy and remote Python engines.  With slow SSH connections this could slow down GuiPy. If checked, the Variables Window is desabled while using an SSH engine. //Disable Variables Window with SSH//: The updating of the Variables window requires data transers between GuiPy and remote Python engines.  With slow SSH connections this could slow down GuiPy. If checked, the Variables Window is desabled while using an SSH engine.
 +
 +===== Tools =====
 +
 +==== Git ====
 +
 +Git is a version control system which supports the work with local and remote repositories. It is used to control versions of source code files.
 +
 +{{:en:git.png}}
 +
 +
 +The git-homepage has the address https://git-scm.com/
 +
 +Under Git folder you enter the folder of the previous installed Git program.
 +Repository local is a folder for local repositories.
 +A remote repository can be cloned. The name of the cloned repository is appended to Repository local.
 +
 +After installation of git the [[:start#tools_menu|tools menu]] will be expanded with a git menu.
 +In an editor window you call git commands from the context menu.
 +
 +==== Subversion ====
 +
 +Subversion (SVN) is a version control system. It is used to maintain current and historical versions of source code files. The subversion homepage is at http://subversion.apache.org/.
 +Due to affordable e-mail-registration there is no automatic install process.
 +
 +{{:en:subversion.png}}
 +
 +After installation the [[:start#tools_menu|tools menu]] is expanded with a subversion menu.
 +
en/configuration.1704307481.txt.gz · Zuletzt geändert: 2024/01/03 19:44 von roehner