David Bolack
1fa0a23459
Merge branch 'master' into codeMirror-skipExtraKeys
2026-02-22 10:46:26 -06:00
Víctor Losada Hernández
20b8a5b0b1
both \ and / as valid chars
2026-02-17 14:49:38 +01:00
Víctor Losada Hernández
5171d1154e
normalize caps
2026-02-17 14:47:20 +01:00
Víctor Losada Hernández
0a68b8ecf9
linting and fixing made tags
2026-02-17 14:43:09 +01:00
Víctor Losada Hernández
bf8c866a74
add small text
2026-02-17 10:09:44 +01:00
Víctor Losada Hernández
dec91cc76e
next stable
2026-02-16 00:58:50 +01:00
Víctor Losada Hernández
2a9970705b
fix regex and fixed substrings
2026-02-16 00:17:39 +01:00
Víctor Losada Hernández
694f5dcd21
fix auth input
2026-02-15 23:54:24 +01:00
Víctor Losada Hernández
8cdc5ab0af
curate suggestion and add in some color
2026-02-15 23:40:41 +01:00
Víctor Losada Hernández
1c35d08a5c
stable version
2026-02-15 20:40:41 +01:00
Víctor Losada Hernández
46d9322b50
stable with basic suggestion
2026-02-15 14:43:52 +01:00
Víctor Losada Hernández
9d03385a13
change imports
2026-01-24 00:29:15 +01:00
Víctor Losada Hernández
2f19b7658c
dedent-tabs to dedent
2026-01-23 19:10:56 +01:00
Víctor Losada Hernández
4bf485b2e2
lint client
2026-01-21 16:17:11 +01:00
Víctor Losada Hernández
7b00ec9fcf
stable version i think
2026-01-21 15:44:33 +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
Trevor Buckner
059d6d7939
Lint
2025-11-17 23:09:47 -05:00
G.Ambatte
73b7d6887b
Fix typo in state property name for snippet bar height
2025-11-17 17:09:23 +13:00
Víctor Losada Hernández
f1891d9250
use state instead
2025-11-16 19:02:37 +01:00
Víctor Losada Hernández
b78f5079df
bring back update native func
2025-11-15 16:59:32 +01:00
Víctor Losada Hernández
7bc41f9b0d
fix snippetbar hidden
2025-11-15 16:49:48 +01:00
Víctor Losada Hernández
a217779e76
fix snippetbar wrap
2025-11-15 16:05:21 +01:00
Gazook89
f9f33955bc
Merge branch 'master' into move-codeEditor-to-components
2025-11-09 23:30:53 -06:00
Gazook89
c5aa774daa
Move markdown.js and markdownlegacy.js
...
Moves the two files up a level, directly in `/shared/`. Everything else is just updating paths for that.
2025-11-04 22:29:28 -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
Trevor Buckner
9e80151eda
Merge branch 'master' into issue_2963
2025-10-13 13:38:41 -04:00
Trevor Buckner
ae47442ed5
Merge branch 'master' into remove-config-enable-checks
2025-10-13 13:37:49 -04:00
David Bolack
8fcadd87d4
Remove comments
2025-10-09 20:24:01 -05:00
Trevor Buckner
7fc03bb5a7
Merge branch 'master' into PreventInterruptedBrewJump
2025-10-06 00:07:43 -04:00
Trevor Buckner
811f274968
Move badly-placed scrollingTimeout that was doing nothing
...
When a user clicks brewJump or sourceJump, we disallow new jumps until the current scroll operation has finished for 150 ms. Unfortunately the timer being checked was always undefined, so you could keep clicking the jump button and get the brewRenderer or editor to keep bouncing around without finishing the jump action.
This just moves the scrollingTimeout up outside of the listener function so it isn't being reset to undefined every loop.
2025-10-06 00:06:34 -04:00
Trevor Buckner
63bebe1efd
Lint everything
...
Catching up on a bunch of linting so random changes stop showing up on PRs when the linter is run.
2025-10-06 00:02:24 -04:00
Víctor Losada Hernández
4a5bb1efb1
initial commit
2025-10-05 22:14:13 +02:00
David Bolack
460b12e356
Proposed fix per calc.
...
This also works but has different currsor behavior.
Original fix left in place, commented pending decisions.
2025-10-05 11:26:43 -05:00
G.Ambatte
18367526bd
Merge branch 'master' into standardizeLocalStorageKeyNames-#4119
2025-10-04 13:07:51 +13:00
David Bolack
99a85ccbca
Merge branch 'master' into issue_2963
2025-10-03 18:57:51 -05:00
Trevor Buckner
1c6a39363c
Combine handleText/Style/Snippet/Meta functions into common function
...
Also adds any related imports and key names
2025-10-02 19:33:15 -04:00
G.Ambatte
fd370c777d
Update Editor theme key
2025-09-10 19:57:16 +12:00
Trevor Buckner
6600d9344c
Revert "Add missing punctuation and sentence structure characters to mustache style assignment regex"
2025-08-30 18:53:55 -04:00
David Bolack
785af639c7
Keep the cursor as close to the same place on the screen as possible.
2025-07-30 13:04:16 -05:00
David Bolack
4aadb0b238
Keep the cursor in the active view page after a divider width change.
...
Solves #2963
2025-07-30 12:28:06 -05:00
David Bolack
17f60ee159
Merge branch 'master' into issue_4201
2025-05-26 23:03:16 -05:00
David Bolack
e842599b22
Add missing punction and sentence structure characters to mustache style assignment regex
2025-05-24 22:35:03 -05:00
Víctor Losada Hernández
9adf6dee61
use js for it
2025-05-22 23:29:08 +02:00
Víctor Losada Hernández
03527a1f95
fix it damn it
2025-05-22 22:35:26 +02:00
Víctor Losada Hernández
1dcea0fe6a
fix snippet editor button tooltip
2025-05-09 20:42:01 +02:00
Trevor Buckner
e8cc4a0c58
Merge branch 'master' into GMB_Compats_1
2025-05-09 09:29:12 -04:00
David Bolack
742de8582c
Allow pagebreak and columnbreak compatibility
2025-05-06 16:27:55 -05:00
Víctor Losada Hernández
2bd0f909f3
fix snippetbar being eaten
2025-04-21 20:45:36 +02:00