User Activity

  • Posted a comment on discussion General Discussion on Read4Me TTS Clipboard Reader

    Hello. I am putting some feelers out to see if there would be any objections to moving the project to GitHub. I believe this would simplify community contribution for continued maintenance, support, and bug fixes. I have a couple of fixes for improved stability. But I have been selfishly using my own build instead of publishing it here. Life got in my way as it tends to do.

  • Posted a comment on discussion General Discussion on Read4Me TTS Clipboard Reader

    I would love to be a contributor. I have been using your program for a long time. I have tested several TTS applications, but nothing compares to Read4Me for day to day use. It Is one of the best accessibility tools I have ever used. And as luck would have it, I am comfortable developing in C#. So, I can bug test as I go.

  • Posted a comment on discussion General Discussion on Read4Me TTS Clipboard Reader

    To answer Abdolhamid Shariat’s question. Move the extension method “SplitByLength” to a static class. public static class ExtensionMethods { public static IEnumerable<string> SplitByLength(this string str, int maxLength) { for (int index = 0; index < str.Length; index += maxLength) { yield return str.Substring(index, Math.Min(maxLength, str.Length - index)); } } } https://stackoverflow.com/questions/9238114/extension-method-must-be-defined-in-a-non-generic-static-class Also, I have a bugfix for Read4Me....

View All

Personal Data

Username:
lain-iwakura
Joined:
2017-03-26 22:21:38

Projects

This is a list of open source software projects that lain-iwakura is associated with:

Personal Tools