0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-07 20:58:40 +00:00
Commit Graph

46 Commits

Author SHA1 Message Date
Víctor Losada Hernández b53abb5f9f change highlight when changing tabs 2026-03-29 01:46:51 +01:00
Víctor Losada Hernández fb42675574 fold all and unfold all restored 2026-03-29 01:36:37 +01:00
Víctor Losada Hernández 1d02fb9565 simplify page count 2026-03-29 01:12:21 +01:00
Víctor Losada Hernández 2af063ac88 add dropcursor extension 2026-03-29 01:03:18 +01:00
Víctor Losada Hernández 239029e196 autto close tags 2026-03-29 00:59:31 +01:00
Víctor Losada Hernández 0fcf6dfe89 revert tab function to live behavior 2026-03-29 00:49:08 +01:00
Víctor Losada Hernández 8b347bafbc lint 2026-03-29 00:21:30 +01:00
Víctor Losada Hernández 83406479a7 fix historysize to be more stable 2026-03-29 00:20:35 +01:00
Víctor Losada Hernández 94080ba952 file org update 2026-03-27 19:53:49 +01:00
Víctor Losada Hernández 1f2a329553 darkbrewery 2026-03-27 19:49:00 +01:00
Víctor Losada Hernández 4bce4a9489 simplify fold export & restore legacy higlights 2026-03-27 19:11:52 +01:00
Víctor Losada Hernández 4da270616d multiple cursors 2026-03-27 18:50:46 +01:00
Víctor Losada Hernández 7abea94196 proper use of tab 2026-03-27 16:26:41 +01:00
Víctor Losada Hernández 0842e398c4 most of the css highlights 2026-03-27 16:10:45 +01:00
Víctor Losada Hernández ad9f4773b0 default cm5 theme back 2026-03-27 13:13:36 +01:00
Víctor Losada Hernández c0b3a1940f final fixes 2026-03-27 12:16:27 +01:00
Víctor Losada Hernández 9edb0e2fc6 fix brewjump functions 2026-03-27 11:59:56 +01:00
Víctor Losada Hernández 9a74a20884 add search replace 2026-03-27 00:27:26 +01:00
Víctor Losada Hernández 06e15a04e9 snippetline count, and disable highlights in css tab 2026-03-26 23:56:40 +01:00
Víctor Losada Hernández d4c1eba3f3 emoji autocomplete 2026-03-26 23:44:49 +01:00
Víctor Losada Hernández 3992d71910 page count widget 2026-03-26 17:49:33 +01:00
Víctor Losada Hernández 3a671cf48f custom key map 2026-03-26 17:08:01 +01:00
Víctor Losada Hernández 3b9eae2e4f small fixes 2026-03-26 14:42:56 +01:00
Víctor Losada Hernández b0ebeaffb9 syntax highligting for legacy as well 2026-03-26 14:22:39 +01:00
Víctor Losada Hernández f50c25b906 organizing 2026-03-26 12:54:07 +01:00
Víctor Losada Hernández ad50be45c6 custom folding finally 2026-03-26 12:42:26 +01:00
Víctor Losada Hernández b45795fac2 this should fold 2026-03-25 21:07:21 +01:00
Víctor Losada Hernández 52f2f532a7 lint 2026-03-25 17:23:38 +01:00
Víctor Losada Hernández 456c149f7b themes working again 2026-03-25 17:15:23 +01:00
Víctor Losada Hernández 953ef8c534 definition lists 2026-03-24 16:56:40 +01:00
Víctor Losada Hernández 02ae7176f7 subscript and superscript 2026-03-23 23:55:35 +01:00
Víctor Losada Hernández 4483537b93 not really working but it will 2026-03-23 12:13:20 +01:00
Víctor Losada Hernández ec159e4f14 different editors working 2026-03-23 11:20:15 +01:00
Víctor Losada Hernández 436d21f33c stable - remove bracket-matching 2026-03-22 01:37:30 +01:00
Víctor Losada Hernández 4ee9dfa509 add basic light theme and scrollpastend 2026-03-22 00:10:09 +01:00
Víctor Losada Hernández c18e8edd34 code folding 2026-03-21 23:13:21 +01:00
Víctor Losada Hernández 42e254c9c7 basic css changes 2026-03-21 22:53:38 +01:00
Víctor Losada Hernández 3785d5808f basic editor 2026-03-21 21:49:59 +01:00
David Bolack 1fa0a23459 Merge branch 'master' into codeMirror-skipExtraKeys 2026-02-22 10:46:26 -06:00
Víctor Losada Hernández 7b00ec9fcf stable version i think 2026-01-21 15:44:33 +01:00
Víctor Losada Hernández 955457f22f some more fixes 2026-01-20 22:31:28 +01:00
Víctor Losada Hernández fc8656e05b all imports 2026-01-20 22:14:34 +01:00
Víctor Losada Hernández 0d6c3c7e33 fix module.exports 2026-01-20 19:56:37 +01:00
David Bolack 6b57dcf052 Wrapper functions 2025-12-29 13:24:31 -06:00
David Bolack d7e170fb9d Merge branch 'master' into codeMirror-skipExtraKeys 2025-12-13 20:08:44 -06:00
Gazook89 29fe6430ce Move codeEditor to components directory
This simply moves the codeEditor folder to the components directory.  `codeEditor.jsx` simply builds a component which is then used elsewhere, and isn't shared between client and server, so it should be in the client directory.

Arguably it could go in `client/homebrew/editor` but I think the `/homebrew/` folder should be eliminated down the line and it's contents just re-sorted.

When working on the editor right now it's a pain to switch between `shared` and `client` hunting for the right file.
2025-11-04 13:12:56 -06:00