Difference between revisions of "ATGroups"

From Lazarus wiki
Jump to navigationJump to search
m (Add page template; fix heading levels; moved categories to page template)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
= About =
+
{{ATGroups}}
  
''ATGroups'' is used in SynWrite text editor as app skeleton. It contains 6 page-controls, each based on [[ATTabs]], and maniupulates these pages: depending on Mode prop, it makes visible one, two, three etc pages, with splitters between them, so you can resize pages. Also 2x2 and 3x2 grid modes exist (some splitters are sync'ed). Allows to drag-drop tabs between all pages. Tested with TMemo as editor control, of course can be used with other memos or frames.
+
== About ==
  
Author: Alexey Torgashin (Russia)  
+
ATGroups is used in SynWrite+[[CudaText]] editors as app skeleton. It contains 6 page-controls, each based on [[ATTabs]], and maniupulates these pages: depending on Mode prop, it makes visible one, two, three etc pages, with splitters between them, so you can resize pages. Also 2x2 and 3x2 grid modes exist (some splitters are sync'ed). Allows to drag-drop tabs between all pages. Tested with TMemo as editor control, of course can be used with other memos or frames.
  
= Screenshots =
+
Group 1 cannot be empty (on closing last tab new tab is opened), other groups can be empty (on closing last focused tab group 1 gets focus).
 +
 
 +
== Requirements ==
 +
 
 +
Lazarus: 1.8+. Tested on: Windows, Linux GTK2/Qt, macOS.
 +
 
 +
== Screenshots ==
  
 
Screenshots taken from Delphi with themed tabs (SpTBX used)
 
Screenshots taken from Delphi with themed tabs (SpTBX used)
 +
 +
Mode 1x3
 +
 +
[[File:atgroups_mode1x3.png]]
  
 
Mode 2x1
 
Mode 2x1
Line 21: Line 31:
 
[[File:atgroups_mode3x2.png]]
 
[[File:atgroups_mode3x2.png]]
  
= License =
+
== License ==
 
 
License: MPL 2.0.
 
Also if your project needs it, you can use it under LGPL.
 
 
 
= Download =
 
 
 
Latest version, with demo app, is always at https://github.com/Alexey-T/ATGroups
 
 
 
* Download the zip file from Github using "Download zip" button.
 
* No installation into Lazarus needed, just unpack files ATnnnnn.pas to any folder.
 
 
 
= Requirements =
 
 
 
Lazarus: 1.4.0
 
 
 
Tested on: Windows 7, Linux GTK2 (Ubuntu 14.04), MacOS X 10.8.
 
  
= Bug reporting =
+
License: MPL 2.0 or LGPL.
  
Please add your reports to Github issues page.
+
== Download ==
  
[[Category:Components]]
+
ATGroups is merged into ATFlatControls repo: https://github.com/Alexey-T/ATFlatControls/

Latest revision as of 06:05, 7 August 2020

English (en)

About

ATGroups is used in SynWrite+CudaText editors as app skeleton. It contains 6 page-controls, each based on ATTabs, and maniupulates these pages: depending on Mode prop, it makes visible one, two, three etc pages, with splitters between them, so you can resize pages. Also 2x2 and 3x2 grid modes exist (some splitters are sync'ed). Allows to drag-drop tabs between all pages. Tested with TMemo as editor control, of course can be used with other memos or frames.

Group 1 cannot be empty (on closing last tab new tab is opened), other groups can be empty (on closing last focused tab group 1 gets focus).

Requirements

Lazarus: 1.8+. Tested on: Windows, Linux GTK2/Qt, macOS.

Screenshots

Screenshots taken from Delphi with themed tabs (SpTBX used)

Mode 1x3

atgroups mode1x3.png

Mode 2x1

atgroups mode2x1.png

Mode 2x2 (4 groups grid)

atgroups mode2x2.png

Mode 3x2 (6 groups grid)

atgroups mode3x2.png

License

License: MPL 2.0 or LGPL.

Download

ATGroups is merged into ATFlatControls repo: https://github.com/Alexey-T/ATFlatControls/