User Tools

  • Logged in as: anonymous (anonymous)
  • Logout

Site Tools


syncing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

syncing [2013/03/27 19:56]
administrator [Locked]
syncing [2013/04/14 07:31] (current)
administrator [Syncing Scripts With Running Instances]
Line 9: Line 9:
 ===== Portability ===== ===== Portability =====
  
-mSLDev simply looks at running instances - this means the location of installation is irrelevant - making it possible to run mSLDev AND mIRC as portably off a thumb drive with no issues (Provided all dependencies are accounted for).+mSLDev simply looks at running instances - this means the location of installation is irrelevant - making it possible to run mSLDev AND mIRC portably from a thumb drive with no issues (Provided all dependencies are accounted for).
  
 ===== Locked ===== ===== Locked =====
Line 16: Line 16:
  
 {{:mirc_locked.png?200|}} {{:mirc_locked.png?200|}}
 +
 +===== Per-Instance Options =====
 +
 +Sometimes it is desired to have certain settings set per each instance of mIRC. mSLDev allows you to customize some aspects of mSLDev from each mIRC instance.
 +
 +
 +==== Instance Name ====
 +
 +The name of the mIRC instance shown in mSLDev can customized. This is particularly helpful if you have a separate instance for a bot, for example.
 +
 +<code>alias msldev_get_name return <Instance_Name></code>
 +
 +==== Other Options ====
 +
 +Some other options are also possible via the **msldev_get_options** alias:
 +
 +<code>alias msldev_get_options return <Option_Set></code>
 +
 +**<Option_Set>** Can be any of the following ORed together:
 +
 +  - **1** - Hide Instance
 +  - **2** - Allow mSLDev to hook into it even if its locked
 +
 +===== Syncing Scripts With Running Instances =====
 +
 +{{ :synchronizer.png?200|}}
 +
 +By default, mSLDev will automatically sync any remote or alias script file with every running instance of mIRC when you save the file. This operation works seamlessly even with mIRCs that have the "Monitor File Changes" option checked. mSLDev lets you disable this feature by going to Alt+O -> Synchronizer -> [X] Sync script files with mIRC on save. 
syncing.1364428570.txt.gz ยท Last modified: 2013/03/27 19:56 by administrator