-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathReadme.files
105 lines (101 loc) · 4.02 KB
/
Readme.files
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
Ideam files
================================================================================
| --Credits.............................Credits file
| --Ideam.rdef..........................Resources file (text)
| --License.md..........................License
| --Makefile............................Makefile
| --Readme.files........................This file
| --Readme.md...........................Readme file
| --Roadmap.............................Rough roadmap + features + bugs
|
| --app.................................Application binary storage
| +
| | --Ideam...........................(Empty until compilation)
|
| --data
| +
| | --screenshot......................Screenshot images
| | +
| | | --screenshot-0.0.6-ita.png....
| | | --screenshot-0.0.9-eng.png....
| | | --screenshot-0.2.0-ita.png....
| | | --screenshot-0.5.0-eng.png....
| | | --screenshot-0.5.2-eng.png....
| | | --screenshot-0.6.1-eng.png....
| | | --screenshot-0.6.2-eng.png....
| | | --screenshot-0.7.4-eng.png....
|
| --locales.............................Localization files
| +
| | --en.catkeys......................English locales
| | --it.catkeys......................Italian locales
|
| --src
| +
| | --IdeamApp.cpp....................Main Application class
| | --IdeamApp.h......................
| | --IdeamCommon.cpp.................Global functions
| | --IdeamCommon.h...................
| | --IdeamNamespace.cpp..............Global namespace
| | --IdeamNamespace.h................
| |
| | --helpers.........................Helper classes
| | +
| | | --ShellView.cpp...............Shell view class (obsoleted)
| | | --ShellView.h.................
| | | --TitleItem.h.................OutlineListView title class
| | | --TPreferences.cpp............Settings storage helper class
| | | --TPreferences.h..............
| | | --keywords.h..................Keywords for syntax highlighting
| | |
| | | --class_parser................Class parser class
| | | +
| | | | --ClassesView.cpp.........Class parser visual class
| | | | --ClassesView.h...........
| | |
| | | --console_io..................Console I/O classes
| | | +
| | | | --ConsoleIOThread.cpp.....Console I/O worker class
| | | | --ConsoleIOThread.h.......
| | | | --ConsoleIOView.cpp.......Console I/O visual class
| | | | --ConsoleIOView.h.........
| | | | --GenericThread.cpp.......Generic Thread class
| | | | --GenericThread.h.........
| |
| | | --tabview.....................Tabview classes
| | | +
| | | | --TabContainerView.cpp....Tab container class
| | | | --TabContainerView.h......
| | | | --TabManager.cpp..........Tab manager class
| | | | --TabManager.h............
| | | | --TabView.cpp.............Tab view class
| | | | --TabView.h...............
| |
| | --project.........................Project classes
| | +
| | | --AddToProjectWindow.cpp......Project adding items class
| | | --AddToProjectWindow.h........
| | | --NewProjectWindow.cpp........Project creation window class
| | | --NewProjectWindow.h..........
| | | --Project.cpp.................Project class
| | | --Project.h...................
| | | --ProjectParser.cpp...........Project files parser class
| | | --ProjectParser.h.............
| | | --ProjectTitleItem.h..........Project Title class
| |
| | --ui..............................Graphical user interface classes
| | +
| | | --DefaultSettingsKeys.h.......Settings Keys default values
| | | --Editor.cpp..................Scintilla editor class
| | | --Editor.h....................
| | | --IdeamWindow.cpp.............Main window class
| | | --IdeamWindow.h...............
| | | --SettingsWindow.cpp..........General settings window class
| | | --SettingsWindow.h............
/boot/home/config/settings/Ideam
--------------------------------------------------------------------------------
files_to_reopen.settings : Files to reopen at startup
projects_to_reopen.settings : Projects to reopen at startup
ideam.settings : Ideam preferences
ui.settings : Window position at startup
<Project name>.idmpro : <Project name> project file