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 ArticleAdd 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 ArticleRe: 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 ArticleRe: Partial Class Intellisense Breaks
Sorry, I didn't get it. Can you please resend it. Thank you
View ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: Partial Class Intellisense Breaks
Would there be a bug report somewhere I can subscribe to?
View ArticleRe: 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 ArticleRe: Partial Class Intellisense Breaks
Giving the custom class: // my custom class projectAssembly.SourceFiles.QueueCode(language, "myclass.cs", @"namespace DotNetLanguagesAddon { public partial class CSharpLanguage { ...
View ArticleRe: 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 ArticleRe: 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