How to open Modelsim project files - modelsim

I can open Modelsim project files by doing File->Recent Projects. However I do not know any other way to open projects. If I use File->Open it only opens up individual files, not projects. How can projects be opened?

File=> Open,
In the Open File dialog box, select Project Files (*.ini, *.mpf) in the Files of Type pull‐down, select the project and click Open.

Related

How to add new .java source file in Spring MVC project

I have copied a new .java file in relevant src folder. But, it doesn't appear in project explorer in STS4. No option in IDE to import file.
I know this is such a simple thing. Should have obvious options there. However I am not getting clue.
Press F5 or execute the menu item Refresh on the project once you have added a file to the project from outside the IDE, like on the file system directly.

I would like to change in JavaFX directory chooser to recognize project folders

When opening project selection dialog in Netbeans, project directories are recognized and marked with a different icons as shown on the image.
is it possible to have something similar with DirectoryChooser in JavaFX or I have to build it from scratch?
The only known until now is that a project folder will contains '.mdf' files.
Thank you for any ideas or suggestions.

Solution explorer menu in Visual Studio 2015 is missing jspm packages and config.js

I'm following an aurelia tutorial with Visual Studio 2015 and ASP.NET core where I installed NPM and run JSPM init, but after successfully creating all the files I can't find the jspm packages or config.js file in my Solution explorer.
UPDATE 1 The hidden folders and files are now showing up, but I have to right click on the main directory and chose the option to add to existing item. As you can see from the image I have a lot of files and folders, how can I speed up the process? Is there a way to just add all files to the project at the same time instead of manually?
Note: The config.js and jspm packages are on my physical directory so I know they exist, but how can I make them show up on my solution explorer menu?
STEPS:
I opened cmd prompt and entered: jspm init + npm install jspm --save-dev and selected yes on everything except on the configuration file part I entered: wwwroot and enter yes on everything, then selected babel.
Please let me know what I should do to make the files show up on the solution explorer or at least point me in the right direction. Thank you.
Originally VS projects did not automatically include new files that were added to the Project directory manually outside of Visual Studio.
However, I find that with VS2015 Update 3 and a new AspNet Core project they do "automagically" show up.
Not sure if maybe you're on a slightly older build, etc. but you could try the older approach as follows:
Select the Project in the Project Explorer (you currently have a solution-level item selected in that screenshot) and then you will see a new icon appear in the row of icons across the top of the Solution Explorer. This is the "Show All Files" icon/button.
Clicking it will show items that are in the physical directory but are not part of the VS Project. You should be able to right-click the file an choose include in project (or at least you used to be able to do this in older projects, etc. as stated).

Reading "resource" files from different project on Qt Designer

I'm building multiple projects using Qt where I want to store resources in only 1 of them (common project), where resources files get integrated into .so file. From other projects, I know how to refer to those resources files via .so, but don't know if/how it's possible on Qt Designer.
I imported the folder in the common prj that contains .qrc file and also the sub folders that contain resource files, by New File or Project --> Qt --> Qt Resource File (.qrc file and other files are disabled on the selection dialog). Still nothing shown from "Choose Resource" dialog.
A bit late, but since I got here...
The Choose Resource dialog will be still be empty. You have to tell QT where to find the resources.
Click the Edit Resources
Click the button Add resource and select the *.qrc file
The resources (icons, etc) should be displayed and ready to be used.

Source from external Folder (linked Source) not appearing in Flex?

i have a Air Project in which i have added three extenal source folders.
but when i reopen project or strat flash builder again i get icon on those folder like this
but when i open the configuration for that project and try to validate the path and adding it again i get message like this
but the path is valid. proof is this pic
what could be possible error,,, is there any way that i when ever re-open project i get no warning and able to navigate through the linked source code. now i am doing it
1- deleting on of the linked folder
2- again adding that folder.
as for quick:
install flas builder 4.1
2.imort that project into workspace
3rd is using maven ;)
check your project files,
.actionScriptProperties
.flexProperties
.project
make all of them writeable. this issue occur when you get code from Visual Source Safe that the files are copied to local machine in read-only mode.

Resources