GithubHelp home page GithubHelp logo

hiohiohio / omegat-plugin-externalfinder Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 3.0 54 KB

ExternalFinder plugin for OmegaT

Home Page: https://hiohiohio.github.io/

License: Apache License 2.0

Java 100.00%

omegat-plugin-externalfinder's People

Contributors

amake avatar hiohiohio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

omegat-plugin-externalfinder's Issues

Add regex mask support for items in finder.xml

It would be cool if there was a way to have different popup items based on the contents of the selection.
Something of this sort:

<item>
    <name>Unit Converter</name>
    <mask>\d+(.\d+)?\s+(miles?|pounds?|°F)</mask>
    <command target="both" encoding="default">SuperConvertUtility|{target}</command>
</item> 

which would only create the "Unit Converter" popup item for a selection that contains a number, a space and one of these: mile, miles, pound, pounds, °F

If no mask is specified, the item is created for any selection.

not working under linux

I installed the plugin under linux, but there is no menu built under "TOOL" menu or right click.
can you take a look on this?
On Windows machine everything works fine.
thank you

An almost non-issue

Hi, my list of "saved searches" grew so big that it does not fit the screen anymore. Is there any way to let the list grow while keeping it in-screen? A scroll bar? Sub-lists? Thanks!

Ampersand in URL

Hi,

Whenever I try to add a new URL with an ampersand in it, the plugin fails to load in OmegaT. I've tried to encode the ampersand as %26 (percentage twenty-six), but this is taken literally (so the link doesn't work). Am I doing something wrong or is it really a bug? Thanks in advance and thanks a million for this plugin, which is exactly what I was looking for in a while. :)
Marco

Mistake in README.md

In this part of the readme

<?xml version="1.0" encoding="UTF-8" ?>
<items>
    <item>
        <name>Dictionary</name>
        <command encoding="default">/usr/bin/open|dict://{target}</url>
        <keystroke>ctrl shift K</keystroke>
    </item>
</items>

the closing tag (line 78) should be </command>, not </url>

Feature Request: Add separator for menu

I think, it would be a bit easier to use this wonderful plugin if its items were separated from the rest of the menu. Can you add the separator that would be inserted before the first item? Both in the Tools menu and in the right-click one.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.