No success for me. Brace matching is working, but not a code folding. May be Ihave missed something. What should be additional done to make my editor working with a "code folding"?
It migth be I am missing something, but I am with no success. Brace matching is working perfectly, but code folding doesnt. I have just put dll into editors directory. Is there anything I have to do additional?
Yes that is working and always worked. But how you achived that in AX editor it is working (I see it in the screen). I thought importing dll into Editor folder is enough? Did you do something additional?
Hi,
ReplyDeleteNo success for me. Brace matching is working, but not a code folding.
May be Ihave missed something.
What should be additional done to make my editor working with a "code folding"?
Hi,
ReplyDeleteIt migth be I am missing something, but I am with no success.
Brace matching is working perfectly, but code folding doesnt.
I have just put dll into editors directory.
Is there anything I have to do additional?
I don't know - does in work in VS?
ReplyDeleteYes that is working and always worked.
ReplyDeleteBut how you achived that in AX editor it is working (I see it in the screen).
I thought importing dll into Editor folder is enough?
Did you do something additional?
nothing special, just copied to C:\Program Files (x86)\Microsoft Dynamics AX\6.0\Client\Bin\EditorComponents
ReplyDeleteDid you import Goshoom.AxBraceMatching.dll only?
ReplyDeleteThis one enable brace matching in X++ editor, but I cannot achive code folding inside X++ editor.
No, for the code folding you should go thrugh steps of the code outlining example, build dll and place to the editor components folder.
ReplyDeleteMSDN example folds "[" and "]". You should modify startHide and endHide variables in OutliningTagger class to folds between "{" and "}".
ReplyDeleteCan you share a dll for code folding
ReplyDeletehttp://ax2012editorext.codeplex.com/
ReplyDelete