IntelliJ 10.5 on Ubuntu - Caret is broken (it keeps scrolling down as I scroll my screen downwards) - intellij-idea

I have a long file inside intelliJ (java, properties, ruby) if I leave my caret on Line 1 and scroll down to line 300, then the caret keeps on scrolling down with my screen as i keep scrolling down. Is this a bug or a setting of IntelliJ?
I am scrolling down using my mouse, and then also using my TrackPad. This happens for me inside IntelliJ on Mac AND on ubuntu, so im guessing it's either a bug, or a feature.

It was the vim plugin that was causing this problem. Once I uninstalled it, everything began working.

I see the same problem in any application (also in Windows), but only with my laptop (Thinkpad). If I just touch the trackpad, it stops scrolling. Not a real solution, but just a workaround that has helped me a lot of times.

I also see the same problem in my IntelliJ Idea. I fixed it by enable Vim plugin - restart my Idea - disable Vim plugin. Then it fixed. Only disable Vim maybe not work. You can tray these 3 steps to active this change to let Idea know.

Related

Stuck on Downloading Javascript Bundle 100% - Expo

I guess that I've tried every solution that exists on the internet about this issue, and nothing works, and I don't even know where to look anymore. It started to happen from nowhere and I can't even open the app settings shaking the phone, it's completely stuck on this screen.
I cleaned up NPM, Yarn, Expo's caches and disabled the Remote Dev Tools.
I would be so much thankful for any help.
In my case it was due to the a remote debugger.
I left the remote debugging on, put the mac in sleep and when I turned it on again the iOS Simulator remained stuck at bundling 100%, irrespective of what I've tried (kill simulator, expo r -c, Reload app, etc.)
However, I could have realized the root cause earlier because on the physical device it was working the entire time.
Hope this saves someone some time.
You could try reverting to your last known working commit, then incrementally adding back the changes until this happens again. This often is a result of delaying hiding the splash screen (perhaps via AppLoading or SplashScreen) and then not hiding it because of some error in the app code preventing the code to hide it from being called.
Try Disable Debug Remote JS in the IOS Simulator
by clicking ctrl + cmd +Z on Mac
It works for me.
Seems like something is wrong with the dependencies, just close down the react-native environment ( android studio) and your IDE, just closing and restarting may work if not, check for updates or delete and reinstall your dependencies ( expo i )

Intellij horizontal scroll for NPM console or disable word wrapping

Anyone have idea how to turn on a horizontall scroll or disable work wrapping?
No way; NPM tool window uses the embedded terminal as console (as, unlike the standard IDE console, it allows running node without input/output streams redirection and thus supports TTY mode). And there is currently no way to disable lines wrapping in terminal (IDEA-212620)

intellij navigate back shortcut not working

I am using intellij 2017.3.2 and ubuntu 16.04 . I have a keyboard map shortcut in intellij for navigate back which is set to the default ctrl+alt+back arrow . Pressing these doesn't work. It does not do anything. When i would press it sometimes the a bar would pop up at the top of the gui for entering a command (for ubuntu) so I disabled this in ubunutu's keyboard shortcut menu. Still the navigate back does not work. Doing ctrl+windows-key+backarrow navigates somewhere- but not the standard intellij navigate back behavior. Does anyone have any suggestions for how to fix this?
Looks like a conflict with ubuntu shortcuts. See the thread on "Ask ubuntu" that may solve the issue.
Now IntelliJ has 'Default for GNOME' keymap with conflicted shortcuts remapped.
Navigate back/forward is Alt+Shift+Arrow keys

Prevent Chrome debugger from stealing focus in React Native

I use Chrome Debugging and Live Reload to debug React Native applications.
Whenever you save a file, the Chrome screen reloads and in doing this, gets focus. This is annoying. Is there anyway to disable this focusing behaviour?
The Chrome debug page is opened by the launchChromeDevTools.applescript script in the react-native package.
You can disable it grabbing the focus by opening this file in your project:
./node_modules/react-native/packager/launchChromeDevTools.applescript
and commenting out the activate line by inserting -- in front.
(This annoyed me enough to hunt down how to do it; it might be worth filing an issue on react-native to make it an option).

Fedora 14 won't see login screen after restart

I'm working on a fedora 14 computer. It's a Dell desktop, and it randomly freeze the mouse disabling the left&right clicks at all ( well it responses to the mouse movements).
Yesterday it did it again, so I googled this problem, and ppl suggested it was acpi-related, so I switched to tty2 and added two lines in my /boot/grub/grub.config file.
apm=off
acpi=off
then I restarted my computer, it was booting fine through the fedora logo filling up screen, then it flashed black, and gave me a screen with scattered fedora logo, when it's supposed to be the graphical login screen. Here if I hit ctrl+alt+f3, it doesn't show the indicator but a floating square with a "?" as the only option, and it doesn't do anything when "enter" is pressed.
so this is going nowhere, and I had to push the power button to force restart.
I did try going into single user mode, and changed the /boot/grub/grub.config file back to how it looked before, but it didn't seem to have fixed anything.
any idea what is going wrong and how to get the login screen back? appreciate your help!
p.s. I've got a freely-distributed compiler installed on this computer but I don't have the install files anymore. So I don't want to reinstall the OS.
p.p.s. I made a liveCD USB of fedora16, can I make any use of that?