×

Langue

Fermer
Atelier 801
  • Forums
  • Dev Tracker
  • Connexion
    • English Français
      Português do Brasil Español
      Türkçe Polski
      Magyar Română
      العربية Skandinavisk
      Nederlands Deutsch
      Bahasa Indonesia Русский
      中文 Filipino
      Lietuvių kalba 日本語
      Suomi עברית
      Italiano Česky
      Hrvatski Slovensky
      Български Latviešu
      Estonian
  • Langue
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • [Plugin] Sublime text 3
1 / 3 › »
[Plugin] Sublime text 3
Exlferq
« Citoyen »
1392184680000
    • Exlferq#0000
    • Profil
    • Derniers messages
    • Tribu
#1
  0
Hi guys.
Recently I created a plugin for personal use, but now I want to share it with you. How does it work?
* Tooltips when you entering events (eventChatCommand etc)
* Tooltips when you entering methods and objects (tfm.exec.*, tfm.get.*)

Soon I'll add snippets and improve the plugin. I am happy to hear your suggestions and comments.


Installation:
1. Install sublime text 3
2. Install packet manager: https://sublime.wbond.net/installation
3. Open Preferences -> Package control -> Add repository
4. Paste the github link https://github.com/r00t-pro/SublimeFormice into the input field

Alternative method (by Jordynl)
Jordynl a dit :

1: Download this ZIP Archive: https://github.com/r00t-pro/SublimeFormice/archive/master.zip
2: Open your explorer and go to: C:\Users\YOURNAME\AppData\Roaming\Sublime Text 3\Packages\
3: Create a directory named: SublimeFormice.
4: Extract all the files from master.zip into that directory.
5: Edit: C:\Users\YOURNAME\AppData\Roaming\Sublime Text 3\Installed Packages\Package Control.sublime-package
6: The file should look like this:


{
"installed_packages":
[
"Cheat Sheets",
"SublimeFormice"
],
"repositories":
[
"https://github.com/r00t-pro/SublimeFormice"
]
}


7: Save the file.
8: Restart Sublime.
9: Congratulations you've just installed the SublimeFormice plugin!

Screenshots:
http://i.imgur.com/bfwNLxj.png
http://i.imgur.com/O5WXj5q.png
http://i.imgur.com/VDmqhHl.png
Github: https://github.com/r00t-pro/SublimeFormice

p.s. You need save file as some_name.lua for use plugin
Laagaadoo
« Citoyen »
1392203640000
    • Laagaadoo#0000
    • Profil
    • Derniers messages
    • Tribu
#2
  0
Very useful!

Thanks!
Haku
« Sénateur »
1392204240000
    • Haku#0807
    • Profil
    • Derniers messages
#3
  0
Looks really useful and timesaving, sadly I don't use Sublime text );
Exlferq
« Citoyen »
1392228600000
    • Exlferq#0000
    • Profil
    • Derniers messages
    • Tribu
#4
  0
Updated!

Added snippets:


http://i.imgur.com/zHkpSn8.gif
*GIF animation*

Update:
1. Remove packet from Packet manager
1. Install packet (1st post)
Abdeltif
« Citoyen »
1392229080000
    • Abdeltif#0000
    • Profil
    • Derniers messages
    • Tribu
#5
  0
Exlferq a dit :
Updated!

Added snippets:


*GIF animation*

Update:
1. Remove packet from Packet manager
1. Install packet (1st post)

Nice python script,
they can just use update package in the package control ;)
Exlferq
« Citoyen »
1392229200000
    • Exlferq#0000
    • Profil
    • Derniers messages
    • Tribu
#6
  0
Abdeltif a dit :
Nice python script,
they can just use update package in the package control ;)

Or update a package, yes)
Abdeltif
« Citoyen »
1392229320000
    • Abdeltif#0000
    • Profil
    • Derniers messages
    • Tribu
#7
  0
Exlferq a dit :
Or update a package, yes)

Ehm, just to note, most of the players use x and y as for the last statments in keyBoard or any other event here :

http://i.imgur.com/QKx0QEI.png
Nothing serious , but just for quick coding


ALSO :
Can you please change the " " to " " ?
It's better to use a tab for aligning ;)
Exlferq
« Citoyen »
1392231240000
    • Exlferq#0000
    • Profil
    • Derniers messages
    • Tribu
#8
  0
Abdeltif a dit :

Can you please change the " " to " " ?
It's better to use a tab for aligning ;)

Ok!
Haruhitastic
« Censeur »
1392233700000
    • Haruhitastic#0000
    • Profil
    • Derniers messages
    • Tribu
#9
  0
