Basile Burg
2332d354db
setup program - zip are launched as pre-build process
2015-08-25 20:42:47 +02:00
Basile Burg
555c790e1e
fix, project pre/post build process CWD ans symstrings
...
symbols in cwd were not expanded
2015-08-25 20:37:53 +02:00
Basile Burg
e9b54be3d9
updated script that make the zips
2015-08-25 20:34:13 +02:00
Basile Burg
031fa42f31
fix, ditto were not always well removed from ddoc
2015-08-25 17:57:50 +02:00
Basile Burg
6b11532e19
updated wiki source
2015-08-25 15:21:32 +02:00
Basile Burg
99518a2452
set visible content related to the GH wiki
2015-08-25 09:59:42 +02:00
Basile Burg
4d69c60a5e
put all the file for a release in a common folder
2015-08-25 09:55:23 +02:00
Basile Burg
dd9d0bbd4c
added windows script to make the zip file
2015-08-25 09:45:40 +02:00
Basile Burg
b877ce5f08
added linux scripts to make the zip files
2015-08-25 08:41:00 +02:00
Basile Burg
379d161a7b
implemented new data location on linux, close #31
2015-08-25 08:23:41 +02:00
Basile Burg
a57a0a69fa
prepared setup program for 1_update_2
2015-08-24 22:26:15 +02:00
Basile Burg
10cdbcd912
more related to 9cca5e1b12
...
TWritableLfmTextComponent.readerError does not coever all the error kinds (for example error in conversion from text to bin stream)
2015-08-24 15:00:48 +02:00
Basile Burg
55671cf9e6
test more robustly if file is a project
...
- on open with (cmd line arg)
- on drag file to editor
2015-08-24 14:50:50 +02:00
Basile Burg
9cca5e1b12
fix, TCECustimWritableComponent, prop hasLoaded could be erroneously set to true
2015-08-24 14:48:36 +02:00
Basile Burg
104d6bc3b6
added function to test if a file is a native project
2015-08-24 14:47:48 +02:00
Basile Burg
f9d8bd95b2
nil
2015-08-24 14:47:03 +02:00
Basile Burg
4e29c6ee06
more glyph pos fine tweaking
2015-08-24 12:59:10 +02:00
Basile Burg
8ddad1cbc3
fix, problem with btns glyph with gtk2
2015-08-24 11:49:53 +02:00
Basile Burg
0bbbebd061
refact, dExtList replaces with several function that test the exts
...
* hasDlangSyntax
* isDlangCompilable
* isEditable
2015-08-24 07:15:31 +02:00
Basile Burg
6d59b11178
fix 28, double definition of a symbol with sub-dependencies
...
+ improvement, select all the libman entries with an asterisk
2015-08-23 21:25:17 +02:00
Basile Burg
8f8a44a288
fix #26 , selection length on status bar is wrong
2015-08-23 16:53:33 +02:00
Basile Burg
a4139bdfc1
fix #27 , the highlighter does not handle the script line
2015-08-23 16:30:57 +02:00
Basile Burg
c3e26c9df3
cesyms, cetodo, avoid TLS variables
2015-08-18 17:42:28 +02:00
Basile Burg
977374d00f
symstrings, less erroneou CPCD symbol
...
see 1d769d3583
2015-08-15 09:33:52 +02:00
Basile Burg
1d769d3583
libman, improved register from project.
...
- libraries made of a single source are more likely to be registered without having to patch the path
- some exception still exist, for example the libraries with several leading empty sub folders (shitty example src/org/eclipse/swt...) 💩
2015-08-15 09:28:56 +02:00
Basile Burg
1fb0c2b432
fix, range violation introduced in f5e5167ebde45881cecf959aecbe42b5bcb33260
2015-08-13 15:09:20 +02:00
Basile Burg
20ef73bb57
ddoc comments, ignore a line that starts with 'ditto'
...
and optionally a period.
2015-08-12 13:12:19 +02:00
Basile Burg
5004840dde
fix, editor freezes if DCD haz crashed, fix #22
2015-08-10 02:54:35 +02:00
Basile Burg
6842050c6f
temp workaround for #20
2015-07-27 02:54:39 +02:00
Basile Burg
2e0209be05
related to #18
...
Windows may sent the exception to the application
2015-07-17 18:21:40 +02:00
Basile Burg
e690b7434e
added darwin code to get application data path
2015-07-17 16:30:48 +02:00
Basile Burg
4357515016
fix #18 , empty drive errors
2015-07-17 16:30:05 +02:00
Basile Burg
6403d23dd7
fine tweaked btn size
2015-07-15 22:28:54 +02:00
Basile Burg
8f01388d0a
custom tools: use new TCEProcess
...
see b911e10e93
2015-07-15 15:38:57 +02:00
Basile Burg
207f0ec066
project runner: uses new TCEProcess
...
see b911e10e93
2015-07-15 14:47:30 +02:00
Basile Burg
1e4650dccc
todo list: uses new TCEProcess
...
see b911e10e93
2015-07-15 14:35:39 +02:00
Basile Burg
6ece0bf0aa
TCEMainForm: uses new TCEProcess
...
see b911e10e93
2015-07-15 14:29:18 +02:00
Basile Burg
9bb01032b6
symlist: uses new TCEProcess
...
see b911e10e93
2015-07-15 14:28:57 +02:00
Basile Burg
b911e10e93
added TCEProcess, custom TProcess class for Coedit
...
- will fix the "split line" issue
- will fix globally the 'OnTerminate' event not called (the timer is always enabled, so osx version is guaranteed not to have this issue)
- will be used widely (no more TProcess or TASyncProcess).
2015-07-15 14:28:04 +02:00
Basile Burg
670ab28b67
fix, application.processmessage() caused messages to be cut
2015-07-14 18:02:58 +02:00
Basile Burg
8aa027b79f
reverted bf115d9594
2015-07-14 17:53:29 +02:00
Basile Burg
4dbfe58326
fix, runnable dmd compiler message cut
...
- due to 72975e7185
which is itself due to...
- the problems began with bf115d9594
2015-07-14 17:46:42 +02:00
Basile Burg
72975e7185
fix, process stuck with stdout.flush()
...
- introduced in bf115d9594
.
- runnable module, add `stdout.flush;` then `readln;`
2015-07-14 06:08:17 +02:00
Basile Burg
91ff18f87f
symlist: added method to expand the tree on the current declaration
2015-07-14 01:46:49 +02:00
Basile Burg
9e039477fc
symlist: does not allocate for each node xtra data
...
- this happens a lot
- directly use data as an integer
2015-07-14 01:45:56 +02:00
Basile Burg
bf115d9594
processOutputToStrings uses processOutputToStream
2015-07-07 18:54:06 +02:00
Basile Burg
b8b72af8f3
removed d extension with upper case char
...
dmd does not take such file.
2015-07-07 18:52:54 +02:00
Basile Burg
ff576c985f
try to skip empty drives ( #18 )
2015-07-04 06:48:44 +02:00
Basile Burg
87a63d517f
updated version
2015-06-25 05:42:14 +02:00
Basile Burg
5d621ebf45
workaround for the patch mentioned in fed331360c
...
ResotreLayout is part of the anchordocking library. get rid of them programmatically in CE.
2015-06-22 07:00:26 +02:00