Coder Social home page Coder Social logo

m-files-sdk's People

Contributors

fluxie avatar rantanen avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

m-files-sdk's Issues

Create a library-version of the UI control library

The UI control library is probably the most common external library utilized with the references.

Creating a version of the library that contains the appdef.xml (or libdef.xml) would make this easier.

Create profiles for different M-Files versions

Create profile setting for different M-Files versions. This would enable/disable support for specif features.

A concrete example is 9.0.3372.x profile disabling the msbuild framework library as 9.0.3372.x branch doesn't execute the global scope.

Decide on commenting style for JavaScript parts

The style used in M-Files samples uses XML comments:

function x() {
   /// <summary>Function X</summary>
   /// <return>Return value</return>
   return null;
}

The main reason for this is the IntelliSense support. However there are references (https://twitter.com/mkristensen/statuses/245603173404917760) that JSDoc might make it to VS2012 at some point.

If JSDoc receives equal IntelliSense support as the current XML comments, then the question becomes whether being able to comment anonymous functions used as method parameters is worth it over more standardized and easier to read format.

If the debug target vault doesn't exist, query the user for a new one.

Currently if the local client doesn't have the vault used for debugging the application the launch (F5) fails and the user has to go to the Debug properties to change the vault. It would be nicer to the user if Visual Studio would ask the user for a new vault with a modal dialog in this case - providing a list of the currently installed vaults to choose from and mayhaps a checkbox for "Save this vault in the project settings".

Set up automated builds

Set up CC.Net or similar and include build time in the version string: major.minor.YYMMDD.build

TypeScript support

TypeScript support would be a great feature and probably easy enough to implement. The main problem with this is that it most likely requires global scope processing which isn't implemented yet.

Add 'library' project template

Add a library project template and library option to the projects.

The MSBuild task should generate (and understand) libdef.xml definition files for these project. This makes the distinction of an application and a library clearer and accidentally deploying a library won't cause any problems as it won't get loaded by the client.

Clean up the code

Due to lack of documentation there is a large amount of experimental and badly documented code in the source tree. Clean it up.

Support minifying JavaScripts/CSS files

Support specifying Minify properties on .js and .css files and run minifier before zipping these.

The property should have 3 values: true, false and default. The "default" value reads the minify settings from the project configuration. By default 'Debug' configuration should skip minify while 'Release' configuration should perform it.

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.