Page 2 of 8 FirstFirst 123456 ... LastLast
Results 11 to 20 of 78

Thread: SQF Editor

  1. #11
    Done some testing now... You are on a good way.

    Some things which I miss are:
    - Code completion
    - Small help window popping up when mouse hovers over a scripting command for some time

    (I'm using notepad++ 5.7 with Armascript from i0n0s and it has both features).

    Also there seems to be a bug with project loading. Some missions in my mission folder are marked as projects which I can load, some not. No idea what rules you use to determine if it actually is a project or not.

    Other than that it looks already really good. Like already written I hope you can also add git support in the future
    Edit: What I really like is that I can open more than one project at once.

    Xeno
    Last edited by Xeno; Jul 4 2011 at 17:59.

  2. #12
    Master Gunnery Sergeant Hellfire257's Avatar
    Join Date
    Feb 17 2009
    Location
    (getPosATL player)
    Posts
    1,207
    A Devheaven space would be handy for this.

  3. #13
    Lance Corporal Amra's Avatar
    Join Date
    May 28 2010
    Location
    Evil Empire
    Posts
    51
    Author of the Thread
    Quote Originally Posted by PvPscene View Post
    Will you give releases new version numbers and provide a changelog? Thanks!
    Quote Originally Posted by Xeno
    - Code completion;
    - Small help window popping up when mouse hovers over a scripting command for some time;
    - GIT support
    Will do

  4. #14
    Could you change the "A project is a folder with briefing.sqf file present" logic to be "a project is a folder with a mission.sqm file present" instead perhaps?

    I'll always have a mission.sqm but not always a briefing.sqf, especially with new projects.

  5. #15
    Lance Corporal Amra's Avatar
    Join Date
    May 28 2010
    Location
    Evil Empire
    Posts
    51
    Author of the Thread
    Quote Originally Posted by kylania View Post
    Could you change the "A project is a folder with briefing.sqf file present" logic to be "a project is a folder with a mission.sqm file present" instead perhaps?

    I'll always have a mission.sqm but not always a briefing.sqf, especially with new projects.
    Sure, thank you for a good idea! I hope I'll be able to post update this week. Things I've already done: added GIT support through plugin installation, code completion and partly code documentation (for "A" functions; it's the most time-consuming part).

  6. #16
    How does the code documentation code look like - maybe someone can provide you with the data in the needed format.

  7. #17
    Lance Corporal Amra's Avatar
    Join Date
    May 28 2010
    Location
    Evil Empire
    Posts
    51
    Author of the Thread
    Quote Originally Posted by PvPscene View Post
    How does the code documentation code look like - maybe someone can provide you with the data in the needed format.
    sqfHints.put("keyword", "syntax<br><br>Operand types:<br>...<br>Type of returned value:<br>...<br>Description:<br>...");

    I take info from a2oa_comref excluding Compatibility, Example and Category.

  8. #18
    Sounds exciting Amra! Good luck with it, ill use your new release.
    Current Rig

    Asus P6T ** i7 920 d0 @ 3.8Ghz
    6GB Corsair XMS3 ** Crossfire Asus 4890s @ 950/4400
    Tagan 800W Piperock ** 100GB Vertex 2 SSD


  9. #19
    Sorry a misunderstanding there Amra.

    I can provide you the list in the desired format you need.
    Just tell post one command as an example how it looks like.

  10. #20

Page 2 of 8 FirstFirst 123456 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •