Giter Club home page Giter Club logo

gtksourcewidget.jl's Introduction

gtksourcewidget.jl's People

Contributors

jonathanbieler avatar tknopp avatar jwahlstrand avatar giordano avatar juliatagbot avatar

Stargazers

ebigram avatar Elias Carvalho avatar Gábor Nagymajtényi avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

gtksourcewidget.jl's Issues

Code Folding

Code folding seems to be not part of GtkSourceView. Maybe this can be implemented by extending it in Julia.

"Could not find gtk_source_map in libgtksourceview" in Linux

@jonathanBieler

I'm opening this issue here though @jonathanBieler's fork seems more active, since Github doesn't allow Issues on forks.

I changed the code to find libgtksourceview's path on Linxu too (this commit), which made the original "libgtksourceview-3.0: cannot open shared object file: No such file or directory" error at line 43 go away.

But in its place, an error occurs now at line 290 of GtkSourceWidget.jl, stating "LoadError: Could not find gtk_source_map in libgtksourceview. This is likely a issue with a missing Gtk.jl version check." The 'version check' suggestion seems a general suggestion whenever @Gtype fails, and so I'm not sure if it's relevant here - since all the other @Gtype calls before that line work without throwing this error.

So I'm wondering if there's a genuine version incompatibility or something here, or just a matter of the code having gotten outpaced and hence encountering such errors on Mac OSX/Windows too.

const libgtksourceview problem when ldconfig returns more than one line

I was having problems when ldconfig -p | grep libgtksourceview-3 | cut -d'>' -f2 returned two or more lines:

/usr/lib/libgtksourceview-3.0.so.1
/usr/lib/libgtksourceview-3.0.so

I had to add head -1 to keep the first line

const libgtksourceview = strip(readstring(pipeline(`ldconfig -p`, `grep libgtksourceview-3`, `cut -d'>' -f2`, `head -1`)))

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.