Mirek 166 Posted October 24, 2016 Its broken. Anytme i try to install it to my Notepad++ it says "Fail to Import" Share this post Link to post Share on other sites
Janez 531 Posted October 24, 2016 Its broken. Anytme i try to install it to my Notepad++ it says "Fail to Import" You must be doing something wrong. It works as intended. Make sure you have the latest version of Notepad++ and that you are not importing the wrong file. You have to import SQF.xml from Language folder. The one from Auto folder is for auto-completion feature (you have to manually copy this one into "Notepad++\plugins\APIs". Share this post Link to post Share on other sites
Janez 531 Posted February 12, 2017 I updated files with 1.66 update commands, get it here: https://drive.google.com/open?id=0B4t_aUHHFVYLbjE2b1BOdlNQcWs ChangeLog: - added: commands introduced with 1.66 1 Share this post Link to post Share on other sites
Guest Posted February 12, 2017 Thanks for informing us about the new version :) New version frontpaged on the Armaholic homepage. Notepad++ SQF Syntax Highlighting and Auto Completion v2017-02-12 Notepad++ Share this post Link to post Share on other sites
Janez 531 Posted March 22, 2017 Files updated with commands from update 1.68: https://drive.google.com/open?id=0B4t_aUHHFVYLLXZid2FCVThOYlU ChangeLog: - added: commands introduced with 1.68 3 Share this post Link to post Share on other sites
Guest Posted March 22, 2017 Thanks for informing us about the updated version again mate :) New version frontpaged on the Armaholic homepage. Notepad++ SQF Syntax Highlighting and Auto Completion v2017-03-22 Notepad++ Share this post Link to post Share on other sites
TheMeq 4 Posted March 24, 2017 Awesome stuff! Thanks! Share this post Link to post Share on other sites
magicsrp 8 Posted April 10, 2017 how to deal with #ifndef ? #ifndef - #else - #endif Share this post Link to post Share on other sites
Janez 531 Posted April 10, 2017 2 hours ago, magicsrp said: how to deal with #ifndef ? #ifndef - #else - #endif What do you mean? Share this post Link to post Share on other sites
magicsrp 8 Posted April 10, 2017 Sorry for undetailed question about syntax highlighting color. I have some <#ifdef, #else, #endif> phrase and <#ifndef, #else, #endif> phrase. I.e. #ifdef blah-blah ... blah blah... ; #else ... blah blah...; #endif The color for syntax highlighting is all Orange for '#ifdef', '#else' and '#endif'. But, #ifndef __DEBUG__ ... blah blah...; #else ... blah blah.. ; #endif In this case, the color of '#else' and '#endif' is "Orange", but #ifndef is not. So how to change the color of #ifndef into Orange like the color of #else and #endif? Share this post Link to post Share on other sites
Janez 531 Posted April 10, 2017 Hi, thanks for bringing this up. Updated syntax highlighting file with #ifndef. You can download new version here or manually add #ifndef under Keywords\7th group, either in SQF.xml (<Keywords name="Keywords7">#define #undef #ifdef #ifndef #else #endif #include</Keywords>) file or in Notepad++ menu (Language\Define your language..., select User language: SQF\Keywords Lists\7th group). https://drive.google.com/open?id=0B4t_aUHHFVYLVElwVUVIdl9SMWs 10. April 2017 ChangeLog: - added: #ifndef Share this post Link to post Share on other sites
magicsrp 8 Posted April 10, 2017 38 minutes ago, Janez said: 10. April 2017 ChangeLog: - added: #ifndef Thanks, but still different color from #else and #endif for me. is it my own problem? Share this post Link to post Share on other sites
Janez 531 Posted April 10, 2017 4 minutes ago, magicsrp said: Thanks, but still different color from #else and #endif for me. is it my own problem? #ifdef, #else and #endif are also defined in "Folding in code 2 style" for open, middle and close. You can either use Styler button to customize their color or remove them (Language\Define your language...\Folding in code 2 style\Styler). Share this post Link to post Share on other sites
Guest Posted April 10, 2017 Thanks for the headsup about the update :) The Armaholic mirror has been updated with the new version: Notepad++ SQF Syntax Highlighting and Auto Completion v2017-04-10 Notepad++ Share this post Link to post Share on other sites
Janez 531 Posted May 18, 2017 Updated for Arma 3 1.70: https://drive.google.com/open?id=0B4t_aUHHFVYLbVB6dW1kMi1paU0 18. Maj 2017 ChangeLog: - added: commands introduced with 1.70 - fixed: typo (getCustomAimingCoef should be getCustomAimCoef) 2 Share this post Link to post Share on other sites
Guest Posted May 18, 2017 Thanks again for the headsup :) The Armaholic mirror has been updated with the new version: Notepad++ SQF Syntax Highlighting and Auto Completion v2017-05-18 Notepad++ Share this post Link to post Share on other sites
Janez 531 Posted June 22, 2017 Updated 1.72 scripting commands added: https://drive.google.com/open?id=0B4t_aUHHFVYLODd2ZWJENDV3NW8 22. June 2017 ChangeLog: - added: commands introduced with 1.72 Share this post Link to post Share on other sites
Guest Posted June 22, 2017 Thank you very much for the headsup about the update :) The Armaholic mirror has been updated with the new version: Notepad++ SQF Syntax Highlighting and Auto Completion v2017-06-22 Notepad++ Share this post Link to post Share on other sites
Janez 531 Posted September 11, 2017 Files updated for 1.76: https://drive.google.com/open?id=0B4t_aUHHFVYLbnh2UW5USl9qOUU 11. September 2017 ChangeLog: - added: scripting commands and functions introduced with update 1.76 2 Share this post Link to post Share on other sites
Guest Posted September 11, 2017 Thank you very much for the headsup about the update :) The Armaholic mirror has been updated with the new version: Notepad++ SQF Syntax Highlighting and Auto Completion v2017-09-11 Notepad++ Share this post Link to post Share on other sites
nesias 16 Posted October 8, 2017 (edited) I found some missing commands that are listed Here but are not highlighted in Notepadd++: lnbSetPictureRight lnbSetPictureColor lnbSetPictureColorRight lnbSetPictureColorSelected lnbSetPictureColorSelectedRight That is not a complete list, but i can confirm that these commands exist, work and get recognized by the debug console (including info Popups). (And yes these are probably only used in very rare cases.) P.S. also it looks like some of the 1.76 commands are missing too (allAirports, drawTriangle, selectRandomWeighted). Edited October 8, 2017 by nesias Forgot the P.S. part 1 1 Share this post Link to post Share on other sites
Janez 531 Posted October 8, 2017 @nesias, thanks for reporting these. Missing 1.76 commands weren't listed yet when I updated the files. Be sure to report anything else missing. Updated files can be found here: https://drive.google.com/open?id=0B4t_aUHHFVYLTFJ6VlFTdjZZVEk Quote 08. October 2017 ChangeLog: - added: allAirports, drawTriangle, lnbSetPictureColor, lnbSetPictureColorRight, lnbSetPictureColorSelected, lnbSetPictureColorSelectedRight, lnbSetPictureRight and selectRandomWeighted 1 Share this post Link to post Share on other sites
nesias 16 Posted October 8, 2017 1 minute ago, Janez said: @nesias, thanks for reporting these. Missing 1.76 commands weren't listed yet when I updated the files. Be sure to report anything else missing. Updated files can be found here: https://drive.google.com/open?id=0B4t_aUHHFVYLTFJ6VlFTdjZZVEk Well that was fast, if i find some more of them i will post a list here. Thanks for the update btw. Share this post Link to post Share on other sites
Guest Posted October 8, 2017 Thank you very much for the headsup about the update again! The Armaholic mirror has been updated with the new version: Notepad++ SQF Syntax Highlighting and Auto Completion v2017-10-08 Notepad++ Share this post Link to post Share on other sites
Janez 531 Posted May 5, 2018 Updated the files for Arma 3 1.82: https://drive.google.com/open?id=1DGTU76MlY7Cyml4BeoxPAwvNqsZYOTGp Quote 05. May 2018 ChangeLog: - added: scripting commands and functions introduced with updates 1.78-1.82 2 1 Share this post Link to post Share on other sites