How to regain visual access to BW6 elements? - eclipse

I updated BW6 studio from 6.2.1 to 6.2.2 and when I reloaded a project, I ran into this issue. I'm not able to visually see the elements. I can see the elements in the outline view, which then outlines their location on the screen, as the screenshot shows.
Things I tired(and didn't work) :
Highlighting them all, and dragging them down.
Same as above, but using the keyboard keys and down arrowing them
Restore from TFS, even the older versions do the same thing.

Related

Enabling auto scroll in Visual Studio Code

Is there any way that we can enable auto scroll in Visual Studio Code? I have been looking in the settings but could not find anything(unless i missed something).
I am reviewing a log file and as it gets updated, its refreshed on my side. But it is not showing the latest logs but just stays where my cursor was and highlights everything that gets populated after that.
Had the same problem but did not find a setting within VS Code.
However there is an extension for VS Code:
https://marketplace.visualstudio.com/items?itemName=pejmannikram.vscode-auto-scroll
Works quite well for me.
There's now a built in VSCode setting - you can untick Smart Scroll option (output.smartScroll.enabled).
As described here:
VSCode: Turn auto scrolling permanently ON
"An option to turn off the smart scroll feature was included in one of the recents update (probably in the March 2020 update, I didn't found this on the changelog), see more: issue #69480
Since then, I've been able to "save" the scroll state, try this:
Go to File > Preferences > Settings (or Ctrl + ,)
In Features > Output, disable Smart Scroll option (or search output.smartScroll.enabled)"

Cannot see folders sub folders and files in Vs

I just started using Visual Studio Code Version 1.15.1 and for some reason, after closing all the folders in the navigation explorer side bar, I cannot get it back to display the folder structure and files in the project, even after closing and reopening. The files and folders are available and I can see them fine in OSX Sierra. Also the VS code window title shows the name of the project.
You can get it back by right clicking on the sidebar "Explorer" header, and selecting "Folders". See the gif here: https://github.com/Microsoft/vscode/issues/32962#issuecomment-324866098
This has confused several people so we've decided to remove the ability to hide the "Folders" view. Continuing discussion on the general UI is here: https://github.com/Microsoft/vscode/issues/31485

sublime text-like code scrollbar on visual studio code

I have recently switched from Sublime Text to Visual studio code, but there is something that i truly miss, and it is the scroll bar at the top right corner of the which shows a smaller version of the file being edited (I don't know the exact name).
I find it pretty useful to navigate through my files, especially when i want to start deleting blocks of code i have commented out, before i submit my code.
Is there any plugin to get this on visual studio code, or is there any ongoing plans in order to implement it? Thanks!
Tracked in this feature request: https://github.com/Microsoft/vscode/issues/4865

Can't move controls on form after upgrading from VS2010 to VS2013

using Microsoft Visual Studio Professional 2013 Version 12.0.30324.0 REL Microsoft .NET Framework Version 4.5.50938
I just upgraded a project from VS2010 to VS2013. On certain forms I can no longer use the mouse to move or resize controls. In some cases when attempting this VS2013 locks up
It's not just the controls either. I can't use the mouse to resize a "sizable" form. I also can't drop new controls on the form. I can however use shift arrow keys to resize the form and key in the size I want under properties. No I'm not debugging. Yes I have my snap to grid settings the way I want them. No I don't have controls "locked". This is clearly a phenomenon with VS2013. Occasionally, by futsing around with it the form seems to fix itself and the mouse actions function as normal. But as soon as I exit VS2013 and restart it, the ability to use the mouse on a form in design mode is hosed again. The issue seems worse on forms with many controls but can occur on any form.
As an experiment I created a new plain Jane form in VS2013 and dropped a couple buttons on it. I was able to resize the form with the mouse and do whatever I needed. However, when I exited VS and restarted it, The form exhibited the same behavior as my converted forms, in that I could no longer resize it or move my controls around.
I believe the issue is with the IDE and I'm forced to roll back to VS2010 so I can actually continue development.
I do also have VS2010 installed on the same PC which is suppose to be fine and dandy so I'm wondering it there is in fact some sort of conflict occurring.
If someone has some new insight on this I would love for you to share.
Thanks and happy coding,
Chris

Empty Dialogs in Flex Builder

I have been experiencing a strange issue in Flex Builder 3 where certain dialogs such as the Add New Project wizard and the SVN Commit dialog are completely empty save for the title area.
I'm running Flex Builder v3.0 (build 3.02.2.214193) on the Windows 7 RC. I have tried completely uninstalling and reinstalling Flex Builder to no avail. I don't think it's Windows 7 causing the issues because it was working a couple of months ago with no problems. Even more strange is that I have not installed any additional plugins or made any configuration changes to Flex Builder between the time before these problems began and now.
Has anyone else encountered this problem, and if so, know of any solutions?
Here are a couple of screenshots to illustrate the behaviour.
alt text http://www.colincochrane.com/image.axd?picture=2009%2f9%2fdialog2.PNG
alt text http://www.colincochrane.com/image.axd?picture=2009%2f9%2femptydialog.png
You are probably running Logitech SetPoint. Try killing all setpoint processes. (you don't even have to restart flex). It worked for me :-S
According to this Adobe forums post, there are multiple causes:
SetPoint (as indicated by Scheea)
Wacom Tablet drivers
In addition, comments suggest the following:
UltraMon
These seem to suggest that the cause is any program which monitors keystrokes or mouse movement.
Workaround: In the new wizard dialog above, note the question mark on the bottom left (the help button). When you click on the help button a help panel is added to the dialog on the right separated from the main dialog by a splitter. When you drag the splitter the rest of the dialog appears. You may need to scroll to a position where you can see all of its contents, but it should become usable. Resizing the dialog alone was not sufficient for me.
In addition, I couldn't fully use the mouse to select elements so I had to type into the filter field in order for the correct projects to show up.
I had the issue with Window7 x64 Ultimate with FB3 Pro and shutting down Set Point seems to have fixed the issue.
For me it was Set Point and Display Fusion (allows you to set up multiple background images as wallpaper on multiple monitors). Took a lot of hair pulling to figure this out.