This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
inifile [2025/05/31 09:57] – admin | inifile [2025/06/13 13:12] (current) – admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
======The Ini File====== | ======The Ini File====== | ||
+ | This section explains how to configure the gitwinch.ini file settings before launching the Git Winch application. All these settings are stored in the application' | ||
+ | **Understanding the ini file** | ||
+ | |||
+ | The ini file contains several lines which has the following format: | ||
+ | |||
+ | < | ||
+ | |||
+ | i.e. you will see a name of the setting (one word), an equals-to sign and a value after that. | ||
+ | Do NOT change the name. That is important. You can only change the values //after// the equals-to sign.\ | ||
+ | |||
+ | These //setting// lines are gathered into various sections. Each section name (one word) is inside square brackets. Do NOT change the names of the sections. | ||
+ | |||
+ | **Configuration Steps** | ||
+ | |||
+ | * Close //Git Winch// if it was running | ||
+ | * Locate the //Git Winch// gitwinch.ini file in the application folder | ||
+ | * Open the file in any text editor (e.g. Notepad, Notepad++, VS-Code) | ||
+ | * Modify the required settings as per your needs | ||
+ | * Save the file | ||
+ | * Launch Git Winch application and the settings would take effect | ||
+ | |||
+ | |||
+ | ===== Work Section ===== | ||
+ | |||
+ | ==== WorkFolderRoot ==== | ||
+ | |||
+ | **Purpose: | ||
+ | |||
+ | **Configuration: | ||
+ | * WorkFolderRoot=D: | ||
+ | |||
+ | |||
+ | |||
+ | **Important: | ||
+ | |||
+ | ==== WorkFolderWarn ==== | ||
+ | |||
+ | **Purpose: | ||
+ | * **1** = Show warning when attempting to work outside work folder | ||
+ | * **0** = No warning displayed | ||
+ | |||
+ | ==== AutoReadNotes ==== | ||
+ | |||
+ | **Purpose: | ||
+ | * **1** = Auto-load notes for selected files | ||
+ | * **0** = Manual note loading (recommended for slow/no internet) | ||
+ | |||
+ | ===== System Section ===== | ||
+ | |||
+ | ==== Display Settings ==== | ||
+ | |||
+ | **ShowHints** | ||
+ | * **1** = Enable context-sensitive help and hints | ||
+ | * **0** = Disable all hints and help | ||
+ | |||
+ | **Greeting** | ||
+ | * **1** = Show greeting message on application launch | ||
+ | * **0** = Skip greeting message | ||
+ | |||
+ | **GreetMessage** | ||
+ | Custom greeting text displayed on application launch | ||
+ | * GreetMessage=Have a nice day | ||
+ | |||
+ | **ShowStatusHints** | ||
+ | * **1** = Show status bar | ||
+ | * **0** = Hide status bar (double-click to show) | ||
+ | |||
+ | **ShowFloatingHints** | ||
+ | * **1** = Show popup hints below UI elements | ||
+ | * **0** = Hide popup hints | ||
+ | |||
+ | ==== System Configuration ==== | ||
+ | |||
+ | **GitSys** | ||
+ | Specifies the Git server type. For Gitlab its " | ||
+ | * GitSys=Gitlab | ||
+ | |||
+ | **LockOnLaunch** | ||
+ | * **1** = Automatically lock files on launch | ||
+ | * **0** = Locks only after user starts editing a file | ||
+ | |||
+ | **LaunchOnlyExe** | ||
+ | * **1** = Use only desktop shortcuts for executables | ||
+ | * **0** = Use only desktop shortcuts | ||
+ | |||
+ | **pauseCapture** | ||
+ | * **1** = Start clipboard queue system in paused state | ||
+ | * **0** = Start clipboard queue system as active | ||
+ | |||
+ | ==== Server URLs ==== | ||
+ | |||
+ | **SystemAPIurl** | ||
+ | URL of the coordination server | ||
+ | * SystemAPIurl=https:// | ||
+ | |||
+ | **Dashboardurl** | ||
+ | Login URL used by this app | ||
+ | * Dashboardurl=https:// | ||
+ | |||
+ | **InfoHTML** | ||
+ | HTML file for info page display | ||
+ | * InfoHTML=defaultOffice.html | ||
+ | |||
+ | **HelpSite** | ||
+ | Main help documentation URL | ||
+ | * HelpSite=https:// | ||
+ | |||
+ | **SaaSHelpSite** | ||
+ | Kanban board help site URL | ||
+ | * SaaSHelpSite=https:// | ||
+ | |||
+ | ==== Localization ==== | ||
+ | |||
+ | **TrLanguage** | ||
+ | Translation language code for translating help. ml stands for Malayalam | ||
+ | * TrLanguage=ml | ||
+ | For the full set of language codes, refer to [[https:// | ||
+ | |||
+ | **Note:** Ensure all folder paths exist and you should be able to save here before starting the application. | ||
----- | ----- | ||
+ | |||
[[/ | [[/ |