John McLear
2fff1c473f
change in buffer management
2021-01-07 20:09:54 +00:00
John McLear
170dd43e8b
actual fix
2021-01-07 19:23:40 +00:00
John McLear
d1222bb9a7
tidy
2021-01-07 16:36:47 +00:00
John McLear
a75decf33c
working shift page up / down
2021-01-07 16:08:41 +00:00
John McLear
1991c439f2
shift logic working but wtf is happening here?!
2021-01-04 16:25:41 +00:00
John McLear
d41b5ec96d
shift logic working but wtf is happening here?!
2021-01-04 16:25:37 +00:00
John McLear
81e4c14fc0
reverse reps are a brain truck
2021-01-03 12:36:04 +00:00
John McLear
8803c23a2d
fix tests and better dingdong
2021-01-03 11:51:35 +00:00
John McLear
eba5827092
working x offset logic bugfix
2021-01-03 11:36:19 +00:00
John McLear
ffce4d32cb
working x offset logic
2021-01-03 11:33:12 +00:00
John McLear
81e50061dc
oof struggling with char offset
2021-01-02 16:30:32 +00:00
John McLear
8e5c124f5e
new approach #1721874828748974124124
2021-01-02 14:55:19 +00:00
John McLear
66d3d6a02d
oof, dat bugz
2021-01-01 22:10:36 +00:00
John McLear
d930a12e37
additional testing for long line issue
2021-01-01 21:46:58 +00:00
John McLear
e4404d702e
resolve issue with line history not being kept
2021-01-01 21:05:13 +00:00
John McLear
cdce13ca25
still very broken but getting more test coverage at least -_-
2020-12-31 11:27:04 +00:00
John McLear
e6f8356500
begin adding in shift support
2020-12-30 22:32:51 +00:00
John McLear
1bd7bb94d1
whoops
2020-12-29 22:30:16 +00:00
John McLear
f1a66cd25b
whoops
2020-12-29 22:29:26 +00:00
John McLear
6c000472af
character offset broken logic
2020-12-29 21:32:25 +00:00
John McLear
3eab0df189
begin adding in support for long lines
2020-12-29 18:56:04 +00:00
John McLear
5cd4dc1af2
keep previous caret x location on pageup/down
2020-12-29 16:55:51 +00:00
John McLear
af6a699db4
up down better ux
2020-12-28 18:29:01 +00:00
John McLear
0fdc13a6ad
some wierdness, not sure what
2020-12-28 18:20:08 +00:00
John McLear
0b9962c6c6
working going to end of the line and beginning of first
2020-12-28 14:12:24 +00:00
John McLear
92450e071d
much better ux
2020-12-28 09:34:58 +00:00
John McLear
a536b311e4
much better ux
2020-12-28 09:28:55 +00:00
John McLear
0253b54803
working page down and semi working page up
2020-12-28 09:12:45 +00:00
John McLear
d6075bd042
working basic functionality
2020-12-28 08:40:53 +00:00
John McLear
f6d9c7e705
just some thoughts on approaches
2020-12-27 23:39:20 +00:00
John McLear
e051f2f2f7
lint: scroll.js
2020-12-26 20:43:10 +00:00
Richard Hansen
9f7d42185d
socket.io: Reconnect if the server disconnects
...
This will make the pages gracefully handle HTTP server restart events,
which happen whenever a plugin is installed or uninstalled via the
`/admin/plugins` page.
2020-12-23 16:18:28 -05:00
Richard Hansen
303964c51e
socket.io: Factor out client connection logic
2020-12-23 16:18:28 -05:00
Richard Hansen
7eb0f996c3
socket.io: Delete ignored resource
option
...
I couldn't find any reference to a `resource` option in either the
socket.io-client documentation or its source code.
2020-12-23 16:18:28 -05:00
Richard Hansen
ff19181cd1
lint: Fix some straightforward ESLint errors
2020-12-23 16:18:28 -05:00
webzwo0i
790ba72a9e
change scroll-behavior to auto
...
timeslider follow test: ensure there are so much lines in the pad view
below the changed line, so that the changed line will be the first
visible line
2020-12-23 16:18:28 -05:00
John McLear
996a2d86dd
lint: chat ( #4573 )
...
Co-authored-by: Richard Hansen <rhansen@rhansen.org>
2020-12-23 16:18:28 -05:00
John McLear
8bf463fb00
lint: broadcast_revisions ( #4571 )
...
Co-authored-by: Richard Hansen <rhansen@rhansen.org>
2020-12-23 16:17:59 -05:00
John McLear
4aef15cb11
lint: collab-client ( #4574 )
...
* lint: collab-client
* Undo incorrect lint fixes
These will be re-fixed in a future commit.
* Properly fix guard-for-in error
* Properly fix prefer-rest-params errors
* Move some code back to where it was
Moving the code makes it hard to review the diff.
* Delete DISCONNECT_REASON case
Someone reading the code won't understand what "used to handle
appLevelDisconnectReason" means until they dig through the Git
history. Given the server never sends messages of type
DISCONNECT_REASON anyway, just delete the case.
* Refine lint fixes
Co-authored-by: Richard Hansen <rhansen@rhansen.org>
2020-12-21 20:19:00 +00:00
Hossein Marzban
170a230c3a
Lint: timeslider ( #4580 )
...
Squashed changes from rhansen@rhansen.org:
* Move code back to where it was. (It's easier to review changes
when the code isn't moved. This causes some no-use-before-define
warnings to reappear, but those are just warnings.)
* Move eslint-disable comment to same line
* Use `window.clientvars` to resolve no-global-assign
* Undo changes that aren't about fixing lint errors
2020-12-20 18:24:17 -05:00
John McLear
bca60c8b17
lazydeveloper: remove console log
2020-12-20 10:56:19 +00:00
John McLear
e18b9d1844
timeslider/bugfix: timeslider wasn't updating when new pad contents was created - #4595
2020-12-20 10:45:16 +00:00
John McLear
0362d3b05d
lint: pad prefix files ( #4577 )
...
* lint: pad_connectionstatus
* lint: pad_utils
* lint: pad_userlist.js -- still WIP
* shift underscore not to be in require but to be used from window
* lint: pad_modals
* pad_impexp.js
* lint: more errors done
* lint: auto reconn
* lint: pad_editor
* lint: finish auto reconn
* lint: imp exp rework
* lint: import
* lint: pad.js nearly done but pizza here...
* lint: clientVars global query
* put clientVars in window
* Revert incorrect lint fixes
* Properly fix guard-for-in lint errors
* Properly fix no-unused-vars error regarding `gritter`
* Refine lint fixes
Co-authored-by: Richard Hansen <rhansen@rhansen.org>
2020-12-20 07:15:58 +00:00
Hossein Marzban
34ee77993f
Lint: pluginfw tsort.js ( #4576 )
...
* lint: pluginfw tsort.js
* Don't comment out the `console.log()` call
Disabling the log message is out of scope for the pull request.
* Put const and let on separate lines
* Convert `tsort` from function to arrow function
ESLint doesn't complain about this due to a bug in
prefer-arrow/prefer-arrow-functions rule:
https://github.com/TristonJ/eslint-plugin-prefer-arrow/issues/24
Co-authored-by: Richard Hansen <rhansen@rhansen.org>
2020-12-20 06:18:49 +00:00
Richard Hansen
b82bf5c726
Drop support for Internet Explorer
2020-12-19 19:13:31 +00:00
Richard Hansen
d9b7aa489d
pad import/export: Delete dead functions
2020-12-18 09:29:28 +00:00
Richard Hansen
7e50fc2ab5
Delete dead SERVER_MESSAGE and guest handling code
...
None of this code seems to be reachable. Hopefully no plugins expect
it to exist.
2020-12-18 09:29:28 +00:00
Richard Hansen
f54dcbc766
lint: Re-run eslint --fix
2020-12-16 22:09:48 +00:00
John McLear
92e36b82b5
linting: pad_editbar.js
2020-12-16 12:12:25 +00:00
Hossein Marzban
6f309ac20a
lint: pluginfw/client_plugins ( #4572 )
2020-12-15 21:40:41 -05:00