Excellent work Exlfer<3
Exlferq
« Citoyen »
1392233820000
    • Exlferq#0000
    • Profil
    • Derniers messages
    • Tribu
#10
  0
Haruhitastic a dit :
Excellent work Exlfer&lt;3

Thx Haru! <3
Mikuhl
« Citoyen »
1392236160000
    • Mikuhl#3311
    • Profil
    • Derniers messages
    • Tribu
#11
  0
Woah this is cool!

I might be cheating on N++ now.

EDIT: I tried installing it, it says successful but nothing works like shown in the screenshots. Did I miss something?
Epicshawty
« Citoyen »
1392237660000
    • Epicshawty#0000
    • Profil
    • Derniers messages
    • Tribu
#12
  0
Great job!
Yay
Jordy
« Consul »
1392239580000
    • Jordy#0015
    • Profil
    • Derniers messages
    • Tribu
#13
  0
This plugin doesn't seem to work propperly for me.
I installed the plugin exactly like you described.
When I create a new Lua file the plugin doesn't detect it so it doesn't show the popup. :/

Windows 7 Professional. (x64 bit)

Edit: I found a solution.

1: Download this ZIP Archive: https://github.com/r00t-pro/SublimeFormice/archive/master.zip
2: Open your explorer and go to: C:\Users\YOURNAME\AppData\Roaming\Sublime Text 3\Packages\
[quote=You what?]Or press start and type "%appdata%" then go to the Sublime Text 3 directory.[/quote]

3: Create a directory named: SublimeFormice.
4: Extract all the files from master.zip into that directory.
5: Edit: C:\Users\YOURNAME\AppData\Roaming\Sublime Text 3\Packages\User\Package Package Control.sublime-settings
6: The file should look like this:
a dit :

{
"installed_packages":
[
"SublimeFormice"
],
"repositories":
[
"https://github.com/r00t-pro/SublimeFormice"
]
}

7: Save the file.
8: Restart Sublime.
9: Congratulations you've just installed the SublimeFormice plugin!
Exlferq
« Citoyen »
1392240360000
    • Exlferq#0000
    • Profil
    • Derniers messages
    • Tribu
#14
  0
Jordynl a dit :
This plugin doesn't seem to work propperly for me.
I installed the plugin exactly like you described.
When I create a new Lua file the plugin doesn't detect it so it doesn't show the popup. :/

Windows 7 Professional. (x64 bit)

Edit: I found a solution.

1: Download this ZIP Archive: https://github.com/r00t-pro/SublimeFormice/archive/master.zip
2: Open your explorer and go to: C:\Users\YOURNAME\AppData\Roaming\Sublime Text 3\Packages\


3: Create a directory named: SublimeFormice.
4: Extract all the files from master.zip into that directory.
5: Edit: C:\Users\YOURNAME\AppData\Roaming\Sublime Text 3\Packages\User\Package Control.sublime-package
6: The file should look like this:


7: Save the file.
8: Restart Sublime.
9: Congratulations you've just installed the SublimeFormice plugin!

Thx! Added!
Mikuhl
« Citoyen »
1392241380000
    • Mikuhl#3311
    • Profil
    • Derniers messages
    • Tribu
#15
  0
Exlferq a dit :
Thx! Added!

You need to re-paste it because he typed something wrong.

Its working now that I did the work around.

It seems there are two eventTextAreaCallback's. And I am not seeing anything other than the events.
Minstens
« Censeur »
1392246120000
    • Minstens#0000
    • Profil
    • Derniers messages
    • Tribu
#16
  0
Is there anything for which we use Notepad++?
+Thogabriel
« Citoyen »
1392247500000
    • +Thogabriel#0000
    • Profil
    • Derniers messages
    • Tribu
#17
  0
Cool :3
Safwanrockz
« Censeur »
1392286800000
    • Safwanrockz#0095
    • Profil
    • Derniers messages
    • Tribu
#18
  0
Very well made \o/ Sadly, I don't use Sublime Text 3.
Cemoscuk
« Citoyen »
1392907860000
    • Cemoscuk#0000
    • Profil
    • Derniers messages
    • Tribu
#19
  0
Very well its very useful thanks for this!
Issey
« Citoyen »
1393583700000
    • Issey#0000
    • Profil
    • Derniers messages
#20
  0
Oh, I was waiting for someone to make this, thanks.
  • Forums
  • /
  • Transformice
  • /
  • Modules
  • /
  • [Plugin] Sublime text 3
1 / 3 › »
© Atelier801 2018

Equipe Conditions Générales d'Utilisation Politique de Confidentialité Contact

Version 1.27