Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Known issues #8

Open
6 tasks done
williamd1k0 opened this issue Jan 20, 2016 · 10 comments
Open
6 tasks done

Known issues #8

williamd1k0 opened this issue Jan 20, 2016 · 10 comments

Comments

@williamd1k0
Copy link
Member

williamd1k0 commented Jan 20, 2016

Some problems are not fixed yet.

  • Text tags
  • Menu and Label (GitHub)
  • Menu without name
  • Some keywords to add
  • Remove illegal keywords
  • Label comments and text tags with url search
@williamd1k0
Copy link
Member Author

Text tags with attributes are not working properly.

"An example of {b}bold test{/b}." # without attribute 
"The color is {color=#f00}red{/color}" # with attribute 
  • Fixed

@williamd1k0
Copy link
Member Author

Keywords menu and label are running on Atom but not on GitHub.

label start:
    menu is_okay:
        "Are you okay?"
        "Yes":
            centered "Nice!"
        "Nope":
            centered "Too bad..."
  • Fixed

williamd1k0 added a commit that referenced this issue Feb 22, 2016
williamd1k0 added a commit that referenced this issue Feb 22, 2016
@williamd1k0
Copy link
Member Author

Lightshow test

@williamd1k0
Copy link
Member Author

Keyword menu without name are not working properly.

Lightshow test

image

menu:
    "Are you ok?":
        "Yep":
            pass
        "Nope":
            pass
  • Fixed

@williamd1k0
Copy link
Member Author

williamd1k0 commented Mar 5, 2016

Some keywords to add:

# use "config" highlighting color
config.something
ui.something
renpy.something

# to add
style.something
build.something
  • added

@williamd1k0 williamd1k0 removed the Ok label Mar 5, 2016
@williamd1k0
Copy link
Member Author

williamd1k0 commented Mar 5, 2016

Remove illegal keywords:

# to remove
break
continue
  • removed

@williamd1k0 williamd1k0 added ready and removed ready labels Mar 9, 2016
@williamd1k0
Copy link
Member Author

williamd1k0 commented Jul 11, 2016

Fix Text Tags with slash/backslash:

centered "{a=www.google.com}Google{/a}"
centered "{a=http://www.google.com/}Google{/a}"
  • Fixed

@williamd1k0
Copy link
Member Author

williamd1k0 commented Jul 11, 2016

Regression on GitHub, Text Tags are not working 😱
Fixed in 00f42f6 but waiting for next Linguist release.

  • Fixed

@williamd1k0
Copy link
Member Author

williamd1k0 commented Aug 19, 2016

Need to fix comments after label and screen statement.

Lightshow test

init: # Comment ok
    pass

python: # Comment ok
    pass

screen test: # Comment 2 fix
    pass

label test: # Comment 2 fix
    # Comment
    return
  • Fixed

@williamd1k0
Copy link
Member Author

williamd1k0 commented Aug 27, 2016

Need to fix Text Tags with url search:

centered "{a=www.google.com/?key=value}Google{/a}"
centered "{a=http://www.google.com/?key1=value1&key2=value2}Google{/a}"
  • Fixed

@williamd1k0 williamd1k0 removed the Ok label Aug 27, 2016
@williamd1k0 williamd1k0 added the Ok label Sep 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant