Commit Graph

110 Commits

Author SHA1 Message Date
CrystalSplitter
bf93aeecda Clean up Daemon start up and messaging 2024-01-15 02:12:47 -08:00
CrystalSplitter
e4ae716522 Add more detail about navigation in the MANUAL.rst 2024-01-15 02:12:47 -08:00
CrystalSplitter
3661ebbbc7 Wrap around module selections 2024-01-15 02:12:47 -08:00
CrystalSplitter
34e494df37 Add submodule Ghcitui for all library components
Potentially, we should re-export the important bits. But for now this
seems to work fine.
2024-01-15 02:12:47 -08:00
CrystalSplitter
d9d3e7c65b Update MANUAL.rst 2024-01-15 02:12:47 -08:00
CrystalSplitter
2f1ad27a96 Append commands to history only if they are not empty 2024-01-15 02:12:47 -08:00
CrystalSplitter
0b23c2e7e1 Explicitly list exports in app/Util.hs 2024-01-15 02:12:47 -08:00
CrystalSplitter
1ea4e95ba1 Add Help and Exit dialogs 2024-01-15 02:12:47 -08:00
CrystalSplitter
53c3be7c9a Add module panel event handling/opening
This adds the new feature of being able to access the Modules panel
2024-01-15 02:12:47 -08:00
CrystalSplitter
9b632cb00d Allow resizing of panels
This allows the use of +/- to change the panel sizes, like
in PuDB.
2024-01-15 02:12:47 -08:00
CrystalSplitter
17616a4df2 Add the clamp utility in app 2024-01-15 02:12:47 -08:00
CrystalSplitter
6fc70cfb12 Run tests with the fswatch_build.sh 2024-01-15 02:12:47 -08:00
CrystalSplitter
67c5ac0c73 Update docs substantially 2024-01-15 02:12:47 -08:00
CrystalSplitter
3c39f6836a Support program tracing
This is a fairly big feature add, where we now have program tracing
in the info sidebar.

Unfortunately, it's still fairly hard to read in its short space, so I
probably want to think about how to resize or highlight parts of the
info panel?
2024-01-15 02:12:47 -08:00
CrystalSplitter
2331e377b6 Enable MonoLocalBinds by default 2024-01-15 02:12:47 -08:00
CrystalSplitter
f3472f1074 Doc fix/formatting for AppState 2024-01-15 02:12:47 -08:00
CrystalSplitter
74eb4f136b Update the CLI options/docs with better help 2024-01-15 02:12:47 -08:00
CrystalSplitter
586718e49a Simplify execMuted 2024-01-15 02:12:47 -08:00
CrystalSplitter
6339be9b46 Rename AIS history to cmdHistory
This is just to prevent further naming conflict confusions between
AIS.history and Ghcid.Daemon.trace.
2024-01-15 02:12:47 -08:00
CrystalSplitter
e465cfbd23 Add MANUAL base 2024-01-15 02:12:47 -08:00
CrystalSplitter
652c0493b2 Simplify INSTALL.rst 2024-01-15 02:12:47 -08:00
CrystalSplitter
a4c743f86e Allow quitting via Esc 2024-01-15 02:12:47 -08:00
CrystalSplitter
cf4b21272c Clean up Main.hs 2024-01-15 02:12:47 -08:00
CrystalSplitter
88992b7742 Remove deprecated lib/Tui.hs 2024-01-15 02:12:47 -08:00
CrystalSplitter
2f4827780b Update README.md with more instructions 2023-10-16 00:36:32 -07:00
Jordan R AW
0343ed4731
Update INSTALL.rst 2023-10-15 18:31:13 -07:00
Jordan R AW
dc86fd96b0
Update INSTALL.rst 2023-10-15 18:07:20 -07:00
Jordan R AW
dada50d647
Merge pull request #1 from CrystalSplitter/develop
Add basic github haskell CI
2023-10-15 01:33:40 -07:00
CrystalSplitter
5c4db76f17 Wider range for base versions 2023-10-15 01:21:43 -07:00
CrystalSplitter
83e25bc832 Update UtilSpec module name 2023-10-15 01:21:43 -07:00
CrystalSplitter
febffee6fd Add basic github haskell CI 2023-10-15 01:21:43 -07:00
CrystalSplitter
a2ab4f60bb Update README.md and INSTALL.rst 2023-10-14 22:05:11 -07:00
CrystalSplitter
ee942f760f Add more docs for BrickUI 2023-10-14 21:50:02 -07:00
CrystalSplitter
4d8b593856 Reorder most DaemonIO args 2023-10-14 21:49:33 -07:00
CrystalSplitter
33db7c4f32 Rename StringUtil.hs to Util.hs 2023-10-14 21:48:55 -07:00
CrystalSplitter
d1a62d351e Add cabal.project 2023-10-14 21:32:14 -07:00
CrystalSplitter
917d85600c Add INSTALL.rst instructions 2023-10-13 00:21:06 -07:00
CrystalSplitter
7d8eb7f3d6 Add basic HSpec testing 2023-10-13 00:13:42 -07:00
CrystalSplitter
2b42b28a94 Add default empty target 2023-10-08 22:43:28 -07:00
CrystalSplitter
fad33446e1 Use Daemon.run to invoke DaemonIO calls 2023-10-08 22:43:12 -07:00
CrystalSplitter
edccac0ee3 Multiple structural changes for lib
* Better documentation for nearly every module.
* Use DaemonIO (ExceptT DaemonError IO a)
2023-10-08 22:41:08 -07:00
CrystalSplitter
49cfbbc9c1 Add LmabdaCase for default extensions in lib 2023-10-08 22:38:53 -07:00
CrystalSplitter
d0249275cc Update CONTRIBUTING.md with full CoC 2023-10-08 18:25:49 -07:00
CrystalSplitter
53793bf4c3 Update cabal file 2023-10-08 18:25:22 -07:00
CrystalSplitter
07eb973d75 Clear revisions that are already restricted by the library 2023-10-08 02:12:55 -07:00
CrystalSplitter
929106f5bc Newline at the end of the LICENSE 2023-10-08 00:38:41 -07:00
CrystalSplitter
52a2f3c11c Module box + more 2023-10-01 22:43:10 -07:00
CrystalSplitter
ea7d9cc403 Support multiline source ranges 2023-09-20 01:23:52 -07:00
CrystalSplitter
55962ae79c Another large set of changes without much tracking 2023-08-30 00:45:59 -07:00
CrystalSplitter
508475b38f Update cabal file 2023-08-02 22:45:17 -07:00