openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
M
MaxIDE - BlitzMax IDE
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 2 hours
ago. based on code collected
about 6 hours
ago.
Sep 12, 2024 — Sep 12, 2025
Showing page 2 of 12
Search / Filter on:
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...
sgtbilko
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!)
sgtbilko
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
grable0
More...
over 17 years ago
*Fixed: TBMXHost.ParseError() assumed too much about error text, should now handle errors more gracefully.
grable0
More...
over 17 years ago
*Added: option for AutoComplete to put keywords local to the current document first in the list
grable0
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
grable0
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.
grable0
More...
over 17 years ago
*Tweak: Project Manager now enables/disables buttons depending on the listbox selection
grable0
More...
over 17 years ago
*Fixed: TOOLBAR_FIND allways enabled
grable0
More...
over 17 years ago
*Fixed: All toolbar buttons enabled when starting IDE *Fixed: TOOLMENU_FILES not refreshing
grable0
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
grable0
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)
grable0
More...
over 17 years ago
*Fixed: build & run on html files
sgtbilko
More...
over 17 years ago
Tidied list of file types that appear in project list, and added ogg & mp3.
sgtbilko
More...
over 17 years ago
*Fixed: several issues with code editing, highlighting, auto-indent, etc.
sgtbilko
More...
over 17 years ago
*Fixed: wrap around option in find now works
sgtbilko
More...
over 17 years ago
Tweaks to impeove help file & remove superfluous comments from main file.
sgtbilko
More...
over 17 years ago
Updated version info
sgtbilko
More...
over 17 years ago
*Fixed: Code & Todo nodes now update & link to correct place after all edits, including after Undo / Redo - yay!
sgtbilko
More...
over 17 years ago
*Fixed: Memory leak on save fixed!
sgtbilko
More...
over 17 years ago
*Fixed: TCodePanel now uses the appropriate extension for the type of code panel if none specified on save
sgtbilko
More...
over 17 years ago
*Fixed: mem leak on clicking nodes now maxes out at 4kB (for forward / back history)
sgtbilko
More...
over 17 years ago
*Added: TODO functionality for C/C++
grable0
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
sgtbilko
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
grable0
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)
grable0
More...
over 17 years ago
* Set a Framework (saves space and link time =)
grable0
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
grable0
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
grable0
More...
over 17 years ago
Added notes on grable's fixes
sgtbilko
More...
over 17 years ago
←
1
2
3
4
5
6
7
8
9
10
11
12
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree