root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @287 [287] 10/03/09 06:22:02 Alan Knowles full build fixes for gdc and scintilla only - instructions updated in …
(edit) @286 [286] 06/08/09 03:08:51 Alan Knowles try and stop project name getting changed accidentally
(edit) @285 [285] 06/08/09 02:59:01 Alan Knowles remove more debugging printfs
(edit) @284 [284] 06/08/09 02:58:20 Alan Knowles remove more debugging printfs
(edit) @283 [283] 06/08/09 02:53:54 Alan Knowles remove debug printing
(edit) @282 [282] 06/08/09 02:53:05 Alan Knowles fix compile
(edit) @281 [281] 06/08/09 02:51:59 Alan Knowles fix compile
(edit) @280 [280] 06/04/09 23:45:41 Alan Knowles allow some leway in timing (for remote network timing issues) + remove …
(edit) @279 [279] 06/04/09 23:15:02 Alan Knowles sync to latest scintilla
(edit) @278 [278] 06/04/09 23:14:00 Alan Knowles updated scintilla makefile
(edit) @277 [277] 06/04/09 20:23:56 Alan Knowles fix build to work with syntax highlighting on scintilla.. - this needs …
(edit) @276 [276] 06/04/09 08:23:59 Alan Knowles add gsv to build
(edit) @275 [275] 06/04/09 08:22:43 Alan Knowles fixed to work with gtkd
(edit) @274 [274] 06/04/09 08:21:28 Alan Knowles fixed to work with gtkd
(edit) @273 [273] 06/04/09 08:00:59 Alan Knowles add Loader - as gtkds current one is not flexible anymore
(edit) @272 [272] 11/02/08 20:52:40 Alan Knowles fix parse errors on incomplete files
(edit) @271 [271] 03/15/08 18:37:04 Ant usage: leds -sv
(edit) @270 [270] 03/15/08 18:21:19 Ant option -sv (GtkSourceView?) corrections
(edit) @269 [269] 03/02/08 04:32:23 Ant updated to gtkD. load scintilla on request only.
(edit) @268 [268] 11/13/07 02:32:00 Alan Knowles fix crash condition - not sure why its happening, but this fixes it..
(edit) @267 [267] 10/29/07 00:57:36 Ant Fixed CodeEditFactory? for sv
(edit) @266 [266] 10/28/07 22:27:37 Ant changed Duit to gtkD on Help.About
(edit) @265 [265] 10/28/07 22:18:34 Ant not usable (but scintilla does not crash)
(edit) @264 [264] 10/12/07 23:36:41 Ant independence from editor component(scintilla or other)
(edit) @263 [263] 08/10/07 22:49:14 Alan Knowles hopefully working makefile
(edit) @262 [262] 08/10/07 22:46:09 Alan Knowles add scintilla.lib, as its a pain to explain how to build it..
(edit) @261 [261] 08/10/07 22:43:52 Alan Knowles link to correct version
(edit) @260 [260] 08/10/07 22:43:12 Alan Knowles remove borked scintilla build
(edit) @259 [259] 08/10/07 22:42:47 Alan Knowles update makefile
(edit) @258 [258] 08/10/07 22:15:05 Alan Knowles wrap changes that are not supported by working commits with …
(edit) @257 [257] 08/10/07 22:07:41 Alan Knowles add scintilla so, for convienience..
(edit) @256 [256] 06/13/07 20:37:58 Ant removed some debug messages
(edit) @255 [255] 06/13/07 20:35:47 Ant fixed segfault on saving with -sv (don't spwan thread for unit compile)
(edit) @254 [254] 06/07/07 02:16:42 Ant better fixed gotLine/Pos with -sv
(edit) @253 [253] 06/06/07 23:15:31 Ant fixed gotLine/Pos with -sv
(edit) @252 [252] 06/05/07 00:45:11 Ant Fixed gotoLine
(edit) @251 [251] 05/27/07 17:33:58 Ant small fixes for SourceCodeView? version
(edit) @250 [250] 04/01/07 03:27:37 Ant minor fixes on sourve view support
(edit) @249 [249] 03/31/07 13:06:52 Ant started editor GtkSourceView? (incomplete). use -sv to use the new editor
(edit) @248 [248] 03/15/07 05:56:32 Alan Knowles remove build.compd - leds.compd is the one that works
(edit) @247 [247] 02/28/07 00:06:16 Alan Knowles missed one of those detachable calls.
(edit) @246 [246] 02/27/07 22:30:42 Alan Knowles clear errors prior to rendering them, so two saves dont get confused.. - …
(edit) @245 [245] 02/27/07 03:50:38 Alan Knowles use version checking to enable detach code
(edit) @244 [244] 02/27/07 03:19:56 Alan Knowles remove comments from backtrace code
(edit) @243 [243] 02/27/07 03:01:27 Alan Knowles backtrace on segfault. - you need to uncomment debug=backtrace to make it …
(edit) @242 [242] 02/27/07 01:36:49 Ant allow move tabs between notebooks; remove debug messages; added no used …
(edit) @241 [241] 02/27/07 00:49:52 Alan Knowles method calls where getting picked up as abstract methods
(edit) @240 [240] 02/26/07 23:59:37 Alan Knowles last change broke directory completion
(edit) @239 [239] 02/26/07 23:21:21 Alan Knowles eak commited threaded compile from wrong machine.
(edit) @238 [238] 02/26/07 23:14:29 Alan Knowles start adding basetype properties/methods
(edit) @237 [237] 02/26/07 22:34:26 Alan Knowles thread dmd compile so that the interface does not hang on slow syntax …
(edit) @236 [236] 02/14/07 21:36:44 Alan Knowles remove a bit of debugging code, fix 2 classes in same file - second class …
(edit) @235 [235] 02/13/07 01:05:35 Alan Knowles fix default colour bug
(edit) @234 [234] 02/08/07 01:13:10 Alan Knowles add install instructions
(edit) @233 [233] 02/08/07 00:59:36 Alan Knowles make install script work
(edit) @232 [232] 02/07/07 00:17:30 Alan Knowles Add Directory Caching - we need this on slow filesystems, however, it …
(edit) @231 [231] 02/07/07 00:16:18 Alan Knowles fix out of bounds error in parser when typing a new class
(edit) @230 [230] 02/01/07 23:20:23 Alan Knowles use GtkD now, Scintilla 1.72 defines, overhall of folding code to use alot …
(edit) @229 [229] 02/01/07 23:18:26 Alan Knowles add leds.compd
(edit) @228 [228] 02/01/07 03:14:51 Alan Knowles add makefile for latest scintilla
(edit) @227 [227] 01/19/07 00:59:59 Alan Knowles catch file errors on loading imports!
(edit) @226 [226] 01/13/07 03:37:41 Ant minor update to windows preview
(edit) @225 [225] 01/13/07 03:31:54 Ant minor update to linux preview
(edit) @224 [224] 01/10/07 19:19:49 Ant made use of 'new' button on target necessary to create new targets
(edit) @223 [223] 01/10/07 04:16:51 Alan Knowles check definition exists before trying to displaying help about it
(edit) @222 [222] 01/06/07 14:37:24 Ant remove threads from linux preview
(edit) @221 [221] 01/06/07 02:27:28 Ant added linux preview
(edit) @220 [220] 01/06/07 02:22:53 Ant road to beta: windows preview 3
(edit) @219 [219] 01/06/07 01:18:51 Ant remove threads on window.
(edit) @218 [218] 01/05/07 20:54:55 Ant misc bug fixes
(edit) @217 [217] 01/03/07 21:08:24 Alan Knowles calling setTabReorderable causes segfault - perhaps only with empty? …
(edit) @216 [216] 12/29/06 03:08:03 Ant fixed some bugs on the linux preview, windows not updated yet
(edit) @215 [215] 12/29/06 03:00:42 Ant more bugs fixed
(edit) @214 [214] 12/28/06 03:50:41 Ant removed project definition user manual
(edit) @213 [213] 12/28/06 03:45:09 Ant started project definition user manual
(edit) @212 [212] 12/28/06 02:43:54 Ant
(edit) @211 [211] 12/28/06 02:38:30 Ant added the windows preview
(edit) @210 [210] 12/28/06 02:30:30 Ant just the downloads readme
(edit) @209 [209] 12/28/06 01:52:53 Ant cleanup UI. Windows fixes
(edit) @208 [208] 12/27/06 02:51:52 Ant Windows fixes
(edit) @207 [207] 12/26/06 23:24:35 Ant new linux preview. clean house
(edit) @206 [206] 12/26/06 20:06:13 Ant Review project definition UI
(edit) @205 [205] 12/26/06 14:42:18 Ant Project dependences
(edit) @204 [204] 12/26/06 10:39:33 Ant added annoying beep
(edit) @203 [203] 12/26/06 03:38:07 Ant
(edit) @202 [202] 12/26/06 01:56:42 Ant review ledsHome on windows XP
(edit) @201 [201] 12/26/06 01:47:00 Ant catch DMD output to create and show list of error
(edit) @200 [200] 12/26/06 01:44:41 Ant catch DMD output to create and show list of error
(edit) @199 [199] 12/25/06 01:33:53 Ant recover lost usability functionalities
(edit) @198 [198] 12/24/06 13:43:38 Ant added reorder to the notebooks
(edit) @197 [197] 12/24/06 02:47:15 Ant fixed compdLeds.bat for windows
(edit) @196 [196] 12/22/06 21:04:48 Alan Knowles dmd 177 fix
(edit) @195 [195] 12/22/06 20:47:39 Alan Knowles add lanugage d to build list
(edit) @194 [194] 12/22/06 02:18:31 Alan Knowles prevent hanging on selections if cancel pressed ** still hangs on …
(edit) @193 [193] 12/22/06 01:28:34 Alan Knowles replace most of dantfw parser with language/d parser
(edit) @192 [192] 12/22/06 01:27:06 Alan Knowles add xml to languages supported by php parser
(edit) @191 [191] 12/22/06 01:26:31 Alan Knowles autocomplete now only lists extension of current block
(edit) @190 [190] 12/22/06 01:24:46 Alan Knowles oops didnt want to commit those two
(edit) @189 [189] 12/22/06 01:24:03 Alan Knowles New Parser/Tokenizer and Autocomplete/AutoHelp code
(edit) @188 [188] 12/17/06 11:20:33 Ant update windows version to dmd 177
Note: See TracRevisionLog for help on using the revision log.