What I Did With My Winter Holidays, Part 5
My first classes for second semester are tomorrow morning, so it’s fortunate that I’m now not too far off having my Summer Winter of Code project at a releasable state. Since I need a decent night’s sleep before being up bright and early for Video Production (should be fun) and Internet and Java Programming (…less so), here’s the state of play in bullet form:
Things done since the last update
- Switched to wxStyledTextCtrl for the source code display, which means that syntax highlighting now works, at least for PHP. (Side rant: Why is the documentation for wxStyledTextCtrl so lacking? The only decent source of documentation for it is the documentation for the Python binding, which is hardly ideal, and still requires a fair bit of piecing things together.)
- Breakpoints and the current line are now shown by (differently shaped) markers in the gutter, rather than changing the background colour of the line(s), which should be far friendlier for everyone, especially people who are colour-blind.
- Added a popup menu within the source viewer to provide another way to run to the cursor and toggle breakpoints.
- Tooltips now work (mostly) when hovering over variable names in the source viewer.
- Added the breakpoint pane to the main interface. At present, it supports function call and return and exception breakpoints, plus the usual file/line based ones set within the source viewer. Watch breakpoints are to get a different interface.
Things left to do before releasing 0.1.0
- Come up with a better name than wxDBGp. Suggestions welcome. An icon might be a good idea, too.
- Figure out some wacky method for making tooltips work in the call stack and properties panes, since mouse motion events don’t seem to be emitted after the pointer initially enters wxListBox and wxTreeCtrl controls.
- Add a watchlist pane (it’s going between
Output
andBreakpoints
).
And now, the moment you all look forward to: more screenshots! (Well, I look forward to it.)
Syntax highlighting now works. Mostly. For PHP, anyway, since I haven’t wired up the other wxSTC lexers yet with style rules.
No Windows screenshot this time. This is far, far better, as proprietary operating systems go. There’s a few graphical glitches, particularly in the toolbars (the alpha blending doesn’t appear to be actual alpha blending, for one), but it works entirely better than I expected, given that I’ve put very little work into a Mac version thus far.
From here, I guess the remaining work will be done in minutes stolen here and there from uni assignments, but I’m confident it’ll be released — nay, unleashed — upon an unsuspecting world before the final date of August 20.
July 31st, 2007 at 12:22
Damn when can I get my hands on a copy to play with.
August 10th, 2007 at 01:21
[...] Five Minutes Really, it’s all you need « What I Did With My Winter Holidays, Part 5 [...]