OmniPascal installed in VSCode - Delphi file extensions broken [closed] - delphi

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 6 years ago.
Improve this question
First StackOverflow question ever.
Just installed OmniPascal extension into VSCode. Now ".dproj" and ".dpr" files are no longer associated with Embarcadero Delphi.
This seems non-trivial to fix. Can anyone suggest a fix short of reinstalling Embarcadero?
Thanks in advance.

Right click on any .dproj or .dpr files
Select Open with... and then click Choose default program
Find and choose bds.exe(Embarcadero Rad Studio)
Selec the Always use the selected program to open this kind of file check box, and then click OK.
See Change the program that opens a type of file

Related

How to see Ruby source code in Windows [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 8 years ago.
Improve this question
I've been trying to open Ruby source code on my Windows machine but a black box appear for less than a second and then close without showing anything, I've tried to open it with "command prompt with ruby" using File.open method but it keeps showing an error:
File.open is not recognized as an internal or external command, operable program or batch file.
You just need to use command type.
C:\> type ruby_program.rb
Just go into the directory, where your .rb file lives. And then do as above.
Read this What is the Windows equivalent of the Unix command cat?.
normally you can use every normal text editor, like notepad or ultra edit.
But the source can be encrypted, then you will see many bit's.

Word 2010 prints document properties [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 4 years ago.
Improve this question
Everytime I print a page or a blank one, my printer prints 3 pages. The first page is:
Microsoft World - Document1
NWORD.EXE
6:291:87
27/2/4
The other 2 pages are blank. This has happened since a few days.
I already checked in Options->Display->PrintDocumentSettings and it's unchecked!
Anyone have an idea?
It is because of the default template it is using.
The default template is named Normal.dotm in Word 2010
C:\Users\<username>\AppData\Roaming\Microsoft\Templates.
The AppData folder is hidden so you need to show hidden files and folders in Windows Explorer in order to see it.
Exit Word.
Move Normal.dotm to some other folder (save it somewhere else).
Restart Word - Document should be blank now.

Any way to open this Xcode project? [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 9 years ago.
Improve this question
I'm trying to open this N64 emulator for iOS in Xcode, but I'm having a bit of trouble.
There is no .xcodeproj file and the project was authored at least 2 years ago, so I'm wondering if it's even compatible with the current version of Xcode/iOS SDK.
The Error you mentioned signifies XCode project is not able to find the required library, or it finds one but its not compatible with your current operating system/processor/build settings. The following steps can solve it:
your project -> target -> Build Setting
Modify following items: 1.Base SDK ; 2.Architectures.
And then clean and build the application

How to make settings in FIBPlus Tools Preferences? [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 8 years ago.
Improve this question
I am using FIBPLUS 7.5 with Delphi XE4. I want to make some changes in the settings of FIBPLUS Preferences. I am following this article of Devrace:
http://www.devrace.com/en/fibplus/articles/4763.php
But I am unable to find and open the screen whose screenshot is mentioned in the article. From where can I access this FIBPlus Preferences screen?
You should install the Designtime packages for FIB-Tools, there is a install instruction in your FIB-Folder.

Text file comparison software [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 9 years ago.
Improve this question
Is there any software available to compare two text files for the differences between them. I have two CSS text files with me that i want to compare for the difference.
On Linux or Mac OS, use diff on the command line:
man diff
On windows, try this:
http://www.prestosoft.com/edp_examdiff.asp
araxis.
Also check Visual Studio Extension Code Compare
WinMerge works well too for comparing text files and source code as well. And its free!

Resources