Menu

launching in Safari and Opera also?

will
2009-08-27
2012-11-13
  • will

    will - 2009-08-27

    Is there a way to add the browsers which Notepad++ will launch html documents in?
    Currently I only am able to launch in IE and Firefox.

     
    • cchris

      cchris - 2009-08-27

      Use the Run... entry in the Run menu to define the command, assuming you know how to launch your preferred browser from the command line. Once you get it orking, you can even share it :-)

      CChris

       
      • Rafał

        Rafał - 2009-08-28

        opera "$(FULL_CURRENT_PATH)"
        safari "$(FULL_CURRENT_PATH)"
        chrome "$(FULL_CURRENT_PATH)"

        Full paths to browsers shouldn't be needed as Windows has a lookup table that is created on installation of these programs

         
    • cchris

      cchris - 2009-08-28

      Ok, my vote to include these in the set of user commands.

      Anyway, anyone can copu those lines and create cmmands directly in shortcuts.xml, mimicking those already present. Be sure to back up befoore proceeding, and to read http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Configuration_Files for tips on editing configuration files.

      CChris

      CChris

       
    • Don HO

      Don HO - 2009-08-31

      2 following commands will be added in the next version :
      safari "$(FULL_CURRENT_PATH)"
      chrome "$(FULL_CURRENT_PATH)"

      However, not for :
      opera "$(FULL_CURRENT_PATH)"

      Just installed the latest version of opera, but still can't run it by typing only "opera" in run box.

      Don