Brunni

- Total activity 154
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 50
-
Created Show a list of nodes in a read-only style in an editor
Hi,I have an entity language to define entities and their associations.Associations are either owned by the source or the target entity.I would like to show the "unowned" associations additionally ... -
Created My XHTML language made public
I uploaded my XHTML language which is made for the use in generators. e.g. documentationhttp://code.google.com/p/mps-xhtml-language/Have fun. -
Created Own NEW entries in the Popup-Menu
Hi,when i click on structure etc. and click on new.There are a couple of concepts that fit best.All other concepts are hidden in subfolders (e.g. baselang).How can I achieve this for my language?Re... -
Created Change the settings directory for mps-custom-build
Hi,MPS always uses the .MPS20 folder in the C:\Users\...\ folder for settings etc.I just managed to build a custom mps and I want this to use a different folder, so I can change settings without af... -
Created Errors after migration from 2.0M6 to RC1
Hi,everytime I start or after build/make in MPS2.0RC1 I get about 500 error messages saying things like [jetbrains.mps.smodel.DefaultScope] Can't find module jetbrains.mps.baseLanguage.unitTest.lib... -
Created Multiple generators: Modularization and Calling them
Hi,i need to generate code and documentation (HTML).I want to do this as nice as possible.In http://forum.jetbrains.com/thread/Meta-Programming-System-493Alex mentions that mps2.0 will have generat... -
Created Several copySRC with different reduce-rules
Hi,i need to copy a node in two different places in a model. (e.g. in the declaration part and the initializing part.)I want both nodes to be reduced with different reduction rules.Can I use a mapp... -
Created Stubs loaded although not needed
Hi,as my stubs are huge and it takes some time to load them, this is an issue for me:Stubs are loaded after i restart mps although they aren't needed.No model has imports on them or references.It s... -
Created Can Be Child - Constraint: Child of each Concept only once
I want to create some kind of optional attributes:My parent-concept has 0..n children of type Attributes.Attributes has several sub-concepts.Now I want to create a constraint so that each sub-conce... -
Created Escaping TextGenBuffer
Hi,I'm currently generating text from a model.Now i need this text to be embeded in a xml-file.So I need to escape characters like < " > ' etc.I wanted to use buffer.getText() then escape everythin...