Quantcast
Channel: SyntaxEditor .NET Languages Add-on for Silverlight - Recent Posts
Browsing latest articles
Browse All 78 View Live

Re: Intellisense don't working for refrenced assemblies

Hi Mike,From what you pasted, there is no using statement for System.Collections.Generic in the second namespace declaration on line 12.  So Dictionary<T,U> won't resolve.Alternatively what you...

View Article



Re: Intellisense don't working for refrenced assemblies

Thanks, now I see - what was my mistake.The only strange behavior - that inside body of NewMethod - editor "knows" about type Dictionary<T,U> - it shows in completion list

View Article

Re: Intellisense don't working for refrenced assemblies

Hi Mike,Thanks for the note, that does appear to be a minor bug that can occur in this scenario due to how we propagate containing namespace info in merged partial type scenarios.  This bug only shows...

View Article

Non-Silverlight assemblies in SyntaxEditor

We have assemblies that were compiled for desktop version of .NET can we somehow add references to those assemblies in editor, if not, is there another way to achive IntelliPrompt for the types in...

View Article

Re: Non-Silverlight assemblies in SyntaxEditor

Hi Ilya,Yes, in the documentation, please look at the  ".NET Languages Add-on / Assemblies" topic.  There is a "Loading Pre-Defined Binary Assembly Cache Data" section at the bottom that talks about...

View Article


NavigableSymbolSelector - hide root symbols combo box

Hi,Is it possible to hide the root symbols combo box of the NavigableSymbolSelector, so that we can show just the member symbols combo box?We are autogenerating the class name for our code and...

View Article

Re: NavigableSymbolSelector - hide root symbols combo box

Hi Dom,Sorry but not right now unless you retemplate it.  We do have a property AreMemberSymbolsSupported that hides the members one but don't have one for root symbols.  We have a TODO list item to...

View Article

Re: NavigableSymbolSelector - hide root symbols combo box

Sorry for the delay in replying. How difficult would it be to retemplate it and would it be possible to do this without Blend? Any pointers would be useful.Thanks for adding a TODO on this.Thanks,Dom.

View Article


Re: NavigableSymbolSelector - hide root symbols combo box

Hi Dom,Since you own Silverlight Studio you should be able to download the default styles/templates from your account.  Just look in the SyntaxEditor XAML files there for the default style of this...

View Article


Re: NavigableSymbolSelector - hide root symbols combo box

Thanks for the pointers. I will give it a try.

View Article

Re: NavigableSymbolSelector - hide root symbols combo box

Hi Dom,We've added a new AreRootSymbolsSupported property for the next maintenance release.

View Article

Re: NavigableSymbolSelector - hide root symbols combo box

That is really good news. Do you have an ETA for that release?

View Article

Re: NavigableSymbolSelector - hide root symbols combo box

Hi Dom,Not yet, we are still collecting updates for it.

View Article


Ambiguous type references resolved to first match?

Assume I have a file containing an ambiguous type name in a variable declaration. (A type with the specified name exists in two namespaces and both namespaced are imported using a using-statement).When...

View Article

Re: Ambiguous type references resolved to first match?

Hi Peter,It looks like this scenario only occurs if the types are defined in the same assembly.  It's due to how we track results in our resolver while working through them.  At the moment, only one...

View Article


Re: Ambiguous type references resolved to first match?

Okay, thanks... do you have any idea on how I could go about to manually verify whether the result returned is indeed ambiguous?  That is to say, is there another way I can check whether a given...

View Article

Re: Ambiguous type references resolved to first match?

Hi Peter,What you are currently doing is really the only way to check such things.  It will work in nearly all cases except for the one you found where a type with the same name is defined twice within...

View Article


Javascript support

Does any addon supports Javacript highlighting and auto-complete. If not , how can I add such functionality by myself?

View Article

Re: Javascript support

Hi Oleg,We do offer a free Javascript language that has syntax highlighting and a QuickStart shows how to add code folding.  But we don't have a dedicated add-on for Javascript as of yet.  I'll log...

View Article

Re: Format Document support for .NET

Hi Andre,I wanted to let you know that today's WPF and Silverlight controls v2013.1 releases have added text formatting for C# and VB to SyntaxEditor's .NET Languages Add-on. Please see our blog for...

View Article

More reliable way to generate assembly cache files - suggestion

The documentation instructs us to generate assembly cache files indirectly by loading the assemblies into the application project and then retrieving the cache files that should be generated...

View Article


Re: More reliable way to generate assembly cache files - suggestion

Hi Chris,Odd, we haven't heard of there being any problems with the code mentioned in that documentation topic.  Are you able to reliably reproduce it?  If so, can you e-mail our support address with a...

View Article


Re: More reliable way to generate assembly cache files - suggestion

Hi Chris,Thanks for the sample, it looks like it was due to the change we made in 2013.1 for this thread.  Basically if we load the assembly in AssemblyRepositoryBase.LoadFrom via File.ReadAllBytes,...

View Article

Re: More reliable way to generate assembly cache files - suggestion

Thanks! That would explain why mscorlib worked but any other assembly wouldn't - and also why I thought it was working sometimes: I guess I stumbled across some older assembly cache files generated by...

View Article

