Commit Graph

10 Commits

Author SHA1 Message Date
Ernie Pasveer bdbfb2e698 Improved wild carding in source browser.
Works now for Qt5.
Hide 'ignored' files from source browser.
2023-08-19 19:59:52 -05:00
Ernie Pasveer 81b55e1ff4 Add file extensions for Ada. 2023-03-22 16:12:06 -05:00
Ernie Pasveer 766eeb5f96 Added Source config to better sort files in "Source", "Header", and "Misc" for SourceBrowser. 2022-09-08 10:21:27 -05:00
Ernie Pasveer cb28803219 Add filter patterns to source browser for Misc, Source, and Header folders. 2022-09-07 17:34:32 -05:00
Ernie Pasveer 4afd2b7dbf Add 'ignore' support when opening files.
Some system files won't be found and are annoying
when prompted each time.
2022-09-06 20:35:47 -05:00
Ernie Pasveer 67e2df2800 Finished config for KeepAssemblyOnTop and ShowAssemblyOnStartup. 2022-07-20 19:51:38 -05:00
Ernie Pasveer 3a691f43c8 Switch to a QFileDialog instead of a QInputDialog. 2022-06-13 18:58:00 -05:00
Ernie Pasveer 187c3f3512 Finished with alternate search directories for location source file.
GDB has its notion of where source files live. Sometimes this is
incorrect as the source may be in a different place after the executable
is released.

Seer's source search feature is a list of alternate directories to look
in if the path that GDB knows of doesn't exist.

Use the Config dialog to set them. Then save the config.

This is a global feature. That is, it applies to any and all executables
being debugged. (Perhaps I'll add project based session files to handle
per executable settings).
2022-01-23 10:32:12 -06:00
Ernie Pasveer c79ce234ce Finished gdb options dialog. 2021-12-20 20:28:00 -06:00
Ernie Pasveer 70408991d4 Checkpoint for Config dialog. 2021-12-20 18:04:53 -06:00