Radostin Dimitrov

Results 5 issues of Radostin Dimitrov

The test in ResTableEditTest doesn't show to add real resource entries. ``` Map map = new HashMap(); map.put(0x55, "com.cmy.plugin.module2"); map.put(0x56, "com.cmy.plugin.module3"); map.put(0x57, "com.cmy.plugin.module4"); resTableEditor.modifyLibraryChunk(map); ``` The Integers in that map...

``Something in this code causes a StackOverflowError exception in the editor's TextMate line tokenizer. Code to reproduce in editor: ```csharp using System; using System.Linq; using System.Collections.Generic; using System.Net; namespace StackOverflowThrownInSoraEditorLineTokenizer...

bug

External keyboards on mobile devices are fairly common practice when it comes to IDEs so it would be a good feature to have AltGr modifier support.

feature

Next week I will start porting the app to .NET 7 from the current Xamarin.Android project. There are a few changes that will happen. This process will take at least...

announcement

Version 2.5 is a huge update, especially under the hood. This took a lot longer than I expected due to various reasons... It isn't even a fully polished version yet....