Overview
Comment: | undid showspecialchars (looks bad) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
afb9e6e06e270cb5dc2be5d07aba41fd |
User & Date: | Cthulhux on 2024-01-11 10:43:06 |
Other Links: | manifest | tags |
Context
2024-01-11
| ||
10:45 | Added a release date, binaries will follow. check-in: 90ecae3c96 user: Cthulhux tags: trunk | |
10:43 | undid showspecialchars (looks bad) check-in: afb9e6e06e user: Cthulhux tags: trunk | |
10:38 | [Feature] Added a loading window so you won't think groffstudio would procrastinate. check-in: 0e32df0ae5 user: Cthulhux tags: trunk | |
Changes
Modified src/groffstudio.lpi from [914ef8da32] to [8c14a6e054].
︙ | ︙ | |||
76 77 78 79 80 81 82 | <HasResources Value="True"/> <ResourceBaseClass Value="Form"/> <UnitName Value="BuildOutputWindow"/> </Unit> <Unit> <Filename Value="splashscreen.pas"/> <IsPartOfProject Value="True"/> | | | 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 | <HasResources Value="True"/> <ResourceBaseClass Value="Form"/> <UnitName Value="BuildOutputWindow"/> </Unit> <Unit> <Filename Value="splashscreen.pas"/> <IsPartOfProject Value="True"/> <ComponentName Value="SplashscreenWindow"/> <HasResources Value="True"/> <ResourceBaseClass Value="Form"/> <UnitName Value="Splashscreen"/> </Unit> </Units> </ProjectOptions> <CompilerOptions> |
︙ | ︙ |
Modified src/unit1.lfm from [22616aa782] to [8f95214e34].
︙ | ︙ | |||
667 668 669 670 671 672 673 | item Command = ecCut ShortCut = 4184 end> MouseActions = <> MouseTextActions = <> MouseSelActions = <> | | | 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 | item Command = ecCut ShortCut = 4184 end> MouseActions = <> MouseTextActions = <> MouseSelActions = <> Options = [eoAutoIndent, eoEnhanceHomeKey, eoGroupUndo, eoHideRightMargin, eoKeepCaretX, eoSmartTabs, eoTabsToSpaces, eoTrimTrailingSpaces, eoDragDropEditing, eoDoubleClickSelectsLine] Options2 = [eoEnhanceEndKey, eoPersistentBlock, eoOverwriteBlock, eoAcceptDragDropEditing] MouseOptions = [emDragDropEditing, emDoubleClickSelectsLine] VisibleSpecialChars = [vscSpace, vscTabAtLast] SelectedColor.BackPriority = 50 SelectedColor.ForePriority = 50 SelectedColor.FramePriority = 50 SelectedColor.BoldPriority = 50 |
︙ | ︙ |