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
Nächste ÜberarbeitungBeide Seiten der Revision
en:configuration [2019/07/27 14:43] – [Sequenzdiagramme] roehneren:configuration [2020/01/05 10:17] – [UML-Options] roehner
Zeile 260: Zeile 260:
 This page is for configuring miscellaneous settings. This page is for configuring miscellaneous settings.
  
-  *Deactivate DOS-Window - some teachers don't want that pupils can open a DOS-Window, this setting is therefore protected 
-  *Show components-toolbar - handicapped persons, who can not use a mouse, don't need then components toolbar, they use the component menu instead 
-  *Show borderLayout-toolbar - the borderLayout toolbar is only necessary if you want to use a layout manager to create a gui form 
-  *Show component-menu - handicapped persons, who can not use a mouse, can use the component menu to create a gui form 
   *Load files when starting - load last open files at program start   *Load files when starting - load last open files at program start
-  *Close console-window manually close console programs automatically or manually+  *Check external changes of files - Checks if downloaded files have been changed by external programs 
 +  *Save as renames class - if you save a class with a new file name, the name of the class changes accordingly 
 +  *Create bak-files when saving - create a backup file when saving a file 
 +  *Name GUI-components after attribut "Text" - If you change the Text attribute in the Object Inspector, the name of the GUI component will be set accordingly 
 +  *use interpreter window as console (not for JavaFX) The input / output takes place in the interpreter window of the Java-Editor, not in a separate console window 
 +  *use batch file runjava.bat to start console programs - By default, the batch file RunJava.bat is used, which has a PAUSE command at the end, so you can view the output on the console. If the use of batch files is disabled, disable this setting and exit your console program with an InOut.readln(); 
 +{{:en:optionsen.png}} 
 +  *Accept defaultname during saving 
 +  *Strict java in interactive windows - Instructions must be entered in interactive mode with a closing semicolon. 
 +  *Show hints permanently in GUI designer - Display information about GUI components when moving over them with the mouse.
   *Log debugger - log the debugger output to a text file   *Log debugger - log the debugger output to a text file
-  *Save as renames class if you save a class with a new filename, the class name is renamed as well +  *Translate compiler errors In the editor window, the marks indicate translated texts for compiler errors.
- +
-{{:en:optionsen.png}} +
- +
-  *Start programs without console-window - without check of console or GUI-programrun java-programs always without console-window +
-  *Start programs independent from Java-Editor - reduces cpu-load while running java-programs, output to console will not be shown +
-  *Remove write protection automatically - in case of saving a file +
-  *Create bak-files when saving - create a backup file when saving a file +
-  *Link java-files with Java-Editor - java files are opened with the Java-Editor (needs administrative rights) +
-  *Open message-window automatically - if an error occurs during compilation +
-  *Save files automatically - if not selected always use the save as dialog +
-  *Show file-tabs in multiline - if you open a lot of files the file-tabs are arranged in multiple lines+
  
-  *Codepage for console programs- set the codepage if console programs shall show country specific characters (German: 850)  
   *Additional file filters - the open dialog shows also files witch match the additional file filters   *Additional file filters - the open dialog shows also files witch match the additional file filters
   *Font-size in component bar - set the desired font-size for the component bar, default font size is 9   *Font-size in component bar - set the desired font-size for the component bar, default font size is 9
Zeile 321: Zeile 314:
   *start with datatype - UML compliant a parameter begins with the name followed by the data type. In Java the data type precedes the name of the parameter.   *start with datatype - UML compliant a parameter begins with the name followed by the data type. In Java the data type precedes the name of the parameter.
   *show constructors with visibility - constructors can be represented by a C or by visibility as with methods    *show constructors with visibility - constructors can be represented by a C or by visibility as with methods 
 +  *relationship attributes bold - in class relations the relationship attributes are given in bold
   *show class parameters separately - for a parameterized class the parameter can be displayed in the top right-hand corner   *show class parameters separately - for a parameterized class the parameter can be displayed in the top right-hand corner
   *role hides attribute - role names of a class relationship can hide attributes with the same name   *role hides attribute - role names of a class relationship can hide attributes with the same name
Zeile 327: Zeile 321:
   *show objects with inherited private attributes - for objects inherited private attributes are also displayed with their values   *show objects with inherited private attributes - for objects inherited private attributes are also displayed with their values
   *show objects with methods - normally you only represent objects with their attributes and attribute values   *show objects with methods - normally you only represent objects with their attributes and attribute values
-  *relationship attributes bold - in class relations the relationship attributes are given in bold 
   *start object names with lower case letter - automatically generated object names begin with lowercase letters   *start object names with lower case letter - automatically generated object names begin with lowercase letters
   *show all new objects - if a constructor or a method is called all new objects created in the process can be displayed automatically   *show all new objects - if a constructor or a method is called all new objects created in the process can be displayed automatically
Zeile 343: Zeile 336:
   *show function values in interpreter window - or in a separate function value window   *show function values in interpreter window - or in a separate function value window
  
 +**Type binding**
 +A generic class has a type parameter which can be displayed separately in the right upper corner. You can add a type binding to this type parameter by double clicking it.
 +  
  
 ===== Visibility ===== ===== Visibility =====
en/configuration.txt · Zuletzt geändert: 2023/02/25 19:57 von roehner