Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Solved
    • Unsolved
    1. Home
    2. Tags
    3. extensions
    Log in to post

    • rf

      Shapetool Extensions don't draw
      Problems & Bugs • extensions • • rf  

      4
      0
      Votes
      4
      Posts
      655
      Views

      frederik

      Well I was to quick pushing a new version of the Outliner. The developers and beta version of RoboFont has a warning for a typo in the API. Which is solved in the Outliner, but you don't have the dev or beta version :) thanks and good luck!
    • joanca

      Extension vs. just a script
      General Questions • extensions • • joanca  

      2
      0
      Votes
      2
      Posts
      403
      Views

      frederik

      There is no difference between just executing a script or an extension. In some cases an extension is easier when the tool or added functionality gets bigger (with embedded modules) and when there are assets (like icons). Extensions have a info.plist which is handy to share, check versions and fe Mechanic is using that to download the correct packages from github... Otherwise you can also set start up scripts in the prefs. Those gets executed during start up. good luck!
    • jo

      SOLVED 'safe mode'
      Feature Requests • extensions safe mode • • jo  

      3
      0
      Votes
      3
      Posts
      563
      Views

      jo

      As always, thanks a lot for your fast reply and taking this under consideration. jo
    • thom

      Extension error
      Problems & Bugs • extensions • • thom  

      2
      0
      Votes
      2
      Posts
      435
      Views

      frederik

      This is a know issue, this is already solved in the beta and will be pushed into the next update...
    • jack_jennings

      Suppressing Installation Message
      General Questions • user interface extensions • • jack_jennings  

      2
      0
      Votes
      2
      Posts
      388
      Views

      frederik

      will make it available through the ExtensionBundle so you could install extensions with showMessages disabled. Installing a bundle will return a succes bool and an info message.
    • jack_jennings

      Resources
      Problems & Bugs • scripting extensions • • jack_jennings  

      5
      0
      Votes
      5
      Posts
      714
      Views

      jack_jennings

      Perfect!
    • jack_jennings

      Extension Interoperability
      General Questions • scripting extensions • • jack_jennings  

      3
      0
      Votes
      3
      Posts
      551
      Views

      jack_jennings

      Haha, not the answer I was expecting. Next time I'll come up with more outlandish things to do. Sorry about missing the mogo.extensions thing. I guess I need to sit down with the docs and read everything over again to make sure I don't ask any more dumb questions. Getting the list of extensions should work well for what I'm working on now, but one of those other methods will be handy down the line. Really looking forward to custom events. :D
    • bas

      More tools
      General Questions • user interface extensions preferences editing tools • • bas  

      7
      0
      Votes
      7
      Posts
      1013
      Views

      frederik

      If a tool is activated from the scripting window and not as an extension the easiest thing todo is to restart :)
    • jo

      ObjectBrowser extension freezes
      Problems & Bugs • extensions • • jo  

      2
      0
      Votes
      2
      Posts
      373
      Views

      frederik

      solved thanks: the kerning object was ending up in an infinite loop checking while looking for attributes, keys and values.
    • jo

      Extension bug ?
      Problems & Bugs • extensions • • jo  

      4
      0
      Votes
      4
      Posts
      508
      Views

      frederik

      text drawing is using a point as a tuple instead of x, y separately, this is done to keep point values consisted through out drawing tools fixed: https://github.com/typemytype/RoboFontExamples/commit/8f2e6020f27828d8b65264a50327fa43880cbd90 thanks for testing them out!
    • tom

      GlyphPreview performance
      General Questions • extensions observers interpolation • • tom  

      4
      0
      Votes
      4
      Posts
      750
      Views

      tom

      This seems to fix my problem, thanks so much! One more thing, what would be the name of the observer for if a glyph is modified?—so that I can update the preview as you make changes. Is there a list somewhere of all the built in observers? Cheers!
    • jo

      Extension to build alternate glyphs
      Feature Requests • extensions glyph names colors • • jo  

      5
      0
      Votes
      5
      Posts
      948
      Views

      jo

      hi frederik, thanks again for this and all the other replies! I did some minor changes (like printing a better report in the output window). The latest version can be found here: http://langustefonts.com/dwld/Componitor1.3.1.zip thanks, jo
    • charlesmchen

      Extension Builder creates malformed icon file
      Problems & Bugs • extensions • • charlesmchen  

      2
      0
      Votes
      2
      Posts
      351
      Views

      frederik

      if you have assets (almost everything which isn't a python file) store them into a resource folder and connect it in the extension bundle. see http://doc.robofont.com/extensions/extension-file-spec/ to retrieve assets see http://doc.robofont.com/api/mojo/mojo-extensions/ good luck
    • charlesmchen

      Shortcuts for scripts/extensions
      Feature Requests • extensions keyboard shortcuts • • charlesmchen  

      4
      0
      Votes
      4
      Posts
      652
      Views

      frederik

      That is correct. For hot keys to scripts in an extension it's up to the developer of the extension to assign hot keys.