How do I easily open a lua file on MacOS? [closed] - lua

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
I installed the Corona SDK on MacOS. Now I'm trying to open a .lua file. My most preferable way I've found to do it so far is to right-click and then Open With->Other... and select Text Wrangler. I installed the lua plug-in for Eclipse but Eclipse says it cannot open files of this type (though it works from inside a project). How can I quickly open a file for editing, for example type command+O and have it show up in Eclipse.

Select the file. Type Cmd+i. In the "Open with" section, choose the program you'd like to use to open it in the drop down menu.

Related

BC2008 - No input sources specified [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 6 years ago.
Improve this question
I have downloaded web project source code from github.I am using VS2015 enterprise edition and when build the project it throws below two errors.
The source code is in vb.It always throws error and due to that I could not modify existing source code.
BC2008 - No input sources specified
BC2011 - BC2011 unable to open response file 'C:\Windows\System32\config\systemprofile\AppData\Local\Temp\tmp96de1e2bc3d24b21b1987021ee3aa247.rsp'
I have uninstalled and reinstall VS2015 and it resolved this error.

How to download xcode .dmg file on windows for install on another computer? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 7 years ago.
Improve this question
I've recently been given a project at work that I need OSX to work on. I was given a brand new mac mini for the project but it's brand new and doesn't have xcode. Downloading at work is super slow and would take days but at home I have much better speeds but I don't have a mac. How can I download the .dmg file using my Windows machine so that I can take it to work and put it on my computer there?
You can download the Xcode install dmg (and additional tools like the recommended "Command Line Tools" from the Apple Developer Downloads page.
Just sign in with your developer Apple ID when it prompts you (If you don't have one, make a free one by clicking create on the above site. Try using the same Apple ID as the one you use on your new Mac) and find and download the latest Xcode (Xcode 7.2 as of writing) in the download list:
I'd try just downloading the .dmg archive file from Apple (https://developer.apple.com/xcode/download/) and saving to a USB drive that is formatted/readable from both platforms.

Debug application without recompile [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
In an earlier version of delphi (2007/2009) I found a way to debug the application without recompiling.
But I can't find it in XE5:(
I often find my self in need of restart debugging to debug a condition that only appears on application load.
So avoiding an unnecessary compile would be a great time saver.
Best regards
Ove B-)
I am not sure if this is what you need, but you can debug an application without having delphi trying to recompile it by following these steps:
launch the application outside of the debugger (with "run without debugging" or by executing it from windows)
attach the debugger to the already running instance you just created by using the delphi menu item "Run->Attach to process..."
Edit: a little error i made: you actually have to launch your program from windows: using the "Run without debugging" option from the IDE will make delphi try to recompile the project.

MVC Projects upload on server and IIS6 without publish [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I have a MVC project. I am not interesting a publishing my project. because after publishing it creates a single Dll. that times i am not able to change code of a particular page.
I want to direct upload a files or folders of MVC projects. Can It possible. if possibles, please explain me..
Regards,
Bharat Gupta
You can't. IIS is not a compiler and cannot compile your source files. It can, however, understand a DLL. When you publish your project, only the source code files (for example .cs) will be compiled and packed in the DLL. All other resources, such as scripts, images and even views, are shipped as is. You can only make changes within these files. This means that after publishing you can change your JavaScript code, or CSS styles or even "Razor code" inside your views (e.g. ".cshtml"), but you cannot change the code inside controllers.

Creating an icon for an iOS app [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Im sure I've used an apple program for creating icons before, but cant for the life of me remember the name? I also think that it is not included in the latest Xcode in ML. If so Can you suggest a good free app to use for icon creation?
You are probably looking for the Icon Composer tool that used to be bundled as part of Xcode. When Xcode moved to the App Store a number of utilities and tools were removed from the download bundle.
However, these tools are still available for download.
In Xcode, open the menu: Xcode -> Open Developer Tools -> More Developer Tools. This will take you to the Apple Developer website where you can download a number of packages.
Xcode 8
For Xcode 8, you will find Icon Composer (along with a number of other tools) in the Additional Tools for Xcode package.
Prior to Xcode 8
Prior to Xcode 8 Icon Composer is included in the Graphics Tools for Xcode package.
GIMP (GNU Image Manipulation Program) is an image retouching and editing tool and is released under the GPLv3 (or later) license as free and open-source software. There are versions of GIMP tailored for most operating systems including Microsoft Windows, Mac OS X and Linux.
GIMP provides all you need, maybe more than that!! Good luck :)

Resources