2
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 9 hours ago.
Sep 14, 2024 — Sep 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
*Fixed: Now compiles with latest maxgui, and no longer requires custom fonts. More... over 17 years ago
Tweaks to try to avoid linux / gtk issues More... over 17 years ago
*Added: DebugStop() to code tree *Fixed: Code tree didn't always show all items *Updated: version history More... over 17 years ago
*Fixed: general memory leak with treeviewnodes not being free'd properly - this also makes linux & gtk a little (but not completely) happier. More... over 17 years ago
Forgor to remove this before last commit More... over 17 years ago
*Fixed: TBMXCodePanel.Save() now invokes TOOLSAVEAS, so one can save under different types from a temp bmx file *Fixed: TOOLSAVEAS now creates correct code type on reopen and selects the proper tab More... over 17 years ago
*Fixed: Project Manager and Project Tree not in sync (again) ** TProjects now uses an array internally to determine proper order and TProjects.UpdateNodes() updates the node tree More... over 17 years ago
*Fixed: missing underscore on macos, (thanks Brucey) More... over 17 years ago
*Fixed: select dir in "New Project Properties" dialog was missing locale More... over 17 years ago
*Fixed: find/replace in unknown files (and probably undo as well) More... over 17 years ago
*Added: code types for M and XML files (just using the C and HTML highlighting for now) More... over 17 years ago
removed a stray debuglog More... over 17 years ago
*Added: Assert to code tree ** some minor tweaks to TCodeNode.SetName() (detect comment char inside strings, skip extra parsing if not needed) More... over 17 years ago
Fixed last commit More... over 17 years ago
*Added: listing of DebugLog in codetree More... over 17 years ago
*Fixed: crash when rebuilding documentation More... over 17 years ago
*Unfixed: adding icon resource disables themeing, More... over 17 years ago
*Fixed: Main icon *Added: Resource files (RC) in open dialog and project tree More... over 17 years ago
*Fix: allow popup menus for files not in a project More... over 17 years ago
*Added: TConfigCodePanel, with INI style highlighting More... over 17 years ago
*Added: TFileNode for future expansion (image viewer, etc), also added popup menu support More... over 17 years ago
*Fixed: an array out of bounds exception in some cases (in TBMXCodePanel.AutoCodeChange) More... over 17 years ago
*Fixed: open files "all files" option in drop-down not working More... over 17 years ago
*Fixed: Save on new file on temporary file (e.g. an example) now saves! More... over 17 years ago
*Fixed: Marginal speed up by not letting events for my own gadgets out of the eventhook More... over 17 years ago
*Fixed: (properly this time) the debug hang mystery - caused by recursive loops and tweaks to datanodes... More... over 17 years ago
*Updated todo list and version info to reflect debugger fix More... over 17 years ago
*Fixed: problem with debug and self-referencing objects (TTimer!) *Updated: locale & version strings to 2.00beta4 More... over 17 years ago
*Added: Auto-indent for C/C++ based on {} and made generic for others to use in future... More... over 17 years ago
*Tweaked: various tweaks to Auto-Tidy code to improve readability (loads of comments!), remove redundant stuff, and fix some odd looking (and plain wrong) use of vars. Not sure if any specific bugs fixed, but should help matters... More... over 17 years ago