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

Mono-GNU/Linux #6

Open
ghost opened this issue Nov 19, 2017 · 1 comment
Open

Mono-GNU/Linux #6

ghost opened this issue Nov 19, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Nov 19, 2017

is anyone testing P8Coder on Mono, on GNU/Linux? please let us know, i’m really curious (it’s actually the only possibility i have for running P8Coder!)

@movAX13h
Copy link
Owner

movAX13h commented Nov 19, 2017

I have tried it just now.
There is only one component in the project made by someone else which is the FastColoredTextBox.

After installing mono like apt install mono-complete (mono-runtime does not include support for Windows Forms) and running the application with mono P8Coder.exe I get an exception from FastColoredTextBox. There's a request for this here but it seems to be added only in forks: PavelTorgashov/FastColoredTextBox#12

I'm not sure when I can work on this but it should be feasible. It requires to make some changes in FastColoredTextBox preferably with detection in code like if(Type.GetType ("Mono.Runtime") != null) and not using precompiler statements to allow for a single release binary that works in .net and mono at the same time.

@movAX13h movAX13h changed the title testing on Mono-GNU/Linux Mono-GNU/Linux Nov 19, 2017
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

No branches or pull requests

1 participant