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

Add Editor Support. #2

Merged
merged 7 commits into from
Feb 14, 2014
Merged

Add Editor Support. #2

merged 7 commits into from
Feb 14, 2014

Conversation

schatten4810
Copy link
Contributor

New Function

DFEditor

  • Extended to support the folding.
    • 連続するコメント行をフォールディング機能により非表示化できるようにした。
    • map及びlistが複数行となる場合に、フォールディング機能により非表示化できるようにした。
  • Extended to support the Outline Page.
    • 設定内容をアウトライン表示できるようにした。
  • Extended to support the toggle comment.
    • CTRL+/ (Win) または Command + / (Mac) でコメントの切替を行えるようにした。
  • Extended to support the Highlighting of matching parenthesis.
    • 対応する括弧の強調表示を行えるようにした。
  • Extended to support the problem marker.
    以下の構文エラーに対して問題マーカーが表示されるようにした。
    • トップレベルにMapが複数存在する。
    • Map内でキー値が重複している。
    • Map及びListで閉じ括弧「}」が不足している。
    • トップレベル要素にMapとコメント以外の内容がある場合

Checking

  • 動作検証済みのEclipseバージョン
    • 4.3 Kepler
    • 4.2 Juno
    • 3.7 Indigo
    • 3.6 Helios
    • 3.5 Galileo
    • 3.4 Ganymede
    • 3.3 Europa

schatten4810 added a commit that referenced this pull request Feb 14, 2014
@schatten4810 schatten4810 merged commit c69f97d into master Feb 14, 2014
@schatten4810 schatten4810 deleted the EditorRefactor branch February 14, 2014 10:55
schatten4810 added a commit that referenced this pull request Feb 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant