Activity for khagaroth

  • khagaroth khagaroth posted a comment on ticket #878

    The contents of lib is not the only thing that could change between versions; anything anywhere could change. That's rare enough that it doesn't matter for InnoSetup with UninstallLogMode set to append, it will load the previous uninstall log and update it with any changes properly handling any added files/registry modifications etc while retaining the previous entries, so an uninstall will be able to properly revert any changes no matter how many updates you install. The issue with variably named...

  • khagaroth khagaroth posted a comment on ticket #1440

    Since you are already touching versioning and build system could you fix the InnoSetup installer script to NOT use version number in the "AppName" directive as it's explicitly forbidden in the InnoSetup documentation and causes the installer not to detect previous installations (intentionally or not) as it is used as "AppId" in the absence of an actuall "AppId" directive?

  • khagaroth khagaroth posted a comment on ticket #1307

    So, considering the above, what's the plan for Java support after September when Java 8 gets EOL and Oracle releases Java 11 and fully switches to the new release cycle of a new Java version every 6 months (with LTS version evey 3 years, but only as a paid option)?

  • khagaroth khagaroth posted a comment on ticket #902

    Turn on "Insert source text"+"Allow translation to be equal to source" Do some tranlation End translating midway (ie not the whole file is translated yet) confirming your last finished segment, which sends you to the next segment and prefils it with the source Quit Omegat Now if I understood the change correctly, you now end up with with the prefiled source text treated as an actual translation, which I guess no one would want.

  • khagaroth khagaroth posted a comment on ticket #902

    I'm not very happy with this, it should be an option, not hardcoded behaviour. And on a more important note than just personal prefference, how does this interact with "Insert source text"+"Allow translation to be equal to source"? It looks like a pretty big footgun.

  • khagaroth khagaroth posted a comment on ticket #878

    So the first step to fix this would be to remove version number from the AppName installer directive (or alternatively setting AppID, though AppName still shouldn't contain version, there is AppVersion for that), so that the installer can actually see the previous install. As for the actuall fix, there are two choices. The first is to modify the build to generate static file names for files in LIB directory, so that they don't change between versions and then use the recommended update metod for...

  • khagaroth khagaroth posted a comment on ticket #309

    Is there any particullar technical reason why you use this homebrew system instead...

  • khagaroth khagaroth posted a comment on discussion Open Discussion

    '!' is used as a marker for delayed variable expansion.

  • khagaroth khagaroth posted a comment on discussion Open Discussion

    You can't turn off UAC in Windows 10. The slider in settings only sets it to minimum...

  • khagaroth khagaroth posted a comment on discussion Open Discussion

    You need to run the whole program as administrator to change these settings. It's...

  • khagaroth khagaroth posted a comment on ticket #761

    dupe of bug #725

  • khagaroth khagaroth posted a comment on ticket #756

    No, it doesn't ensure well-formedness (except for the most simplistic cases), it...

  • khagaroth khagaroth posted a comment on ticket #756

    Why not change it to Edit and instead of trying to do a botched automatic job just...

  • khagaroth khagaroth posted a comment on ticket #725

    About, Display Font, File Filters, Segmentation, Editing Behaviour, Tag Validation,...

  • khagaroth khagaroth posted a comment on ticket #725

    Added screenshot showing the bug.

  • khagaroth khagaroth created ticket #1065

    Add custom color setting for search results

  • khagaroth khagaroth posted a comment on discussion Open Discussion

    I have to agree that this was a pretty idiotic decision. It takes a human about 3...

  • khagaroth khagaroth created ticket #725

    Custom text color used for text in dialogs

  • khagaroth khagaroth posted a comment on ticket #549

    This is still a problem btw, but now it doesn't color the strings to be removed at...

  • khagaroth khagaroth posted a comment on ticket #12

    This can be closed as fixed. The new GTK version in 0.4.8 fixed all the bugs I was...

  • khagaroth khagaroth posted a comment on ticket #991

    ESCAPED_CHARACTERS_REGEX = "\\[abfnrtv]" should be ESCAPED_CHARACTERS_REGEX = "\...

  • khagaroth khagaroth posted a comment on ticket #991

    Actually I did mean the spellchecking script mostly, but the inline spellchecking...

  • khagaroth khagaroth posted a comment on ticket #991

    &, _ and ~ should cover 99% of all cases. I have also seen combinations of _& or...

  • khagaroth khagaroth created ticket #991

    Strip special strings before pasing text to spellchecker

1