question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Ability to customize Editor

See original GitHub issue

Hi, I would like to know if you can add the ability to customize the AceEditor component in src/components/Editor.js

e.g. (on JekyllAdmin-0.1.1, Windows-7) This is the default view:

ja-editor-def

And I would like it to be customized to:

ja-editor-cust

Perhaps a gear icon somewhere that would allow to select another theme, change font-sizes, etc… Thanks

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:1
  • Comments:18 (14 by maintainers)

github_iconTop GitHub Comments

1reaction
ashmarolicommented, Dec 2, 2016

@mertkahyaoglu I wont be submitting the pull… Tests conducted locally show that I will cause issues for bigger datafiles (that require scrolling to view the last line / last word) Alternatively, I’ve noticed that AceEditor has an onScroll function which starts at margin-top: 0 and margin-left: 0 and end at negative margins at the other end. This could be leveraged to start at margin-top: 10px & margin-left: 10px and have their respective ending margins adjusted accordingly.

But its outside my skill-level.

1reaction
mertkahyaoglucommented, Dec 2, 2016

Please open the PR 👍 I tried to fix it with padding but couldn’t achieve that.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Custom Editors - Unity - Manual
To speed up application development, create custom editors for components you commonly use. This page shows you how to create a simple script...
Read more >
Custom Editor API - Visual Studio Code
A custom editor is an alternative view that is shown in place of VS Code's standard text editor for specific resources. There are...
Read more >
Abilities - Introduction - World Editor Tutorials
Object Editor Ability Tab fields, explanations and usage. ... You should copy both buffs and modify them if it is necessary for your...
Read more >
Edit a canvas app - Power Apps | Microsoft Learn
Edit any canvas app that you created, or for which you have Co-owner permission. You can edit an app in Power Apps Studio....
Read more >
Power Editor - Teachable's support
This article goes over how to make advanced customizations by editing school template files in the Power Editor. CAUTION: Adding custom code to...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found