CSharpShellApp
CSharpShellApp copied to clipboard
Common Code Directory
I have a other idea to improve the IDE, a bit crazy but maybe you like it.
I try to code as reusable as possible. So I try to put as much code in a codebase available for all projects as possible. to hold all this code at only one place, avoiding so syncronisation issues, I used under m$ hyperlinks. this is kind derty and unconfortable, but it worked.
(as much I know) there are no hyper-links/symbolic-links to directorys on Android.
So the idea would be to define a directory in the options, used for common code or codebase. and a option to implement the code there automaticaly in the project. or leave it to the defeloper to add in what he neads from there, but leav the code there. in the file browser woul this directory always be the first entry maybe in [name]. Because all projects can share codes from there, any bugfix or improvement would be in all projects.
be the way it would be usefull, if you add a file, if the file selector starts in the selected directory and not at the root, to find the files faster (I like to add code files manualy, not all automaticaly).
The file browser thing is a bug. One I should find a way to solve soon, yes.
However the common codes thing could be confusing and mostly redundant. It can be replicated by creating a MyCommons project(s) and referencing its generated assembly.