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

Source option to compile other sourcefile rather than current #57

Closed
BacchusFLT opened this issue Jun 3, 2020 · 3 comments · Fixed by #66
Closed

Source option to compile other sourcefile rather than current #57

BacchusFLT opened this issue Jun 3, 2020 · 3 comments · Fixed by #66

Comments

@BacchusFLT
Copy link

In general, I feel the functionality has a bit of an over-investment in a hardcoded file called "startup.asm", with a plethora of keypresses locked up to support it. The whole idea - I guess - is to have a project masterfile that is easily accessible. Two thoughts in this context:

  1. How about making the name of this "project mainfile" selectable? (I also assume it's not possible to make this selectable per project but only generally for the installation of the plugin - per project would be preferable if possible).

  2. I keep compiling files that are parts of a project and get errors as it misses definitions in the master files. Would it be possible to add a "pseudo thing" in the "daughter files" referencing the "mother", so that pressing F7 would compile the mother? (Or can this already be achieved with the prebuild options or @kickass-build?)

@Swoffa
Copy link
Owner

Swoffa commented Jun 3, 2020

  1. Glad you asked @BacchusFLT , since there is already a setting for this: kickass_startup_file_path. As all settings it can be set globally or per project, more info here: https://www.sublimetext.com/docs/3/projects.html
    The name of the setting is a bit confusing, and could certainly be more clear.

@Swoffa
Copy link
Owner

Swoffa commented Jun 3, 2020

  1. This is something I have been considering, so now that you mention it I will give it some more priority. Thanks! :)

@Swoffa
Copy link
Owner

Swoffa commented Mar 8, 2021

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

Successfully merging a pull request may close this issue.

2 participants