Cassie Tarakajian
a0cb035dd4
Add <main> to all pages, add semantic HTML updates
2020-05-19 15:34:00 -04:00
Cassie Tarakajian
cee22c3277
Move through svg icons and add aria labels
2020-05-06 14:43:46 -04:00
Cassie Tarakajian
8bf4008c51
Migrate from React-InlineSVG to SVGR
2020-05-06 14:43:46 -04:00
ashu8912
5891b3b77a
removed console.log
2020-01-29 16:12:08 +05:30
ashu8912
8545a3b7ce
removed console.log
2020-01-26 12:47:37 +05:30
ashu8912
5937af22f3
changed setImmediate with setTimeout
2020-01-26 02:55:07 +05:30
ashu8912
08f1c52f96
Fixed Indentation on setCursor
2020-01-25 18:30:17 +05:30
ashu8912
5abb3a5586
fixed cursor position on tidy
2020-01-15 17:50:00 +05:30
Cassie Tarakajian
57ecfb7e1e
fixes #1206 , removes titles where it is unnecesary
2019-10-31 17:27:23 -04:00
Cassie Tarakajian
3d9507b7ef
re #1177 : increase autorefresh time period to 1000ms
2019-10-03 16:16:54 -04:00
Cassie Tarakajian
c925da8c17
re #1067 , remove lingering commented-out code
2019-10-02 16:48:33 -04:00
Cassie Tarakajian
81a76a1529
re #1067 , when a line or lines are highlighted, tab will indent them
2019-10-02 16:40:52 -04:00
Rick Brown
5695830361
add ability to toggle line numbers to accessibility settings. Fixes #1138 ( #1146 )
...
* Added SET_LINE_NUMBERS constant
* Added setLineNumbers()
* Added lineNumber prop
* Added functionality to Preferences
* Passing props
* handle case SET_LINE_NUMBERS
* add lineNumber default value to the schema
2019-08-30 12:36:34 -04:00
Cassie Tarakajian
8054a532d7
Update to webpack 4 ( #1145 )
...
* remove some of the react errors, start to fix webpack HMR errors
* start upgrade to webpack 4
* more stuff to update webpack
* update webpack configs to work with webpack 4
* remove linting from truncate script
2019-08-28 16:08:40 -04:00
Jon Paul Gualdarrama
68c1e48c99
Fix Issue #588 . Only highlight runtime errors at the appropriate line… ( #1136 )
...
* Fix Issue #588 . Only highlight runtime errors at the appropriate line for file in which the error occurred.
* Modifications to handle js in html <script> tag Part 1
* Correctly highlight errors in JavaScript in a <script> tag
2019-08-27 13:02:07 -04:00
Cassie Tarakajian
0b24938dce
fixes #945 ( #1102 )
2019-06-12 17:11:35 -04:00
Cassie Tarakajian
18f646bde9
for #950 , update babel to v7 ( #1077 )
...
* for #950 , upgrade babel to v7
* fix linting errors
* for #950 , remove @babel/core from devDependencies (so it's only in dependencies) and change babel-loader config to use .babelrc
* for #950 , changes to .babelrc to make work
* for #950 , include core-js modules in webpack config for IE support with babel/plugin-syntax-dynamic-import
* for #950 , update babel and associated packages to LTS
2019-06-05 12:05:31 -04:00
Cassie Tarakajian
2d77ddb650
Merge branch 'master' into feature/remove-indentation-options
2019-03-26 15:38:58 -04:00
Laksh Singla
24302b56de
Added softwrap preference for users. ( #970 )
...
* Client and server side code added for Linewrap option
* Linked linewrap prop with the Editor.jsx property
* linewrap defaults to true
* Renamed 'LineWrap' to 'WordWrap'
2019-03-26 15:37:44 -04:00
cdr
49e786a82d
Use more straightforward tab keymap function
2019-03-26 02:12:42 -04:00
cdr
20be8eb5bd
Fix tab indentation setting
2019-03-23 20:53:07 -04:00
cdr
096f8a1f65
Hardcode 2-space configuration in Editor.jsx
2019-03-21 20:52:56 -04:00
Cassie Tarakajian
74ec1ba5bf
fixes #725 by updating jshint ( #848 )
2019-02-25 16:52:07 -05:00
Cassie Tarakajian
2cc0d578fb
for #790 , when saving a sketch, pull from codemirror window ( #847 )
...
* for #790 , when saving a sketch, pull from codemirror window
* fix lint errors
2019-02-25 16:45:20 -05:00
Oliver Wright
5fdcd08add
Use File id in Redux Actions - Fixes #842 ( #844 )
...
Prevents file name collisions that are possible with the folder
system.
2019-02-25 12:57:10 -05:00
Oliver Wright
d0832ea4b7
Prevent crash when console.error is used - Fixes #833 ( #834 )
2019-02-20 15:57:37 -05:00
Cassie Tarakajian
7bd016bac3
fixes #785 , update node, and everything else that comes along with that ( #810 )
2019-01-16 17:56:18 -05:00
Cassie Tarakajian
ef98190e25
for #769
2018-11-20 18:00:54 -05:00
Cassie Tarakajian
d15e5d0da5
fixes #715 in an extremely hacky way 🤷♀️ , fixes another error in which when changing the font size, linting highlighting was misaligned
2018-10-10 17:40:47 -04:00
Meru Patel
19bffe58cf
Fixes #712 ( #718 )
...
* added matchbrackets
* Added css for matching brackets
2018-10-08 13:14:59 -04:00
Bhawesh Bhansali
cf5cb1f6e9
components/Editor.jsx: Allow indentation on entering new line ( #710 )
...
indentUnit updated on settings->indentation amount change
Fixes https://github.com/processing/p5.js-web-editor/issues/700
2018-10-04 13:36:42 -04:00
Liang Tang
617f00653c
Improve current console ( #656 )
...
* init v2
* make replay work
* fix a failing scenary of react-frame
* fix some bugs
* delete/comment some files
* remove
* fix some bugs && remove more comments
* remove unnecessary lines
* minor tweak
* fix some bugs
* try to hook iframe using webpack
* update
* changes according to cassie
* minor tweak
* fix lint
* extract sass
* add icons
* update webpack config
* update webpack configuration
* update
* tweak
* fix a small bug
2018-07-30 12:20:57 -04:00
Cassie Tarakajian
9958619fc4
fixes #630 and updates codemirror
2018-05-30 15:23:32 -07:00
Liang Tang
29dde4776c
fixes #588 ( #629 )
2018-05-11 17:08:15 -07:00
Cassie Tarakajian
9efd9c624f
fix remaining linting errors
2018-05-08 19:16:05 -07:00
Mr.tang
0a1c8bb26f
enhance cm ( #547 )
2018-02-16 11:56:44 -05:00
Mr.tang
193b15e074
fix console.error crash ( #532 )
2018-02-08 17:40:21 -05:00
Dhruvdutt Jadhav
e7abb55ee7
Fixes #515 Update React to 16 and other dependencies ( #519 )
...
* Update to react, react-dom 16.2.0
* Update react-redux
* Update react-tabs
* Update redux-devtools
* Update redux-devtools-dock-monitor
* Update redux-devtools-log-monitor
* Add prop-types package
* Update gitignore
* Update all files to use prop-types package
* Update react-router
* Update react-inlinesvg
2018-02-07 13:06:07 -05:00
Cassie Tarakajian
24030ac7aa
Merge branch 'master' into zrispo-feature-runtime-error-highlight
2017-10-12 16:23:31 -04:00
Cassie Tarakajian
68d72771d2
remove extraneous console log
2017-10-12 16:21:17 -04:00
Cassie Tarakajian
1363a7a0c3
add missing linting markers
2017-10-12 16:19:18 -04:00
Cassie Tarakajian
0989ff29eb
fix other merge conflict errors
2017-10-12 15:38:02 -04:00
Cassie Tarakajian
53f7217786
fix merge conflicts
2017-10-12 15:00:11 -04:00
Cassie Tarakajian
1f86eb6711
Merge branch 'master' into zrispo-feature-code-folding
2017-10-11 15:55:55 -04:00
Cassie Tarakajian
34cf86326b
add find next and find previous commands to nav
2017-09-14 16:58:59 -04:00
Cassie Tarakajian
251ab99ac7
move items from editor dropdown to nav
2017-09-14 14:52:41 -04:00
Cassie Tarakajian
4ea9f96d3f
fix #430
2017-09-14 14:32:43 -04:00
Zach Rispoli
bca73885b2
Fix broken accessibility feature
2017-08-01 15:53:27 -04:00
Zach Rispoli
682dd7e2fc
Runtime error line highlight dissappears on lint message update
2017-08-01 15:53:27 -04:00
Zach Rispoli
b5f9879c44
Hacky runtime error highlight working
2017-08-01 15:52:56 -04:00