Git Product home page Git Product logo

xml-text-editor's People

Contributors

kdekooter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

xml-text-editor's Issues

Add block indent

User should be able to indent a block by selecting lines and indent with
the tab key.

Original issue reported on code.google.com by [email protected] on 18 Aug 2008 at 7:11

bad color highlighting

What steps will reproduce the problem?
1. Use tags (e.g. <html></html>) in attributes value:
2. This may be in XUI, example:     <XButton name="05" 
icon="Button.png" text="<html><center>one<br/>two</center></html>" 
style="message20" align="center" x="820" y="235" w="380" h="120"/>




Original issue reported on code.google.com by [email protected] on 22 Oct 2008 at 12:53

bad color in a tag with attribute for '>' at the end

What steps will reproduce the problem?
1. <tag attribute="value">
2.
3.

What is the expected output? What do you see instead?

the color isn't the right one : it stays black 
What version of the product are you using? On what operating system?
windows - the last one

Please provide any additional information below.

probably a problem with the regex 

Original issue reported on code.google.com by [email protected] on 11 Aug 2010 at 1:59

Comment highlighting doesn't work (patch included)

Comment highlighting doesn't work if the comment includes XML tags:

This will be highlighted in blue:
<!-- foo -->

This is still well formed xml, but the comment will not be highlighted:
<!-- <foo>bar</foo> -->

And due to the aspect the pattern matching is done line by line the following 
will not be highlighted, too:
<--
  foo
-->

The attached patch changes comment color to gray, changes the comment pattern 
to '<--.*?-->', compiles the pattern with Pattern.DOTALL modifier and changes 
the handling von drawUnselectedLine in a way that it will be able to handle 
multiline patterns.

What steps will reproduce the problem?
1. Write so

2.
3.

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 24 Jun 2010 at 7:38

Attachments:

Add smart indent

New line should be indented smartly: same indentation as previous line if
within the same tag, one tab less if tag is closing.

Original issue reported on code.google.com by [email protected] on 18 Aug 2008 at 7:25

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.