Giter Club home page Giter Club logo

geany-xml-encode's Issues

Transition to new 1.26 API

Geany's new 1.26 API is being recommended for all future development. There is a transition path documented.

I would like to transition geany-xml-encode to the new API. In the short term, I might possibly support both the old API and the new API, but if there's ever a 1.0 release it will not support the old API.

Last character of selection lost when it is special char

When you highlight a selection then do "encode selection", the intention is that the selection after encoding is the same as the selection before encoding.

If #[ marks the start of the selection, and ]# marks the end, then when you encode the entities in:

lock, sto#[ck & bar]#rel

you should get:

lock, sto#[ck & bar]#rel

This works, but when you try to encode:

<a> #[<b/>]# </a>

you get:

<a> #[&lt;b/]#&gt; </a>

Note that the &gt; is outside of the selection, while the > it was expanded from was inside.

The correct behaviour should be:

<a> #[&lt;b/&gt;]# </a>

autoreconf failing because libtool requires AM_PROG_AR

Automake 1.12 introduced a new warning set -Wextra-portability. Unfortunately, these warnings got added to -Wall. Doubly unfortunately, one of the new warnings is triggered when AM_PROG_AR is not called before LT_INIT, which geany-xml-encode's configure.ac didn't do. And triply unfortunately, geany-xml-encode uses AM_INIT_AUTOMAKE([-Wall -Werror]), which now means that autoreconf (called via bootstrap) kills the build.

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.