• Hi!

    I tried o use WP-SynHighlight, because I like the usage of the visual editor. Nice work so far. But I have a problem with long codelines without spaces they do not break and overwrite the layout. Here is my example code:

    [codesyntax lang=”xml”]
    <configuration>
    <connectionStrings>
    <add name=”membershipConnectionString” connectionString=”Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\ASPNETDB.mdf;Integrated Security=True;User Instance=True” providerName=”System.Data.SqlClient” />
    </connectionStrings>
    </configuration>
    [/codesyntax]

    Greetings,
    Matthias

    http://wordpress.org/extend/plugins/wp-synhighlight/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes, no line breaking feature currently immplemented. Mostly because this is usually not desired, but I will add this feature in next version of plugin.

    Sorry for raising up the old topic, but do you think this should be done? I mean setting max line length and then wrapping it forcefully?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: WP-SynHighlight] No Line Break in long lines’ is closed to new replies.