Jake Dexheimer
|
38cc0f91af
|
Font support (#149)
* Add font family/font size support
* Load fonts with css
* Change settings item order
|
7 years ago |
Mike Fix
|
9ce3558a44
|
Fix typescript vs js naming descrepancy
- Closes #139
|
7 years ago |
Brad Davies
|
9435c7564f
|
Renamed to 'MySQL'
|
7 years ago |
Brad Davies
|
1a1a384db3
|
Fix MySQL syntax highlighting.
The MySQL syntax highlighting does not currently work unless you explicitly define the correct MIME type associated with it (`text/x-mysql`).
|
7 years ago |
slorber
|
4cfbb8f3d1
|
fix cursor jumping at the end after every editor update
|
7 years ago |
Andrew Dassonville
|
921d6b40b2
|
Fix crash when using Plain Text (#129)
|
7 years ago |
Kunall Banerjee
|
830828d6c5
|
remove erroneous constant (#127)
This resulted in an unrecognized theme that further caused a bug in the UI.
|
7 years ago |
Mike Fix
|
8dec652c2a
|
Fix URL bugs
|
7 years ago |
Michael Fix
|
bdc9211d25
|
Fix state bugs, fix drag-n-drop bugs, fix url encoding bugs (#126)
* react-codemirror to react-codemirror2@3
* Fix encoding queryParam issues
* Fix gist support
|
7 years ago |
Jake Dexheimer
|
9379528ccc
|
Remove line numbers background style
|
7 years ago |
Jake Dexheimer
|
f13b394ebd
|
Fix default theme
|
7 years ago |
Michael Fix
|
63f43dcc40
|
Save and update query params based on editor state (#111)
* Save and update query params based on editor state
* Fix typo and asPath bug with new queryParams
|
7 years ago |
Mat Gadd
|
ba6e8c4e6f
|
Use parentheses around the theme to match others, and use the same order as ones above
|
7 years ago |
Mat Gadd
|
03259f473c
|
Add extra constants for Solarized flavours
|
7 years ago |
Jake Dexheimer
|
96ac36baf5
|
Fix component state issues
|
7 years ago |
Jake Dexheimer
|
ee0feeb527
|
Twitter colorpicker -> Sketch colorpicker
|
7 years ago |
Kunall Banerjee
|
1f9c81df9e
|
add support for base-16 syntax (#101)
|
7 years ago |
Stosh Fabricius
|
9be9ef1ac5
|
Add Elixir to available languages (#61)
* Add Elixir mode to available languages
* Update module to mode
|
7 years ago |
Jake Dexheimer
|
de11ff034f
|
Add hover styles
|
7 years ago |
Michael Fix
|
0c365218d6
|
Load and store state from localStorage (#80)
* Load and store state from localStorage
* remove idea of localStorage from get and set state fns
|
7 years ago |
Mike Fix
|
598ca88b98
|
React-codemirror -> react-codemirror2
- Closes #64
|
7 years ago |
Andrew Dassonville
|
9b7abc50d3
|
Add more JavaScript-like languages
|
7 years ago |
Jake Dexheimer
|
7bfa2ef621
|
Add support for more clike languages
|
7 years ago |
briandennis
|
93c0214081
|
use set lookup to keep track of loaded modes
|
7 years ago |
Andrew
|
f3b80b1783
|
Use mode instead of module
|
7 years ago |
Andrew Dassonville
|
1500627c3b
|
Use CodeMirror Kotlin
|
7 years ago |
Jake Dexheimer
|
27bad782b4
|
Fix solarized theme, remove redundant light:true
|
7 years ago |
Andrew
|
3cbcb49c27
|
Remove semicolons
|
7 years ago |
Andrew Dassonville
|
7e69ca2897
|
Add prettier
|
7 years ago |
Andrew Dassonville
|
6b1e0aedaa
|
Add Kotlin support
|
7 years ago |
Oto Brglez
|
f309fbaf47
|
Adding support for Scala.
|
7 years ago |
Mike Fix
|
26ea4615f7
|
Fix Selecting a language and then going back to auto
- Closes #37
|
7 years ago |
briandennis
|
878e9e4f2e
|
import custom modules
|
7 years ago |
briandennis
|
fecf754495
|
add nimrod to custom modules
|
7 years ago |
Dominik Picheta
|
89ec557e50
|
Add Nim language
|
7 years ago |
Chris Ball
|
b91a9d55dd
|
Add my favorite theme
|
7 years ago |
Krzysztof Cieślak
|
65acc18779
|
Add F# / OCaml mode
|
7 years ago |
Jake Dexheimer
|
d6b4db144a
|
Default theme
|
7 years ago |
Jake Dexheimer
|
208242ae1e
|
Update themes
|
7 years ago |
Mike Fix
|
c9d4f9ea56
|
Add JSX
|
7 years ago |
briandennis
|
f71506ffbd
|
move debounce to api
|
7 years ago |
Brian Dennis
|
db73c56eca
|
Add notification of Twitter rate limiting (#13)
* add rate limiting detection to handler
* alert user on rate limit error
* Update api.js
* Add morphmorph dep
|
7 years ago |
Mike Fix
|
3ca3e254b2
|
Fix language inconsistancies
- Depend on toHash
- Move auto out of languages export
|
7 years ago |
Michael Fix
|
52fcb7e86b
|
Merge pull request #10 from dawnlabs/language
Make language highlighting dynamic and handle auto selection
|
7 years ago |
briandennis
|
c4296c7ee7
|
add language hash
|
7 years ago |
Mike Fix
|
646d8919c5
|
Clean up old code
|
7 years ago |
Mike Fix
|
1cf0757324
|
Slight updates
|
7 years ago |
briandennis
|
3a60e4622f
|
add tweet api function
|
7 years ago |
briandennis
|
dd9ba60d70
|
set languge when changed from toolbar
|
7 years ago |
Jake Dexheimer
|
bf374f1728
|
Clean up styles
- Move globals out of Meta component
- Create style components for Reset and TypeSystem
|
7 years ago |