Re: [Vala] Preprocessor defines via Meson or valac

2019-12-06 Thread Guillaume Poirier-Morency via vala-list
darc...@163.com > > > *From:* Guillaume Poirier-Morency via vala-list > *Date:* 2019-12-07 01:32 > *To:* Ken Gilmer > *CC:* vala-list > *Subject:* Re: [Vala] Preprocessor defines via Meson or valac > If I can suggest a small improvement, you could use the > declare_dependen

Re: [Vala] Preprocessor defines via Meson or valac

2019-12-06 Thread Guillaume Poirier-Morency via vala-list
allowed me to define a preprocessor symbol as desired: > > add_project_arguments('-DFUSE_USE_VERSION=26', language: 'c') > > > On Thu, Dec 5, 2019 at 11:45 PM Guillaume Poirier-Morency via vala- > list wrote: > > Le jeudi 05 décembre 2019 à 22:13 -080

Re: [Vala] Preprocessor defines via Meson or valac

2019-12-05 Thread Guillaume Poirier-Morency via vala-list
Le jeudi 05 décembre 2019 à 22:13 -0800, Ken Gilmer via vala-list a écrit : > Hello! > > I am trying to bind to libfuse from a Vala program. I see that in > libfuse > I must specify a define to the version of the API I want to > use[4]. I read > the Vala documentation as to how to define a symbo

Re: [Vala] Downloading only a portion in the latter part of a file from internet

2019-08-28 Thread Guillaume Poirier-Morency via vala-list
Your code is problematic: skipping the DataInputStream does not guarantee you that the underlying FileInputStream will be positioned at the desired byte offset when skipped. This is due to the buffering. If you are to operate on your stream via a DataInputStream, use it exclusively: var dis = Dat

Re: [Vala] valaDevelop

2019-03-20 Thread Guillaume Poirier-Morency via vala-list
I'm curious. Are you using libvala for providing these features? Le mar. 19 mars 2019, à 19 h 17, Wolfgang Mauer a écrit : > It would be nice if you can update the Wiki. > > The feature "*Jump to Definition*" is now available with valaDevelop > > > Thanks a lot > > Wolfgang > > > Am 11.03.19 um

Re: [Vala] valaDevelop

2019-03-10 Thread Guillaume Poirier-Morency via vala-list
I just added the entry in the Wiki. Le dim. 10 mars 2019, à 10 h 17, Wolfgang Mauer a écrit : > Implemented so far... > > Solution/Project-management (including resources/packages) > Syntax-Highlight (GtkSourceView-3) search/replace/etc.) > Integrated Build, Test and Debug > -> Integrated De

Re: [Vala] valaDevelop

2019-03-05 Thread Guillaume Poirier-Morency via vala-list
Just a suggestion: you should setup a simple GitHub page from the repository and ship sources as assets in empty releases if you don't intend to distribute the source code. I'm not a big fan of freeware, but since we already display IDE like IntelliJ and TextMate, I think it's fine to put your wo

Re: [Vala] valadoc

2018-12-14 Thread Guillaume Poirier-Morency via vala-list
I don't think so. The search functionality is using a POST request to retrieve a partial HTML template containing the search result. Le ven. 14 déc. 2018, à 06 h 55, Wolfgang Mauer a écrit : > Hi all, > > is there a way to include a "search" i the valadoc url? > > Something like "https://valadoc