Re: How to selectively exclude certain types from assembly?

HiI read aboveYou can add/remove completion session list items there.Could you explain the best way to create these items for a given namespace or type?Thank youWilliam

View Article


Re: How to selectively exclude certain types from assembly?

Hi William,Per the post that mentioned that, you can override the OnSessionOpening method.  That method is passed the session instance.  In your override, update the session.Items collection by adding...

View Article

Re: How to selectively exclude certain types from assembly?

Thank you for the quick reply.Actually I mentioned to do it. I did only need to filter out items.I have another question., The ICompletionItem items have a Tag property.It looks like ActiPro...

View Article

Re: How to selectively exclude certain types from assembly?

Hi William,I believe in general those will all be IResolverResult and its derivative types in the ActiproSoftware.Text.Languages.DotNet.Resolution namespace.  So by looking at those you can get info...

View Article

Partial Class Intellisense Breaks

Hi I'm trying to get intellisense to work with c# and partial classes. I did a someone trying to accomplish what I'm trying to do in this post here 101241. However, when I added my partial class ...

View Article



Re: Partial Class Intellisense Breaks

Hi Bill, I just tested all of the above in our latest local 2016.1 build with the changes you mentioned and all the IntelliPrompt is showing up correctly for me. Are you sure you're on the lates...

View Article

Re: Partial Class Intellisense Breaks

Oh sorry about that, my example code for myclass.cs is incorrect. It should be without the using System. Now can you retry it? The intellisense should be broken. // my custom class pr...

View Article

Re: Partial Class Intellisense Breaks

Hi Bill, Can you tell me exactly what code is in the editor and maybe put a | where the caret should be when you are testing? I still don't really see anything wrong when testing on our end. As...

View Article

Re: Partial Class Intellisense Breaks

Giving the custom class: // my custom class projectAssembly.SourceFiles.QueueCode(language, "myclass.cs", @"namespace DotNetLanguagesAddon { public partial class CSharpLanguage { ...

View Article


Re: Partial Class Intellisense Breaks

Hi Bill, Thanks, we were able to see it and track it down now. The problem is that when there are partial classes, behind the scenes it makes a "merged" ITypeDefinition. That ITypeDefinition li...

View Article

Re: Partial Class Intellisense Breaks

Would there be a bug report somewhere I can subscribe to?

View Article

Re: Partial Class Intellisense Breaks

Hi Bill, You can watch our Announcements forum for release notes but other than that, we'd likely post in this thread if we worked on it and resolved it. Again, I'd urge you to write us back aft...

View Article


Re: Partial Class Intellisense Breaks

I checked on the release notes for 2017.1 and it doesn't seem this bug fix is listed (or at least i didn't see it). Wanted to follow up and see if you guys have an ETA for this bug? Thanks

View Article


Re: Partial Class Intellisense Breaks

Hi Bill, We're starting to look into it now and are brainstorming some ideas in our Slack #uicontrols channel. The fix for this might also indirectly allow support for Goto Definition type funct...

View Article

Re: Partial Class Intellisense Breaks

Hi Bill, I believe we have this fixed now for the next maintenance release. If you'd like to try a preview build to verify the updates, please write our support address and mention this thread.

View Article

Re: Partial Class Intellisense Breaks

Hi, So I just got the preview build and tested it out. The partial class issue I was having before seems to be fixed, cool. However, I found a new bug with this partial class. After my custom c...

View Article

Re: Partial Class Intellisense Breaks

Hi Bill, Thanks for reporting this scenario. I believe we have a fix in place for it for the upcoming maintenance release.

View Article


Re: Partial Class Intellisense Breaks

Hi, Thanks for the fast reply. Is there anyway I can get a hold of this before the official release to test? The build i was testing was 17.1.0211 Thanks EDIT: fixed version number

View Article

Re: Partial Class Intellisense Breaks

Hi Bill, I believe we emailed you yesterday with a link to a preview build at the private ticket we last communicated on. Did you receive that?

View Article


Re: Partial Class Intellisense Breaks

Hi, Yes, I go the beta build which i'm using to test. As I mentioned, the initial problem I had was fixed in the beta build, but it cause the intellisense for the base class to not work after add...

View Article

Re: Partial Class Intellisense Breaks

After you submitted this new issue early yesterday, we posted a new preview build (same build number though). Did you download that? We had emailed you about it last night. That latest build has...

View Article


Re: Partial Class Intellisense Breaks

Sorry, I didn't get it. Can you please resend it. Thank you

View Article

Re: Partial Class Intellisense Breaks

Hi Bill, I just resent it. If you don't receive it, please check your mail server's spam folder.

View Article

Re: Partial Class Intellisense Breaks

Thanks, the new preview build fixed this.

View Article

Add IntelliPrompt from DLL path

I'm trying to programmable add intellisense from a DLL. I did find something In the documentation that may work. Under: "Activpro Syntax Editor > LL(*) Parser Framework > .NET Languages ...

View Article


Re: Add IntelliPrompt from DLL path

Hi Bill, Sorry, the Silverlight version doesn't support the AddFrom call due to lack of general file access in that platform. If you load up an Assembly and pass it to the Add method, that is ef...

View Article

Browsing latest articles
Browse All 78 View Live




Latest Images