2
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 6 hours ago.
Sep 21, 2024 — Sep 21, 2025
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 More... over 18 years ago
* Fixed stupid typo, making find/replace jump to next history item on each find 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 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...) More... over 18 years ago
*Fixed: Likely bug in WritePipe if pipe disappears! 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) More... over 18 years ago
A few minor tweaks to tidy up code More... over 18 years ago
* Make it compile with latest changes to MaxGUI (imports BRL.EventQueue) More... over 18 years ago
Test compiled against new win32maxgui from skidracer, amended Import More... over 18 years ago
* Added "Import BRL.EventQueue" for making it compile with latest MaxGUI changes 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 =) More... over 18 years ago
*Fixed: Output window now copes with chars>127 (UTF8 encoding) More... over 18 years ago
* Tried to fix save-as new type, making the tab apear in the same place More... over 18 years ago
* Fixed TCodePanel.SetCode() to return false when updating code (only return true on no change) More... over 18 years ago
* Fixed undo/redo & find/replace in non-bmx files More... over 18 years ago
* Fixed: ReplaceAll / Undo bug More... over 18 years ago
* Fixed AddToolMenuItem() to enforce current state of group More... over 18 years ago
* Fixed edit menu enabled/disabled state on selection in editor 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 More... over 18 years ago
* Changed some references of TBMXCodePanel to TCodePanel More... over 18 years ago
* Fixed TCodePanel.FilterKey local "this" to work on TCodePanel (instead of TBMXCodePanel) More... over 18 years ago
* Admin: Internalised TCodePanel._textarea. * Admin: Changed direct activation of textarea to .Invoke(TOOLSHOW) More... over 18 years ago
* Fixed Chr(0) output bug * Tidied up a couple of direct accesses to the code panels textarea 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. 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 More... over 18 years ago
* Fixed autosizing of TGUIHintWindow even more More... over 18 years ago
commented out rogue Print command More... over 18 years ago
* Added a frame to TGUIHintWindow More... over 18 years ago
* Tried to fix autosizing of TGUIHintWindow by seting a monospaced font (but its still hacky) More... over 18 years ago
* Set correct LABEL_FONT_HEIGHT for TGUIHintWindow More... over 18 years ago