Autohotkey to change editor font?












1















I've just downloaded Autohotkey, installed the 64-bit version, and start with the tutorial.



How can I change editor font?



enter image description here










share|improve this question

























  • AHK comes with an editor?

    – David Dai
    Sep 22 '15 at 2:34











  • Yeah it has one - updated my OP to show you the details.

    – Nam G VU
    Sep 22 '15 at 2:39











  • Um, that screenshot says "AutoIt3".

    – Nelson
    Oct 20 '15 at 4:11
















1















I've just downloaded Autohotkey, installed the 64-bit version, and start with the tutorial.



How can I change editor font?



enter image description here










share|improve this question

























  • AHK comes with an editor?

    – David Dai
    Sep 22 '15 at 2:34











  • Yeah it has one - updated my OP to show you the details.

    – Nam G VU
    Sep 22 '15 at 2:39











  • Um, that screenshot says "AutoIt3".

    – Nelson
    Oct 20 '15 at 4:11














1












1








1








I've just downloaded Autohotkey, installed the 64-bit version, and start with the tutorial.



How can I change editor font?



enter image description here










share|improve this question
















I've just downloaded Autohotkey, installed the 64-bit version, and start with the tutorial.



How can I change editor font?



enter image description here







autohotkey text-editors






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Oct 9 '16 at 22:24









Burgi

3,92692543




3,92692543










asked Sep 22 '15 at 2:27









Nam G VUNam G VU

5,69250116182




5,69250116182













  • AHK comes with an editor?

    – David Dai
    Sep 22 '15 at 2:34











  • Yeah it has one - updated my OP to show you the details.

    – Nam G VU
    Sep 22 '15 at 2:39











  • Um, that screenshot says "AutoIt3".

    – Nelson
    Oct 20 '15 at 4:11



















  • AHK comes with an editor?

    – David Dai
    Sep 22 '15 at 2:34











  • Yeah it has one - updated my OP to show you the details.

    – Nam G VU
    Sep 22 '15 at 2:39











  • Um, that screenshot says "AutoIt3".

    – Nelson
    Oct 20 '15 at 4:11

















AHK comes with an editor?

– David Dai
Sep 22 '15 at 2:34





AHK comes with an editor?

– David Dai
Sep 22 '15 at 2:34













Yeah it has one - updated my OP to show you the details.

– Nam G VU
Sep 22 '15 at 2:39





Yeah it has one - updated my OP to show you the details.

– Nam G VU
Sep 22 '15 at 2:39













Um, that screenshot says "AutoIt3".

– Nelson
Oct 20 '15 at 4:11





Um, that screenshot says "AutoIt3".

– Nelson
Oct 20 '15 at 4:11










2 Answers
2






active

oldest

votes


















1














You should be able to set the zoom level in options, not sure about changing the font.



You can also use any other text editor if you like and use your editor of choice to change the font in that editor. There is a tutorial available to set up Notepad++ with AHK syntax highlighting and whatnot but you don't need to do any of that to just edit a script in Notepad++ or Notepad or any other text editor.



You may also want to download and try Scite4AutoHotkey instead of Scite-Lite






