Why are plots popping up on a separate R Graphics Device 2 after upgrade to R V4.2.2 and not on the Plots section on right hand pane? - graphics

I upgraded my Rstudio version to 4.2.2 today.
Normally, my images/curves would display on the Plots tab on the right hand section.
Since upgrading, it keeps displaying on a pop-up window titled R Graphics Device 2.
How do i disable to pop up and revert the images to display within the Plots window on the R studio pane next to console?
I have tried restarting the rstudio version 4.2.2 but it has not worked.

Related

Sublime Text 3 - when I move the mouse left and right, editor window scrolls left and right

When using Sublime Text 3 - when I move the mouse left and right, editor window scrolls left and right instead of simply moving the mouse pointer where I want it to go.
This behavior only started after last reboot, and I did NOT update Sublime recently.
Windows 10 in VDI mode.
I don't observe that behavior in any other software I use.
If installed try removing the PlainTasks plugin. In my case this solved the issue. The latest update which came in via Package Control came with the unwanted feature to block the left mouse button in the editor window.
I think generally it's no mistake to check all the installed plugins when this issue occurs.

VS Express 2012 Code View Scrollbar shrunk

Normally the vertical scrollbar in the text editor (code view) of Visual Studio Express 2012 runs the full length of the window you're viewing the text in.
After installing on a new machine, my new scrollbar is two sad little arrows, one up, one down, and cannot be navigated by moving the indicator inbetween them as there isn't one. If I split the view, I get two sets of scrolling nubs.
I've tried disabling and re-enabling the vertical scrollbar in Tools > Options > Text Editor > General. When disabled the miniature scrollbar goes away and comes back miniature if I re-enable.
Trying to figure out what setting or group of settings regulate this and how to get back my proper scrollbar.
Following worked for me
Go to %System Drive%\Users(user-account)\AppData\Local\Microsoft\VisualStudio\11.0\ComponentModelCache
Rename the cache file (Microsoft.VisualStudio.Default.Cache) present there to 'Microsoft.VisualStudio.Default.Cache_1'.
Restart the visual studio.

Eclipse Scroll Pane Cutting Parts of its Content Away

Like I say in the title, Eclipse Neon's scroll panes cut away parts of their content. Here's a screenshot showing what I mean:
Notice they light-gray rectangles at the bottom, side, and top of the scroll pane containing the Java code. Same thing happens with any other scrollable GUI object in Eclipse, and it's becoming rather annoying.
This is happening in the latest version of Eclipse Neon running on Ubuntu 16.04 with the latest OpenJDK.
Any help with resolving this issue is appreciated.
It turned out I was using a GTK+ theme than did not work well with Eclipse, and was causing said issue (the theme in question was a Windows-10-lookalike theme).

Eclipse editor draws horizontal/vertical lines during scrolling down/right

The following thing happens when I just scroll down/right the code in the editor using the mouse (both using the wheel and the click-and-scroll, with the keyboard the problem doesn't exist).
It clearly looks like an editor re-paint problem. Instead, when I scroll up/left, the orange lines disappear.
I have already tried with no success the solutions proposed at Eclipse Mars blurs and Eclipse Mars Scrolling in Lubuntu.
EDIT:
No update for Eclipse are available (I have the latest version)

How to hide vertical scrollbar in wxTextCtrl?

I'm using wxWidgets for a cross platform app. In this app, there is a text control that contains enough text to cause the vertical scrollbar to appear. However, I do not want the scrollbar to appear. There is a flag wxTE_NO_VSCROLL that works on Windows but not *nix. Any ideas?
I upgraded to wxGTK 2.9.0 and that worked.

Resources