Matt Pass
2c7249e4df
mpy added as an indexable file extension
2020-01-11 13:27:06 +00:00
Matt Pass
c22c3540bb
MicroPython added as a file icon (uses Python)
2020-01-11 13:25:42 +00:00
Matt Pass
7ef896bf12
MicroPython added as a file type in langs
2020-01-11 13:24:50 +00:00
Matt Pass
35c7116ed9
MicroPython added as a file extension
2020-01-11 13:23:59 +00:00
Matt Pass
6500205624
Change rtrim to preg_replace in file control
2020-01-11 13:02:07 +00:00
Matt Pass
6cc86847d2
Change rtrim to preg_replace
2020-01-11 13:01:20 +00:00
Matt Pass
278e34c3d4
Fix non well formed number issue
2020-01-11 12:28:02 +00:00
Matt Pass
1a35c8e270
Update to match main JS
2019-10-15 23:04:30 +01:00
Matt Pass
c59cd17265
Further revising nohup info
2019-10-15 23:00:20 +01:00
Matt Pass
0bdf33f731
Revised nohup info
2019-10-15 22:56:59 +01:00
Matt Pass
9406a5e4a7
Add missing parens
2019-10-15 22:53:28 +01:00
Matt Pass
66ae8f4237
Highlight gutter if we have git content
2019-10-15 22:52:26 +01:00
Matt Pass
fdecc45f41
Prefix array key with working dir prefix
2019-10-15 22:50:52 +01:00
Matt Pass
63b056e8bc
Get contents of changed files at git head
2019-10-15 22:26:43 +01:00
Matt Pass
02c8f7d3b9
Get git content data via indexer
2019-10-15 22:23:23 +01:00
Matt Pass
f57b9ed1e9
Be more specific in var name for Git diff data
2019-10-15 20:58:21 +01:00
Matt Pass
160ee7f59b
Tweak details re Git diff data
2019-10-15 20:56:24 +01:00
Matt Pass
affe21031b
Update to match main JS
2019-10-15 20:54:19 +01:00
Matt Pass
61b46c4560
Handle Git diff pane and gutter highlighting
2019-10-15 20:53:46 +01:00
Matt Pass
4e56dde2c6
Update to match main JS
2019-10-15 19:47:28 +01:00
Matt Pass
8dd67f0dae
Set taller help screen for extra shortcuts
2019-10-15 19:46:52 +01:00
Matt Pass
d6d8100c3c
Merge pull request #788 from PalAditya/master
...
Fix issue 785: Add new help shortcuts
2019-10-15 19:42:14 +01:00
Aditya Pal
3b867022e6
Fix file indentation
2019-10-13 11:42:58 +05:30
PalAditya
6b16f36b50
Fix issue 785: Add new help shortcuts
2019-10-13 11:33:20 +05:30
root
f23a1cb70b
sudo may be needed to avoid warnings
2019-10-06 16:25:05 +00:00
root
6cdcbbf355
Output datetime, extract code outside of block
2019-10-06 15:57:16 +00:00
Matt Pass
433e169f06
Lock off file from http, git diff -> MD5 to rescan
2019-10-06 15:54:06 +01:00
Matt Pass
db93d69a76
Update to match main JS
2019-10-06 14:18:21 +01:00
Matt Pass
f0382c7a2a
Set class of link on rows
2019-10-06 14:17:38 +01:00
Matt Pass
fc85205eb0
Fix stray closing parens
2019-10-06 14:12:06 +01:00
Matt Pass
fc0a9bb6e8
Keep running process with delays between of 2 secs
2019-10-06 14:06:31 +01:00
Matt Pass
81ecf6e0b5
Output git diff if we have it on data change
2019-10-06 14:04:40 +01:00
Matt Pass
546052ee73
Update git if data change, hide on click, -31px
2019-10-06 14:01:38 +01:00
Matt Pass
3c2092d270
Git diff padding, scrollar and link styles"
2019-10-06 13:56:12 +01:00
Matt Pass
6a06559689
Provide relevant placeholder text for git pane
2019-10-06 13:55:00 +01:00
Matt Pass
f5129dc3a9
Updated to match main JS
2019-10-06 12:30:48 +01:00
Matt Pass
158ab19268
POC of system.php routine
2019-10-06 12:27:55 +01:00
Matt Pass
a03cf9ea43
Output git diff info if we have it too
2019-10-06 12:24:20 +01:00
Matt Pass
ab2f7d78c8
Git pane is pre, placeholder text added
2019-10-06 12:22:00 +01:00
Matt Pass
bedf83b92f
Add clickable git diff data if indexer has it
2019-10-06 12:21:12 +01:00
Matt Pass
648ab7347f
Update URL case for consistency
2019-10-05 23:43:05 +01:00
Matt Pass
34d460bbdd
Improving display of SQL in DB manager
2019-10-05 23:23:25 +01:00
Matt Pass
ef67eda5fc
Tooltip class added
2019-10-05 21:34:05 +01:00
Matt Pass
c3b259a7cb
CSS in class now
2019-10-05 21:33:28 +01:00
Matt Pass
c2c21713b9
Update to match main JS
2019-10-05 21:29:32 +01:00
Matt Pass
a99665b217
Closure on vars, pass to anon functions
2019-10-05 21:28:31 +01:00
Matt Pass
92ff0a46ec
Handle = in parens, tidy output for tooltip
2019-10-05 21:25:46 +01:00
Matt Pass
1466e6e8b5
Rename function, only covers functions
2019-10-05 19:52:34 +01:00
Matt Pass
1c2b83e7ac
Classes don't have args
2019-10-05 19:51:23 +01:00
Matt Pass
6ab5aa672d
Far more intelligent indexing
...
Don't index *.min.* files, detect declaration lines with more intelligence by considering the format of the language and varying syntax, pick out the function name and args much better, don't store blank names, take only first word and so exclude things like classes extending/implementing format and no args on classes of course, plus consider if prev data before deciding upon whether to index
2019-10-05 19:13:20 +01:00