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

Assumes Hex View for .p and .pp file extensions. #13

Open
3FLLC opened this issue Aug 11, 2017 · 1 comment
Open

Assumes Hex View for .p and .pp file extensions. #13

3FLLC opened this issue Aug 11, 2017 · 1 comment

Comments

@3FLLC
Copy link

3FLLC commented Aug 11, 2017

Hello, I am evaluating your editor as a possible Windows/Mac front-end to our compiler. However, opening standard Apple .p for Pascal Source - jumps to Hex View ... is there a way to disable this?

It also does it for Free Pascal .pp Pascal Source.

Also, would you be open to adding support to Ctrl-R or F9, to run the current source or project through the command line shell in your configuration screen. I have code I can give for both platforms you support that should work in Delphi - to shell and trap output, either as a returned String w/ CRLF - to render as a stringlist, or to shell and trap via PIPEs.

Looking forward to working with you on these 2 topics.

@FMXExpress
Copy link
Owner

Yes, the .p and .pp file types could be added to https://github.com/FMXExpress/Trolledge/blob/master/uFileTypeHelper.pas

How compilation would work would be a command line setting could be defined and then a compile action would be setup to execute the command line against the current file.

Theoretically it would also be possible to compile with FMXLinux now which would give it Linux support as well.

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

2 participants