What is the right-side white area of XCode editor? - xcode

Does anyone know why?
EDIT
I've found it. It was a page guide.
After i unchecked it, it disappeared

This looks like a bug to me.
What have you selected to get this?
Is this behavior all the time or you get rid of it when you restart or build your project?
If it happens to be a bug I would recommend you to report a bug to Apple.

Related

How do I get to see the contents of my just made .plist?

I just made a new file: "VideoNames.plist". Usually the template is shown in the editor. But it is showing up empty. Before updating to Xcode 13.3 I did not have this problem.
When I go and look up the file, the template contents is there.
So how do I convince the editor to show it in plist or xml format?
Thanks in advance.
Got it!
It turned out that I accidentally had tapped the Enable/Disable Code Review button. Tapping it again brought back my .plist as well as several other missing windows, like fx Assets.xcassets.
Thanks anyway! I appreciate all the good answers, I have found here on this site.

Can't see launchscreen.storyboard in Xcode13

I've been searching for an hour and can't find the answer.
I can't seem to "activate" see the launchscreen.storyboard option in my Xcode13 project.
I attach a screenshot of what I'm seeing.
Xcode13 not Showing launchscreen.storyboard
You are right, you are not able to see LaunchScreen.storyboard in your XCode13 project. It's due to following reason...
You might selected SwiftUI option for your development: Here if it's correct then please let me update you:
SwiftUI came with lot's of surprising updates for iOS eco-system applications. And this is one of the update from SwiftUI.
Now-onwards, we not need to deal with storyboards anymore. Yes absolutely correct. Now just two line of .plist file creates Storyboard for us. Please have a look how you can achieve it.
Apple has provided a new Key in the info.plist to help you create a basic LaunchScreen.
Please go though following examples :
https://www.avanderlee.com/xcode/launch-screen/
https://danielbernal.co/creating-a-launch-screen-with-swift-ui/
That's it. How cool is it? Hope you now understood it :-)

We had a issue in V50.0.1 for the drop down background color is not displaying

We are facing the below problem in V50.0.1, V50.0.2,
Dropdown background color is not working in tag. Could you please check and get back to us with the correct solution or information. For this case we are using the "Refresh Firefox" frequently to clear this issue. But this is not the proper solution for us to handle.
This seems to be a problem with e10s (multiprocess architecture) in Firefox being tracked in bug 910022.

SonarQube: Issues for one project are not displayed

In my SonarQube installation for one project the issues overview can't be displayed, it always shows "Still working..." at the top.
See http://didge.my-wan.de/sonar/component_issues/index?id=net.troja.eve%3Aproducersaid
When I navigate to the files directly I can see all the issues! Only the overview doesn't work.
Any suggestions?
PS: I change to logging to debug, but couldn't find anything useful.
It looks like a string escaping bug. If you rename your project to remove the quote character, the page will display correctly. I have created a JIRA issue to track this, will be fixed in 5.2 (and maybe backported to 5.1.x).

Layout corrupted in ADF projects

I'm working on some projects on Jdeveloper 11.1.1.2.0 IDE and encounter an annoying problems. The layout of jspx pages corrupted, all control attached to any page disappear without a trace when running project. They dont show in design tab either. The problem appears suddenly when I modify some page.
Now I cant working on the project and have to restart project from scratch. So if you have encountered and fixed the same problem. Could you please show me how to do it. I'm very grateful to hear any suggestion.
Thank you.
Your description doesn't allow any educated guess on what happens. Can you at least paste the page source that you encounter the problem with ?
Often issues like this occur by developers placing the content to a facet that is not made for this and that does not stretch. Or if the a tag is not closed properly or missing (the page source editor should flag this)
Before starting from scratch, which should not bee needed at all, try JDeveloper 11.1.2.2 to reproduce it in a later build.

Resources