share|improve this answer































    0














    Rename your file.
    File extension - must be ".ahk".



    ".au3" - language file extension - AutoIt.



    Scaling - [Ctrl] + [WeelUp / weelDown].



    This font editor does not format the font of the script.
    He is for creating code only.



    How to change the font at the exit - I am looking for myself.
    I know only for GUI.



       ; Font setting -% font%, size [s16], red, bold.
       font = Times New Roman
       Gui, Font, s10 cRed bold,% font%






    share|improve this answer























      Your Answer








      StackExchange.ready(function() {
      var channelOptions = {
      tags: "".split(" "),
      id: "3"
      };
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function() {
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled) {
      StackExchange.using("snippets", function() {
      createEditor();
      });
      }
      else {
      createEditor();
      }
      });

      function createEditor() {
      StackExchange.prepareEditor({
      heartbeatType: 'answer',
      autoActivateHeartbeat: false,
      convertImagesToLinks: true,
      noModals: true,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      imageUploader: {
      brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
      contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
      allowUrls: true
      },
      onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      });


      }
      });














      draft saved

      draft discarded


















      StackExchange.ready(
      function () {
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f976335%2fautohotkey-to-change-editor-font%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      2 Answers
      2






      active

      oldest

      votes








      2 Answers
      2






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      1














      You should be able to set the zoom level in options, not sure about changing the font.



      You can also use any other text editor if you like and use your editor of choice to change the font in that editor. There is a tutorial available to set up Notepad++ with AHK syntax highlighting and whatnot but you don't need to do any of that to just edit a script in Notepad++ or Notepad or any other text editor.



      You may also want to download and try Scite4AutoHotkey instead of Scite-Lite






      share|improve this answer




























        1














        You should be able to set the zoom level in options, not sure about changing the font.



        You can also use any other text editor if you like and use your editor of choice to change the font in that editor. There is a tutorial available to set up Notepad++ with AHK syntax highlighting and whatnot but you don't need to do any of that to just edit a script in Notepad++ or Notepad or any other text editor.



        You may also want to download and try Scite4AutoHotkey instead of Scite-Lite






        share|improve this answer


























          1












          1








          1







          You should be able to set the zoom level in options, not sure about changing the font.



          You can also use any other text editor if you like and use your editor of choice to change the font in that editor. There is a tutorial available to set up Notepad++ with AHK syntax highlighting and whatnot but you don't need to do any of that to just edit a script in Notepad++ or Notepad or any other text editor.



          You may also want to download and try Scite4AutoHotkey instead of Scite-Lite






          share|improve this answer













          You should be able to set the zoom level in options, not sure about changing the font.



          You can also use any other text editor if you like and use your editor of choice to change the font in that editor. There is a tutorial available to set up Notepad++ with AHK syntax highlighting and whatnot but you don't need to do any of that to just edit a script in Notepad++ or Notepad or any other text editor.



          You may also want to download and try Scite4AutoHotkey instead of Scite-Lite







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Sep 22 '15 at 4:45









          JJohnston2JJohnston2

          1,16646




          1,16646

























              0














              Rename your file.
              File extension - must be ".ahk".



              ".au3" - language file extension - AutoIt.



              Scaling - [Ctrl] + [WeelUp / weelDown].



              This font editor does not format the font of the script.
              He is for creating code only.



              How to change the font at the exit - I am looking for myself.
              I know only for GUI.



                 ; Font setting -% font%, size [s16], red, bold.
                 font = Times New Roman
                 Gui, Font, s10 cRed bold,% font%






              share|improve this answer




























                0














                Rename your file.
                File extension - must be ".ahk".



                ".au3" - language file extension - AutoIt.



                Scaling - [Ctrl] + [WeelUp / weelDown].



                This font editor does not format the font of the script.
                He is for creating code only.



                How to change the font at the exit - I am looking for myself.
                I know only for GUI.



                   ; Font setting -% font%, size [s16], red, bold.
                   font = Times New Roman
                   Gui, Font, s10 cRed bold,% font%






                share|improve this answer


























                  0












                  0








                  0







                  Rename your file.
                  File extension - must be ".ahk".



                  ".au3" - language file extension - AutoIt.



                  Scaling - [Ctrl] + [WeelUp / weelDown].



                  This font editor does not format the font of the script.
                  He is for creating code only.



                  How to change the font at the exit - I am looking for myself.
                  I know only for GUI.



                     ; Font setting -% font%, size [s16], red, bold.
                     font = Times New Roman
                     Gui, Font, s10 cRed bold,% font%






                  share|improve this answer













                  Rename your file.
                  File extension - must be ".ahk".



                  ".au3" - language file extension - AutoIt.



                  Scaling - [Ctrl] + [WeelUp / weelDown].



                  This font editor does not format the font of the script.
                  He is for creating code only.



                  How to change the font at the exit - I am looking for myself.
                  I know only for GUI.



                     ; Font setting -% font%, size [s16], red, bold.
                     font = Times New Roman
                     Gui, Font, s10 cRed bold,% font%







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered Jan 22 at 9:49









                  SemaSema

                  1




                  1






























                      draft saved

                      draft discarded




















































                      Thanks for contributing an answer to Super User!


                      • Please be sure to answer the question. Provide details and share your research!

                      But avoid



                      • Asking for help, clarification, or responding to other answers.

                      • Making statements based on opinion; back them up with references or personal experience.


                      To learn more, see our tips on writing great answers.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f976335%2fautohotkey-to-change-editor-font%23new-answer', 'question_page');
                      }
                      );

                      Post as a guest















                      Required, but never shown





















































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown

































                      Required, but never shown














                      Required, but never shown












                      Required, but never shown







                      Required, but never shown







                      Popular posts from this blog

                      Plaza Victoria

                      In PowerPoint, is there a keyboard shortcut for bulleted / numbered list?

                      How to put 3 figures in Latex with 2 figures side by side and 1 below these side by side images but in...