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 3 hours
ago. based on code collected
about 6 hours
ago.
Sep 21, 2024 — Sep 21, 2025
Showing page 6 of 12
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* Fixed: MENURUN/MENUBUILD/MENUDEBUG now checks TOOLMENU_BUILD * Fixed: TOOLMENU_BUILD is now enabled when Output panel is selected and there is atleast 1 source file open
grable0
More...
over 18 years ago
* Fixed stupid typo, making find/replace jump to next history item on each find
grable0
More...
over 18 years ago
* Fixed saving document under different type, now ends up at same index in tab bar * Added: TBMXHost.SwapPanels() to swap tabs by index
grable0
More...
over 18 years ago
*Fixed: Linux debug menu options used to conflict with Gnome standards (F10). All Linux debug options now changed to mirror those used by Eclipse (although we really need some shortcut choosing options...)
sgtbilko
More...
over 18 years ago
*Fixed: Likely bug in WritePipe if pipe disappears!
sgtbilko
More...
over 18 years ago
*Fixed: Added to code to prevent loading many duplicate entries of recent / open files *Fixed: Commented out start of new code for UI (caused a weird tab on linux / axe.win32)
sgtbilko
More...
over 18 years ago
A few minor tweaks to tidy up code
sgtbilko
More...
over 18 years ago
* Make it compile with latest changes to MaxGUI (imports BRL.EventQueue)
grable0
More...
over 18 years ago
Test compiled against new win32maxgui from skidracer, amended Import
sgtbilko
More...
over 18 years ago
* Added "Import BRL.EventQueue" for making it compile with latest MaxGUI changes
grable0
More...
over 18 years ago
* Changed TCodePanel.SetCode() again. This time it returns FALSE only if it did not set cleansrc/cleansrcl (or there is no work to be done), since TBMXCodePanel.SetCode() will set cleansrc/cleansrcl after its done anyway. This finally fixed the highlight on open bug =)
grable0
More...
over 18 years ago
*Fixed: Output window now copes with chars>127 (UTF8 encoding)
sgtbilko
More...
over 18 years ago
* Tried to fix save-as new type, making the tab apear in the same place
grable0
More...
over 18 years ago
* Fixed TCodePanel.SetCode() to return false when updating code (only return true on no change)
grable0
More...
over 18 years ago
* Fixed undo/redo & find/replace in non-bmx files
grable0
More...
over 18 years ago
* Fixed: ReplaceAll / Undo bug
sgtbilko
More...
over 18 years ago
* Fixed AddToolMenuItem() to enforce current state of group
grable0
More...
over 18 years ago
* Fixed edit menu enabled/disabled state on selection in editor
grable0
More...
over 18 years ago
* Fixed: enter key in TCodePanel with empty AutoCodeChange() * Changed: AutoCodeChange() now returns an int, it must return TRUE if it handled the return key
grable0
More...
over 18 years ago
* Changed some references of TBMXCodePanel to TCodePanel
grable0
More...
over 18 years ago
* Fixed TCodePanel.FilterKey local "this" to work on TCodePanel (instead of TBMXCodePanel)
grable0
More...
over 18 years ago
* Admin: Internalised TCodePanel._textarea. * Admin: Changed direct activation of textarea to .Invoke(TOOLSHOW)
sgtbilko
More...
over 18 years ago
* Fixed Chr(0) output bug * Tidied up a couple of direct accesses to the code panels textarea
sgtbilko
More...
over 18 years ago
* Moved most editor code out of TBMXCodePanel into TCodePanel This makes TCodePanel handle all tool commands * Added type stubs for allready defined language types TUnknownCodePanel,TCCodePanel,TCPPCodePanel,THTMLCodePanel * Made TCodePanel.Create() generic, in that it returns a specific type determined by its supplied path+extension * Made maxide.bmx less dependant on TBMXCodePanel (only usage is in debuging) * Allso fixed TOOLSAVEAS to close & reopen when saving in a new filetype * Fix: fixed not highlighting on opening a file * Removed som left over code after change.
grable0
More...
over 18 years ago
* Moved most editor code out of TBMXCodePanel into TCodePanel This makes TCodePanel handle all tool commands * Added type stubs for allready defined language types TUnknownCodePanel,TCCodePanel,TCPPCodePanel,THTMLCodePanel * Made TCodePanel.Create() generic, in that it returns a specific type determined by its supplied path+extension * Made maxide.bmx less dependant on TBMXCodePanel (only usage is in debuging) * Allso fixed TOOLSAVEAS to close & reopen when saving in a new filetype * Fix: fixed not highlighting on opening a file
grable0
More...
over 18 years ago
* Fixed autosizing of TGUIHintWindow even more
grable0
More...
over 18 years ago
commented out rogue Print command
sgtbilko
More...
over 18 years ago
* Added a frame to TGUIHintWindow
grable0
More...
over 18 years ago
* Tried to fix autosizing of TGUIHintWindow by seting a monospaced font (but its still hacky)
grable0
More...
over 18 years ago
* Set correct LABEL_FONT_HEIGHT for TGUIHintWindow
grable0
More...
over 18 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