StefanStojkovski
Active Member
- Joined
- Jan 25, 2014
- Messages
- 9
The thing is, i open java files with Eclipse by default. Today i wanted to take some notes about Java the programming language which include text and code. I used Notepad++, and with it you can save the file as a wide variety of types, among them java file. I chose this, but since they are associated with eclipse, it makes opening them with Notepad++ tedious. I want to ask if there is a way to set the default program for some java files Notepad++ and leave Eclipse for the rest? This would be a useful feature for few other types too. Thanks!
How would you propose making this happen? How would you go about letting the OS know that these files open with this program yet these other files open with a different program? It seems that you want to be able to register a default program by filename rather than extension. It seems that would require a large db to contain all the filenames and their associated programs. When you double-clicked on a file, the db would need to be searched in order to find and start the program associated with it. The more files you had on your computer, the longer it would take to search the db to find the filename.It would be a useful feature to include in the next versions of Windows.
How would you propose making this happen? How would you go about letting the OS know that these files open with this program yet these other files open with a different program? It seems that you want to be able to register a default program by filename rather than extension. It seems that would require a large db to contain all the filenames and their associated programs. When you double-clicked on a file, the db would need to be searched in order to find and start the program associated with it. The more files you had on your computer, the longer it would take to search the db to find the filename.
You should propose this feature to Microsoft for their consideration, if there area lot of people requesting that feature, they might implement it.