Location of the custom language definition

Where are the custom language definitions stored (cf. Screenshot)? I want to submit the Golang definition I've typed in the UI you see on the screenshot.



Attachment(s):
Screen shot 2011-05-13 at 10.28.32 AM.png
0
6 comments
Avatar
Maxim Mossienko

FileTypeManager.xml

On 13.05.2011 12:31, Alexander Orlov wrote:

Where are the custom language definitions stored (cf. Screenshot)? I want to submit the Golang definition I've typed in the UI you see on the screenshot.

>

---
Original message URL: http://devnet.jetbrains.net/message/5303077#5303077



--
Best regards,
   Maxim Mossienko
IntelliJ Labs / JetBrains Inc.
http://www.intellij.com
"Develop with pleasure!"

0

But in which directory? If done

find ~ -name *FileTypeManager.xml*
with no results.

0

try to check HOME/.IntelliJIdea<version>/config/filetypes

Regards, Alex

0

None of these folders

~/Library/Application Support/IntelliJIdea10
~/Library/Caches/IntelliJIdea10
~/Logs/IntelliJIdea10
~/Preferences/IntelliJIdea10



has a config subdirectory.

~/.IntelliJIdea10/config doesn't even exist on Mac.

...can't be that weird to find this mysterious location?
0

Ok, I've found the solution for all Mac users:

~/Library/Preferences/IntelliJIdea10/filetypes/Golang.xml

0

AFAIK   HOME/.IntelliJIdea<version>/config/   =   ~/Library/Preferences/IntelliJIdea10   for Mac

0

Please sign in to leave a comment.