2
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
Sep 12, 2024 — Sep 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Started to change how quickhelp works - need to move it from TBMXHost into TCodePanel and have each type of panel implement their own... More... over 17 years ago
*More tweaks to structure of code panels to separate from BlitzMax specific code, and started adding image panel (doesn't do anything yet!) More... over 17 years ago
*Fixed: crashing on CVS ** CVS,AR and probably other tools sometimes writes to STDERR for status updates, this was crashing ParseError() i bevieve *Added: TOOLPARSEERROR so any TBase tool can parse its own error messages, this will get invoked by TGUIOutput.Execute(), if not present it will fall back to TBMXHost.ParseError() *Added: error parsing to TBMXCodePanel,TCCodePanel and TVersionControl and its descendants More... over 17 years ago
*Fixed: TBMXHost.ParseError() assumed too much about error text, should now handle errors more gracefully. More... over 17 years ago
*Added: option for AutoComplete to put keywords local to the current document first in the list More... over 17 years ago
*Fixed: [ 1938896 ] HELP : F1 help shows BlitzMax help regardless of file type ** sub classes must now handle TOOLHELP if needed More... over 17 years ago
*Tweaks: to TGUIHintWindow conent sizing, still not perfect *Tweak&Fix: to AutoComplete *Added: AutoComplete now searches for Const,Global,Function,Type in CodeTree. Allso puts the source line of the defenition in the Hint window. More... over 17 years ago
*Tweak: Project Manager now enables/disables buttons depending on the listbox selection More... over 17 years ago
*Fixed: TOOLBAR_FIND allways enabled More... over 17 years ago
*Fixed: All toolbar buttons enabled when starting IDE *Fixed: TOOLMENU_FILES not refreshing More... over 17 years ago
*Fixed: NewProject node not being deleted it the dialog is cancled ** allso forgot to mention last commit fixed some minor issues with the Project Manager More... over 17 years ago
*Fixed: Project Data Nodes out of sync (the AddProject node wasnt detached properly and was messing up the indices, its now freed and re-created everytime there is a change to the tree) More... over 17 years ago
*Fixed: build & run on html files More... over 17 years ago
Tidied list of file types that appear in project list, and added ogg & mp3. More... over 17 years ago
*Fixed: several issues with code editing, highlighting, auto-indent, etc. More... over 17 years ago
*Fixed: wrap around option in find now works More... over 17 years ago
Tweaks to impeove help file & remove superfluous comments from main file. More... over 17 years ago
Updated version info More... over 17 years ago
*Fixed: Code & Todo nodes now update & link to correct place after all edits, including after Undo / Redo - yay! More... over 17 years ago
*Fixed: Memory leak on save fixed! More... over 17 years ago
*Fixed: TCodePanel now uses the appropriate extension for the type of code panel if none specified on save More... over 17 years ago
*Fixed: mem leak on clicking nodes now maxes out at 4kB (for forward / back history) More... over 17 years ago
*Added: TODO functionality for C/C++ More... over 17 years ago
*Fixed: Memory leak when switching tabs *Fixed: Improved how panels are shown / hidden slightly to remove some (not all) superfluous calls - should speed things up somewhat *Fixed: Removed / circumvented some (not all) superfluous / duplicated activities when opening a file (e.g. was creating the code / todo nodes 4 times over, now just does it twice - need to get down to once...) *Added: Lots of extra debuglogs to help pin down more errors More... over 17 years ago
** More tweaks to AutoComplete *Added: TKeywordAutoComplete base type, to make it easier to add autocomplete to new code types *Added: THTMLAutoComplete More... over 17 years ago
*Fixed: Removed dependency on TBMXAutoComplete from TCodePanel. Each CodeType must now create their own AutoComplete. *Added: TCAutoComplete with some keywords *Tweak: TCodePanel.Create() now chooses and creates the CodeType by looking in global CodeTypeExt[] (should make it easier to add more later) More... over 17 years ago
* Set a Framework (saves space and link time =) More... over 17 years ago
*Tweak: made GCC error parsing more readable, and hopefully more reliable (needs more testing though) *Tweak: SelectError() now selects whole line like in debug More... over 17 years ago
*Fixed: search and other editor functionality didnt work on non-bmx files *Added: very basic syntax highlighting for C/C++/HTML More... over 17 years ago
Added notes on grable's fixes More... over 17 years ago