GithubHelp home page GithubHelp logo

jaestevan / ax2012-editor-extensions Goto Github PK

View Code? Open in Web Editor NEW
31.0 9.0 6.0 144 KB

Microsoft Dynamics AX 2012 X++ Editor Extensions

License: MIT License

C# 98.35% Batchfile 1.65%
dynamics-ax-2012 outlining-extension text-highlighting visual-studio-2010 visual-studio-2013 dynamics-ax

ax2012-editor-extensions's Introduction

Microsoft Dynamics AX 2012 X++ Editor Extensions

Initial version of this project is based on MSDN examples for Visual Studio 2010, extending them to the Microsoft Dynamics AX 2012 X++ source code editor.

If you have any idea for improving this extensions, create new ones or you discover a bug, please create an Issue por make the changes yourself!. We are open to collaboration!

Test it! It's super easy:

Take a look to the wiki!

How extensions look like?

Brace Matching Extension

Brace Matching Extension

Highlight Words Extension

Words Extension

Outlining Extension

Outlining Extension

ax2012-editor-extensions's People

Contributors

jaestevan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ax2012-editor-extensions's Issues

Word highlight extension have to be case insensitive

Hi.
Word highlight extension have to be case insensitive because X++ is (unlike C++) case insensitive language.

So, such code is valid in X++ :
InventTable InventTable;
;
...
inventTable = iNventtAble::find(...);
...

But extension don't show all 'inventtable' string in source code and it makes this Extension useless.
It is very important for use with legacy dirty code.

Please, fix it.

Probably, it can be fixed here
https://github.com/jaestevan/AX2012-Editor-Extensions/blob/master/JAEE.AX.EditorExtensions/JAEEHighlightWordExtension/HighlightWordTagger.cs

line 135

// findData.FindOptions = FindOptions.WholeWord | FindOptions.MatchCase;
findData.FindOptions = FindOptions.WholeWord;

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.