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

cursor position tool should consider locale when parsing coord string #330

Merged
merged 7 commits into from
Dec 7, 2018

Commits on Nov 21, 2018

  1. cursor position tool should consider locale when parsing coord string

    Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
    nprigour committed Nov 21, 2018
    Configuration menu
    Copy the full SHA
    87576ae View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2018

  1. further enhance parse() using StringUtils method and improve

    CursorPositionTest to better handle Locale settings.
    
    Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
    nprigour committed Nov 28, 2018
    1 Configuration menu
    Copy the full SHA
    f052946 View commit details
    Browse the repository at this point in the history
  2. create Locale TestRule and split CursorPosition testing to separate

    classes
    
    Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
    nprigour committed Nov 28, 2018
    Configuration menu
    Copy the full SHA
    15e9997 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. improve error handling of Coordinate.parse(...) method

    Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
    nprigour committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    cae6819 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2018

  1. test code refactoring and fix of erroneous if statement in

    CursorPosition parse
    
    Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
    nprigour committed Dec 4, 2018
    Configuration menu
    Copy the full SHA
    f6bd6f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. rename Locale specific CursorPosition Test classes

    Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
    nprigour committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    ddcaebf View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2018

  1. apply udig format style to CursorPosition and associated test classes

    Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
    nprigour committed Dec 7, 2018
    Configuration menu
    Copy the full SHA
    a1633ea View commit details
    Browse the repository at this point in the history