bobbylight / TokenMakerMaker

An application to easily create highlighting for custom languages for RSyntaxTextArea.
7 stars 10 forks source link

Unknown dependencies #12

Closed coronel-kittycannon closed 3 years ago

coronel-kittycannon commented 4 years ago

I've been trying to build this project for an hour. It seems that there are dependencies not included in the build.gradle or in RSTA. Anyway, these are the unresolved imports:

org.fife.help.HelpDialog; org.fife.jgoodies.looks.common.ShadowPopupFactory; org.fife.ui.CustomizableToolBar; org.fife.ui.OS; org.fife.ui.SplashScreen; org.fife.ui.StatusBar; org.fife.ui.app.AbstractGUIApplication; org.fife.ui.app.AppAction; org.fife.ui.rtextfilechooser.FileChooserOwner; org.fife.ui.rtextfilechooser.RTextFileChooser; org.fife.ui.rtextfilechooser.filters.ExtensionFileFilter;

net.java.balloontip.BalloonTip; net.java.balloontip.styles.RoundedBalloonStyle; net.java.balloontip.utils.FadingUtils; net.java.balloontip.utils.TimingUtils;

bobbylight commented 3 years ago

This is no longer an issue, as all dependencies are now pulled from Maven Central. Marking FIXED.