My favorites | Sign in
Project Home Downloads Source
Checkout   Browse   Changes    
 
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
description "TheIDE main package\377";

uses
ide\Common,
ide\Core,
ide\LayDes,
ide\IconDes,
ide\Builders,
ide\Debuggers,
ide\Browser,
CodeEditor,
CtrlLib,
Web,
plugin\bz2,
HexView,
art\BlueBar,
plugin/astyle,
usvn,
TextDiffCtrl,
TabBar;

uses(POSIX) ide\SrcUpdater;

link(WIN32 MSC) /MAP;

file
IDE readonly separator,
ide.h,
version.h,
UppDlg.h,
SelectPkg.cpp,
UppWspc.cpp,
UppDlg.cpp,
Package.cpp,
Template.cpp,
ide.key,
Console.cpp,
FindInFiles.cpp optimize_speed,
Config.cpp,
ide.cpp,
idefile.cpp charset "iso8859-1",
EditorTabBar.cpp,
Bottom.cpp,
t.cpp,
Cpp.cpp,
Assist.cpp,
ParamInfo.cpp,
Navigator.cpp,
Annotations.cpp,
Virtuals.cpp,
Thisbacks.cpp,
Goto.cpp,
Setup.cpp,
Custom.cpp,
Print.cpp,
Insert.cpp,
idetool.cpp,
Install.cpp,
idebar.cpp,
idewin.cpp,
About.cpp,
Help.cpp,
Util.cpp,
Macro.cpp,
Calc.cpp,
FormatCode.cpp,
Abbr.cpp,
Qtf.cpp,
Update.cpp,
Compile readonly separator,
Methods.cpp,
AutoSetup.cpp,
OutputMode.cpp,
Build.cpp,
Debug.cpp,
Valgrind.cpp,
Export.cpp,
Resources readonly separator,
ide.lay,
ide.iml,
app.tpp,
ide.rc
depends() xide.ico
depends() ide.ico,
theide.desktop,
Info readonly separator,
Copying;

mainconfig
"" = "GUI",
"" = "GUI .USEMALLOC",
"" = ".NOGTK GUI",
"" = "GUI HEAPDBG CHECKINIT",
"" = "GUI TESTINSTALL",
"" = "GUI CHECKCLIPBOARD",
"" = "GUI SVO_VALUE";

custom() "",
"",
"$(OUTDIR)/$(FILE).obj";

Change log

r4818 by cxl on Apr 19, 2012   Diff
U++: fixed sources to support c++0x (rm
#269)
Go to: 
Project members, sign in to write a code review

Older revisions

r4747 by cxl on Apr 4, 2012   Diff
.ide: Removed unnecessarry SSL from
project
r4733 by cxl on Mar 31, 2012   Diff
Core: Zlib gzip support
r4651 by cxl on Mar 3, 2012   Diff
Core: Value support for Xmlize,
Jasonize
All revisions of this file

File info

Size: 1435 bytes, 101 lines

File properties

svn:eol-style
native
Powered by Google Project Hosting