recently when I have been using Atom Editor, when I click on a line of code the editor scrolls in so that the code that I clicked on is in the center of the window (if that makes sense). For example if I have 100 lines of code, if I click on the code in line 25, it will automatically put line 25 in the middle of my screen. I think the catalyst for it was when I opened up a second file and dragged it into a pane next to my other file, so that I was editing two files at once side by side. It makes it hard to navigate through my code. Is there a way to fix this?
Atom Editor Scrolls When I Click On A Line of Code
42 Views Asked by Chance Watkins At
1
There are 1 best solutions below
Related Questions in SCROLL
- How to clip grid cell and provide scroll as well?
- Understanding Scroll Anchoring Behavoir
- Scrolling Instagram Followers Not Working
- Trigger JS when scrolling and record event to PHP
- How to scroll to the bottom of console window in PyCharm2019 automatically?
- Termux: Different scrolling behaviour after "screen"-command
- Making a Back to the Top button on Javascript
- Jittery Behavior on First Scroll in React Header Component
- Problem with locomotivescroll nextjs typescript working
- How to shrink a sibling while scrolling a sibling below?
- How to set an individual mouse scroll on two different canvases that are connected to separate frames but the frames are one on top of eachother?
- Pin section and change tabs on vertical scroll with GSAP or just javascript
- Kotlin/Compose: Why won't my lazyColumn scroll?
- How to "stop" an element after scrolling to another element
- Scroll View android studio
Related Questions in EDITOR
- Deleting camel humps in Intellij?
- Enhancing Audio Trimmer Widget in Flutter App
- Editor in SQLPLUS gives error when changing default editor
- WPF Image in User Control not showing in editor when I use the User Control
- Open files in new tabs in Kate
- How do I turn off syntax highlighting in micro text editor?
- Change font weight in visual studio code
- Seeking Feedback: Custom Toolbar Implementation for EditorJS
- Excessive spacing on a Weebly section
- How do I visually fake 4-space tabs in a 2-space project in VSCode?
- NodeJS FFMPEG : Issues combining the crops and the trims
- In Slickgrid,Aggregate Function result is not modifying/updating as per the slickgrid data inline edit
- VSCode editor mouse cursor inverts color when moving across panes
- ERROR: failed to solve: error from sender: context canceled
- Can three.js editor export a JS script?
Related Questions in LINE
- As a normal user, how would I know how many arguments and what arguments I need to pass in a command line arguments program?
- How can I solve this problem in Geom_line?
- Notepad++ Remove Empty Spaces or characters after the specific LAST character
- Vertical Line Plot based on Actual Calendar Days not based on Bar Index
- Line blurry issue with subpixel rendering
- Drawing huge amount of lines
- Automatic word spacing to fit line CSS
- How to download whole imageSet from LINE messenger API?
- How to filter out the line which counting up from last line from a text file thru batch command?
- How to generate lines with specific direction from points
- LineSDK Use LoginConfiguration before setup. Please call `LoginManager.setup` before you do any other things in LineSDK
- How to draw line graphs smoothly (not fitting) in R?
- "QGIS: Displaying labels outside polygons for line features inside using field values"
- out of order time points on multi line chart
- How to turn off lines in raster fill label mixed legends ggplot
Related Questions in ATOM-EDITOR
- Ubuntu atom unable to get local issuer certificate error
- undo the replace all in project in the Atom editor
- packages = body.filter(function(pack) { in use atom ide
- Add ipdb tab autocomplete to VSCode
- How to open a file with the flatpack installled Atom editor in Linux/Ubuntu
- Atom-editor, how to get rid of the "Authentication required" popup
- I cannot instal any package on Atom (Win x64)
- can't find atom coding app script package
- If there is one what is the Atom Editor keyboard shortcut to insert a new line after the current one whilst mid-line?
- Atom Packages install
- How do you run atom text editor on linux as sudo?
- Pulsar `atom-ide-ui` package
- Pb with duration Atom auto-save and live-server
- Searching for “autoclose-html-plus” failed.Hide output… certificate has expired
- Atom editor: Keybinding to move cursor to the next (or previous) function definition
Related Questions in PANE
- why this setWidth() method of Pane class in JavaFX enlarges my shape?
- How to change the automatic switching of panes into default setting in Rstudio
- How to add as many instances of a Pane defined in a separate fxml file as there are entries in a HashMap into a ScrollPane?
- Tableau: How to create a calculated field that has multiple conditions and only works against other values in the same pane
- JavaFX SplitPane dynamically resize children
- Cancelling SplitView Close Event without Stopping Mouse Events
- Navigating System Settings with Applescript (in Ventura)
- Pane Title in Tmux .conf File
- JavaFX: How to make pane always a square by binding its width and height properties together
- iTerm2: What is the best way to compare / diff two panes (like vimdiff)?
- Atom Editor Scrolls When I Click On A Line of Code
- How to create array of Panes in JavaFX(or how to control multiple similar panes)
- How to close one of the datatable pane buttons when the others are opened?
- Leaflet : add layerGroup to specific pane
- How to Customize just the property pane without building webpart
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Okay, I found the answer to my problem. I had downloaded a package named "Typewriter Scroll" that is supposed to emulate a typewriter. I disabled it and my code no longer scrolls when I click.