How to enable scrolling with a touchpad (IntelliJ)? - intellij-idea

I just downloaded the latest release of IntelliJ and recognized that I can't scroll in the code while using the touchpad of my notebook. I tried to add a mouse binding to the scroll actions but it doesn't work.
My touchpad works fine with all other programms btw.

Related

webView not working properly inside a TapgestureHandler

I am working on an app that requires detecting click on the screen so I've used TapGestureHandler from react-native gesture handler and that's work fine except for the fact that my webView stop detecting clicking on buttons inside it I mean buttons of websites, not my app buttons
To Reproduce:
you have to put a webView inside component and put any website with buttons and try to click them
Expected behavior:
buttons must be clickable to do some functions inside the webView
Environment:
OS: android
OS version: 10
react-native version: 61.5
react-native-webview version: 10.10.2

Crop circles appeared on Android emulator and it hanged

The following "crop circles" appeared on my Android emulator AVD
and it hanged. What is this, how to recover from this and disable this?
Probably it is a reaction of keyboard switch and/or shift button press.
These circles are the multi touch functionality that Android Emulator AVD provides. Are shown when the Ctrl key is pushed. If these circles are activated without holding Ctrl key then you can deactivate them by going to Setting->General->send keyboard shortcuts and change it from Emulator Controls to Virtual Device
One small detail people overlooked. You have to run the Emulator in standalone mode, and not linked to the tool window. When you run it Standalone the Multi-Touch gesture works as described...

How can I watch in android emulator without running compile command in react native?

I have changed my code a lot of times. Is there any command like "npm run watch" for watching real time changes and compile the code and design preview in react-native for android?
I assuming you are wanting to use 'Live Reload' or Hot Reload.
Every time you update your Javascript code, the app will automatically update without the need to reload manually. Here's how to enable and also some notes on what the differences are.
Docs: http://facebook.github.io/react-native/docs/debugging
Accessing the In-App Developer Menu
You can access the developer menu by shaking your device or by
selecting "Shake Gesture" inside the Hardware menu in the iOS
Simulator. You can also use the ⌘ + D keyboard shortcut when your
app is running in the iOS Simulator, or ⌘ + M when running in an
Android emulator on Mac OS and Ctrl+M on Windows and Linux.
Alternatively for Android, you can run the command adb shell input
keyevent 82 to open the dev menu (82 being the Menu key code).
Reloading JavaScript
Instead of recompiling your app every time you make a change, you can reload your app's JavaScript code instantly. To do so, select "Reload" from the Developer Menu. You can also press ⌘R in the iOS Simulator, or tap R twice on Android emulators.
Automatic reloading
You can speed up your development times by having your app reload
automatically any time your code changes. Automatic reloading can be
enabled by selecting "Enable Live Reload" from the Developer Menu.
You may even go a step further and keep your app running as new
versions of your files are injected into the JavaScript bundle
automatically by enabling Hot Reloading from the Developer Menu. This
will allow you to persist the app's state through reloads.
There are some instances where hot reloading cannot be implemented perfectly. If you run into any issues, use a full reload to reset your app.
You will need to rebuild your app for changes to take effect in certain situations:
You have added new resources to your native app's bundle, such as an
image in Images.xcassets on iOS or the res/drawable folder on Android.
You have modified native code (Objective-C/Swift on iOS or Java/C++ on
Android).

Cannot set application icon for a GTK# application in Monodevelop 3.1.1

I set the icon as described in https://stackoverflow.com/a/12491626/67824 but it still shows as a generic app icon (grey screen with green "exec" text) in the dock and in the ⌘+tab application switcher (both when I run it from MonoDevelop and when I run it using mono foo.exe). I know it can be done, because when I run a mono-compliant version of LINQPad I'm seeing the LINQPad application icon.
I also use the SetIconFromFile method in the main window's class. Example below where my icon is copied to an Images folder at the root of my application:
this.SetIconFromFile(string.Format("{0}{1}Images{2}Logo.ico",
System.IO.Path.GetDirectoryName(Assembly.GetEntryAssembly().Location),
System.IO.Path.DirectorySeparatorChar,
System.IO.Path.DirectorySeparatorChar));

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

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.