How to delete things when I'm using the storyboard? - iphone

When it comes to Xcode4.2, I'm really in a puzzle about the storyboard.
For example, I add a label to a view in the storyboard, but after a moment, I feel it's not the thing I needed.How can I delete this label?

You just select the label you want to delete, and hit the delete button on your keyboard. That will remove the object. It works for me.
I use the delete back button!
You can also edit the Document outline, which is just on the left of the storyboard editor. It may be hidden, but you can show it by clicking the small circle with a triangle inside it. Here is a screenshot to help you. If you select items there and hit delete. It will remove them whenever it is possible.

Solution - 1:
you need just to select what you need to delete
then do cmd + back button
Solution - 2:
select component -> Edit -> Delete

If you are using mac then simply select the item and go to the Edit tab and select option Delete.
Edit -> Delete

Related

How To Re-add An Extension To The VSCode Sidebar/Activity Bar

I accidentally removed the MongoDB extension from my sidebar/activity bar in VSCode while adjusting my layout. When I initially installed the extension, It automatically put a MongoDB icon on the sidebar which was convenient.
I tried restarting VSCode, dragging and dropping from the extensions panel, reinstalling the extension, going through all VSCode settings, googling, and SO'ing, but I couldn't find any solution.
If there's no answer, I might just have to try uninstalling VSCode and reinstalling everything again.
In general, if you have moved views around and get messed up, try the
View: Reset View Locations command from the Command Palette.
It will reset all your views but you will have at least refound or relocated any missing views.
Also, if you can't find a view it was probably inside another view - not just in a view container like the Side Bar or Panel at the top level, but within one of the other views within one of the main view containers.
To add an icon that was available from an extension, you can follow the steps below.
Right-click on of the icons on the sidebar/activity bar.
Recheck whichever icon you're missing.
The icon should appear.
If you want to reset all of your icons, then follow the steps below.
Click Ctrl + Shift + P.
Search for View: Reset View Locations
All of your icons should be reset to default.
You can also hide icons a similar way.
Right click on the icon you want to remove.
Check the Hide checkbox.
The icon should disappear.

Grafana drop down menu disappearing - unable to select fields

I'm having major issues when trying to manually create a new graph and select the data. Not sure if it's some weird browser issue.
When selecting FROM or FIELD and the drop down appears with a range of values, i'm unable to scroll down through the options. When i try and select the down menu to go through the choices the menu disappears.
If i know the field or option i can type it but trying to get to the bottom of a redis issue and need to go through the data we are getting and select the best options for an issue.
Seems to be anything where there's more options than in the space that can be displayed. Here's a screenshot:
As soon as a click on the down button to scroll through the option it disappears
Any ideas or anyone come up against anything similar?
The only solution I've found is to use the mouse scroll wheel.

How to remove item from pop up menu in matlab?

I am working on matlab gui.
I stop on drop down menu.
How to remove item from pop up menu ?
I would appreciate for any help.
Because you have tagged your question with matlab-guide I consider you are working with it:
mark your pop-up-menu-uicontrol
right click and choose the property editor
click on the icon beside the String-property
enter or delete the desired entries
entries have to be separated by a new line.

selecting and deselecting items in a selection-list

So in a default selection-list you can select an item then click 'Ctrl' and select more. I was wondering if there is a way to have clicking an item in a selection-list select it or deselect it depending on if it's already selected, no matter if other items are selected. In short get away from using the 'Ctrl' key. Thanks!!
using 10.2b
If I was to use triggers how would I go about starting
Not as a default behavior as far as I know. But it should be possible by using triggers.

Eclipse: Create a group of tabs(Console, Servers, Problems … )

Is there a way to create a hotkey to hide and show the entire bottom tab group? The one that normally contains Console, Problems, Servers and so on...
I want to have it a fastview but as far as I know this is only possible per tab within that group.
I want the entire group to appear on a hotkey and as a fast view.
I am hoping for a miracle here. Perhaps there is a plugin for this? Eclipse 3.4
Thanks!
If your goal is just to maximize editor space, you can double-click on an editor tab and it will grow to fill the entire window. Double-click again and it will restore back down, showing all the other view tab groups.
This might be an ok solution:
Minimise the tag group (minimise button on top left).
Whenever you want to access a view from that group use Cntrl+F7 - this brings up a view menu.
Hold down cntrl and keep hitting f7 to go to the view you want to display, let go. If the view was hidden it is now shown as a fast view.