Is there developer folder available in Mac 10.9? - ios7

I want to clear derived Data from Xcode. So, I need to go to developer folder. But I have checked completely and i am unable to find. Is there developer folder available anymore?

Ya Sure,
Open the Finder
Click Go menu and hold the alt key
Then you will see the Library folder in the options
Click Library and there you will find Developer folder
hope it will work.

Related

Change signing certificate in Intellij IDEA for .air installer

The IDE saved my configuration and I do not see a way to change it, the cert expired so I need to change it. I do not remember if I set this in a screen somewhere or I was asked for the details first time I built this, I am also unable to find the answer in the documentation.
From the menu File -> Project Structure a popup will open, select Modules, then expand your main module, then select the configuration then click on Air Packaging tab

how do i chnage the desktop icon for a visual basic program (.exe)

im making a vb.net app and i want to set the icon, how can i do this?
--edit--
turns out i was a bit confused, and it was working. but the answers can still be useful for others.
If I understand the question and issue, your setup/installer might be missing something.
It would seem you did create a shortcut, add it to the Setup project to install to the Desktop (else you wouldnt have one at all)
Select the shortcut in your setup project, open the properties window
Click Target. The list of files you are installing will come up. Select the App.Exe (ie the main executable "MyApp.exe" ususally the primary output). I think Icon is supposed to be set to "Icon" as well.
I think those 2 things combined link the Desktop Shortcut's Icon property to Use the App.Exe's. If there is also a shortcut in the user's programs menu do the same thing (or drag drop a copy).
You are basically doing to the Setup Project's shortcut what you would do to a normal desktop icon to change it or set it. The proj apparently fills in the actual path etc at install.
EDIT
PUBLISH simply compiles everything and produces files for the dev to distribute. It is called PUBLISH because in many cases the output includes a ready to use Setup program for the END USER to install on the PC. (Based on your new Pic, you are trying to reinstall everytime you click the icon or file inside the folder.)
Again, if you do not add a Setup proj to your project, the default one is used and it gives no option for where to install and does not add a shortcut.
Just delete all that junk, Publish again to the default location (VS Studio\...Project name\bin\Publish). Go to that folder and run setup. It will still install to Users\AppData.. but will add a shortcut (to the program) to the start menu.
For a desktop icon, do the "Send To Desktop ..." thing. To INSTALL an icon, you have to add and modify a Setup proj to your Solution.
HTH
'The folder shows the icon for the app, but the icon for the form is different. change the form's icon(in the property grid) to the same as the app and you should see it then.
When you publish it there's 2 files produced that are basically setup files. One relies on the ClickOnce Application Deployment Support Library and the other is a standalone setup app. Since neither one is the actual app you designed, they aren't going to have the icon you want. You'll probably have to investigate other more configurable deployment options.

Eclipse Plugin to "Open Explorer in this File location" for Package Explorer

Is there any plugin that lets me open the file I selected in the Package Explorer in windows explorer?
I am looking for an extra menu option in the right click menu of the package explorer.
Since Eclipse 4.4 (Luna) there is a Show in System Explorer command available from the context menu.
The Show In menu is also accessible through Alt+Shift+W on Linux/Windows and Alt+Cmd+W on macOS.
While there is a default setting that is suitable in most cases, the command for launching the system explorer can be configured on the General > Workspace preference page.
Hmmm... Looks like we all have this problem.
You can use this plugin to do exactly that and a bit more...
Sorry for self advertising... But I think this is what you are looking for!
I'm using StartExplorer for several years now. It's easy to use, is up-to-date and does simply, what you are expecting from it. You can install it through
Help > Eclipse Marketplace...
Usage:
If you can live without the context menu, you can even get this without any additional plugin, using just a launch configuration on the active selection.
I'm not sure if there's a direct way, but what you can do is right click on the file/folder, go to properties, then copy "Location" and put that string into a blank explorer window.
so,
right-click --> properties --> Location --> ctrl-c
open explorer window --> ctrl-v --> go button
You might want to have a look at http://marketplace.eclipse.org/content/eexplorer
keeps windows explorer in sync without the need to sync manually via context menu
less explorer windows -> less clutter
possibility to pop out native explorer
keyboard short cuts
:-)
Here's a simple plugin with just shell & file explorer
http://marketplace.eclipse.org/content/open-here-eclipse

populate Windows 8 "All apps" list

I have an MSI package that creates some shortcuts, playing around with Windows 8 I noticed that on the Start screen it shows only the shortcuts from the top level folder of my application which I create in C:\ProgramData\Microsoft\Windows\Start Menu\Programs\. When I hit "All apps" Windows displays and the shortcuts from the sub-folders for other apps (for example VS 2012), but not for mine. Does anyone knows why? What else do I need to do so I can have Windows display shortcuts found in my sub-folder when the user selects "All apps"?
Here is a partial answer. It appears that there is a problem with the app indexer. So far I haven't found a way to simply force the search to find my apps without a bit of unneeded effort. To force search to find your app you can simply pin it to the start menu and then unpin it from the start menu this adds it to your local preferences.
Another indication of what is happening is that, even if a shortcut is deleted, it still shows in the All Apps menu until you do a disk cleanup and delete thumbnails.
I found another oddity. I have Tortoise Svn installed and anything I put in the start menu folder for that application shows up, but in my Open Office start menu folder the link has to be prepended with "OpenOffice.org " to show up.
I install my shortcut links here:
C:\Users\Randall\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
This works just fine for me. My shortcuts all show up in the Win8 all apps list.
I'm installing in the user's profile so my app can run as a non-admin.

Make Aptana studio 3 use existing Rails project not import

Im giving Aptana Studio 3 a try. Well hoping to.
I would like to open an existing Rails project but it asks me to import it. I dont want to make a copy I just want to use the same source files.
Is that possible?
Go to Project Explorer (tab in right side of aptana window - if you got default layout) -> find directory with your project -> right click on it -> "Promote to project"
Frankly Aptana 3 is not organized to have the source files in the same directory. Basically it forces you to have the source files in two separate directories (source editing, deployed) and regardless of what you want it does particularly care.
Now if I'm wrong on this and someone can do a simple step by step on how to do this then I'm all ears. Personally I just want to have the source in my local web folder and then just edit it. I do not have any interest in deploying it to another server. Nor in using github or any other service. I just want to edit the stupid files locally and then test the site locally. And I am unwilling to waste any more time on this ide trying to get it to work.