Raised This Month: $32 Target: $400
 8% 

Spider - A Replacement Webcompiler


Post New Thread Reply   
 
Thread Tools Display Modes
klippy
AlliedModders Donor
Join Date: May 2013
Location: Serbia
Old 07-09-2015 , 04:47   Re: Spider - A Replacement Webcompiler
Reply With Quote #51

Asher, what do you think of adding a single text input field for additional compiler options? Like -l, -a...
klippy is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 07-09-2015 , 08:06   Re: Spider - A Replacement Webcompiler
Reply With Quote #52

I don't think there are any options that can't be set via #pragma that are useful.
-l and -a are really only used for debugging spcomp, which shouldn't be done from an Emscripten build anyway.
__________________

Last edited by asherkin; 07-09-2015 at 08:06.
asherkin is offline
milutinke
AlliedModders Donor
Join Date: Jun 2012
Location: Serbia
Old 01-21-2017 , 08:25   Re: Spider - A Replacement Webcompiler
Reply With Quote #53

Here is translation for Serbian Cyrillic letter, because in Serbia officall leter is Cyrilic and a lot of people prefer to use it, me as well.
Could you add it.
Language code: sr-Cyrl (http://symbolcodes.tlt.psu.edu/bylan...ocroatian.html)

Code:
// KliPPy
// Serbian Cyrillic version adopted by Milutinke
translations['sr_cy'] = [
  "Извините, ваш претраживач није подржан.",
  "Spider верзија је ажурирана.",
  "Освежите страницу како би сте користили нову верзију.",
  "Ваш последњи рад је повраћен.",
  "Желите да почнете нови рад?",
  "Светла",
  "Тамна",
  "Цео екрен",
  "Компајлуј",
  "Преузми",
  "Пренесите", "фајлове овде",
  "Направио:",
  "Омогућили:", "и",
];

Last edited by milutinke; 01-21-2017 at 08:26.
milutinke is offline
Send a message via Skype™ to milutinke
Depresie
Veteran Member
Join Date: Nov 2013
Old 01-22-2017 , 10:16   Re: Spider - A Replacement Webcompiler
Reply With Quote #54

Now that is HOT...
Do you mind making that same thing for pc and not web browser based ?
__________________
Depresie is offline
asherkin
SourceMod Developer
Join Date: Aug 2009
Location: OnGameFrame()
Old 01-22-2017 , 10:30   Re: Spider - A Replacement Webcompiler
Reply With Quote #55

Quote:
Originally Posted by Depresie View Post
Now that is HOT...
Do you mind making that same thing for pc and not web browser based ?
It fully works offline - as long as you've loaded the web page once, you can visit the URL without any internet connection and it'll work fine.
__________________
asherkin is offline
Depresie
Veteran Member
Join Date: Nov 2013
Old 01-22-2017 , 12:03   Re: Spider - A Replacement Webcompiler
Reply With Quote #56

I know, but i'd rather have it installed on the PC and be able to change amxx version

I really love that you focused only on the basic and important functions

You should really consider making this simple IDE for PC since all we got now is the old bugged AMXX studio and other buggy / over developed IDEs full of crap when all there is needed is
Quote:
Open
Save
Compiler
Highlighting
Light + Dark skin
Output + Compiler path
Search + Replace
__________________

Last edited by Depresie; 01-22-2017 at 12:03.
Depresie is offline
addons_zz
Veteran Member
Join Date: Aug 2015
Location: Dreams, zz
Old 01-22-2017 , 19:50   Re: Spider - A Replacement Webcompiler
Reply With Quote #57

Quote:
Originally Posted by asherkin View Post
It fully works offline
When I read it I thought, you can install XAMPP and set up it on your web server and access it from localhost (offline).

Quote:
Originally Posted by Depresie View Post
I know, but i'd rather have it installed on the PC and be able to change amxx version
You can install it on your PC, change the AMXX version and access it from localhost.

Off topic:
Quote:
Originally Posted by Depresie View Post
You should really consider making this simple IDE for PC since all we got now is the old bugged AMXX studio and other buggy / over developed IDEs full of crap when all there is needed is
I cannot argument against IDE's full of crap because all of them has lots of features you seem do not like them. So, I can recommend you Sublime Text build 3114 x86 because:
  1. Sublime is the most hackable and fast text editor I ever seem. So you know all that crap you do not like to see? You can remove them all.
  2. As per basis on you requirements list, the build 3114 will not present to you crashes or memory leaks as I mentioned the other day, because that is only related the hundreds of packages/plugins I got installed.
If you go interested in using Sublime Text I can write a new tutorial on Code Snippets/Tutorials teaching how to set up Sublime Text for what you asked:
Quote:
Open
Save
Compiler
Highlighting
Light + Dark skin
Output + Compiler path
Search + Replace
Update:
Quote:
Originally Posted by Depresie View Post
That would be greatly appreciated addons, is there any way to remove the project management thing also ?
What I want in the IDE are only the features mentioned above along with the auto completion feature ( optional )
Ok, and I think so, everything can probably be removed or at least hidden.
I will do it after finishing the next version of Galileo, it will take some time until finishing all.

Update:

Tutorial done: [TUT] How to setup a simple IDE to program/compile AMXX plugins
__________________
Plugin: Sublime Text - ITE , Galileo
Multi-Mod: Manager / Plugin / Server

Support me on Patreon, Ko-fi, Liberapay or Open Collective

Last edited by addons_zz; 01-30-2017 at 14:13. Reason: Update
addons_zz is offline
Depresie
Veteran Member
Join Date: Nov 2013
Old 01-24-2017 , 19:29   Re: Spider - A Replacement Webcompiler
Reply With Quote #58

That would be greatly appreciated addons, is there any way to remove the project management thing also ?
What I want in the IDE are only the features mentioned above along with the auto completion feature ( optional )
__________________
Depresie is offline
edon1337
Penguin Enthusiast
Join Date: Jun 2016
Location: Macedonia
Old 01-26-2017 , 15:02   Re: Spider - A Replacement Webcompiler
Reply With Quote #59

Saving you 30 seconds !!! Good job, would you consider making an install packet ? Like AMXX Studio.
Attached Files
File Type: txt open_spider.txt (44 Bytes, 111 views)
__________________
edon1337 is offline
Timocop
AlliedModders Donor
Join Date: Mar 2013
Location: Germany
Old 01-27-2017 , 03:37   Re: Spider - A Replacement Webcompiler
Reply With Quote #60

Quote:
Originally Posted by edon1337 View Post
would you consider making an install packet
Made a simple browser using Internet Explorer IFrame.
https://github.com/Timocop/Spider-Webcompiler-Browser
Timocop is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:00.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode