Raised This Month: $51 Target: $400
 12% 

RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: Object-Browser/Translations


Post New Thread Reply   
 
Thread Tools Display Modes
Franc1sco
Veteran Member
Join Date: Oct 2010
Location: Spain (Madrid)
Old 02-11-2016 , 12:48   Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: RCon Querys
Reply With Quote #121

Recently I bought a laptop with windows for can use this program for can create sourcemod plugins in my travels xD
__________________
Veteran Coder -> Activity channel
Coding on CS2 and taking paid and free jobs.

Contact: Steam, Telegram or discord ( franug ).

You like my work? +Rep in my steam profile comments or donate.

Franc1sco is offline
Send a message via MSN to Franc1sco
pokemonmaster
princess milk
Join Date: Nov 2010
Location: Somewhere in this world
Old 02-12-2016 , 19:53   Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: RCon Querys
Reply With Quote #122

Excellent editor, been using it for half a year now.
__________________
اَشْهَدُ اَنْ لَّآ اِلٰهَ اِلَّا اللہُ وَحْدَه لَا شَرِيْكَ لَه وَ اَشْهَدُ اَنَّ مُحَمَّدًا عَبْدُه وَرَسُوْلُه
No longer active in AMXX. Sorry.

Last edited by pokemonmaster; 02-12-2016 at 19:58.
pokemonmaster is offline
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 02-13-2016 , 08:38   Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: RCon Querys
Reply With Quote #123

Quote:
Originally Posted by 3V0Lu710N View Post
This really needs a background color option, imo
and other theme's.
Attached Thumbnails
Click image for larger version

Name:	spedit.png
Views:	344
Size:	6.8 KB
ID:	151911  
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.
Bara is offline
Chief149
Member
Join Date: Sep 2010
Old 02-17-2016 , 11:58   Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: RCon Querys
Reply With Quote #124

Suggestions:

Tab and Backtab buttons. The idea here is if you select a bit of code, the tab button would add a tab to every line of code that is highlighted. This is the same as highlighting some code or text and pressing the tab key.
The backtab button would be just like the tab button, except it would remove a tab from every line of highlighted code.

Second suggestion: showing docs for sourcemod method-mapped functions. Since sourcemod is adding method mapping, it would be really nice if I could see docs for the method mapped functions for my "objects" (yes I know they are just handles and methodmapping just makes it look like an object).

Example:

Code:
Menu myMenu = new Menu(MyMenuHandler);
myMenu.Pagination = 6;
myMenu.AddItem("myinfo", "myitem");
myMenu.Display(Client);
In the above code, when typing myMenu.Something, it would be nice if the documentation preview came up like when we use a "normal" sourcemod function like:
Code:
Handle myMenu = CreateMenu();
AddMenuItem(myMenu, "info", "display");
DisplayMenu(myMenu, Client);
When typing those functions out, the ide will display information about the function, but will not do so with method mapped functions.

My final suggestion, and this isn't relevant to me since I primarily use Windows, but consider building SPEdit under .NET 5.0 sometime in the future. .NET 5.0 will apparently be cross-platform. I'm sure a lot of Macintosh and Linux users would appreciate it.

Honestly though, the feature I would love to see over any other is the documentation for method mapped functions.
Chief149 is offline
GAVVVR
Member
Join Date: May 2010
Old 02-25-2016 , 13:57   Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: RCon Querys
Reply With Quote #125

Why isn't this thread sticky? tbh there are lot's of useful threads, which are hard to find for beginner...
GAVVVR is offline
Wilczek
AlliedModders Donor
Join Date: Oct 2012
Location: Poland
Old 03-15-2016 , 19:13   Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: RCon Querys
Reply With Quote #126

Aeon, is it possible to add a split view? An ability to see two different parts of the code at the same time would be extremely useful. I know I can add a vertical tab group, but it isn't the same - you can't open the same file twice.
__________________
Wilczek is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 03-16-2016 , 11:40   Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: RCon Querys
Reply With Quote #127

I've been having this problem lately where the program will randomly have certain keybinds and shortcuts disabled and I'm not sure why.

I can't use ctrl+s to save but I can use ctrl+c/v to copy & paste. I can't use ctrl+f to find/replace text, etc. I can save manually by going up to file and clicking save and to open the find/replace text widget but the binds don't work.

Simple way for me to fix this temporarily is to just keep reinstalling spEdit and backup/load configs.
Drixevel is offline
_AeonOne_
Member
Join Date: Nov 2012
Location: Berlin, Germany
Old 03-29-2016 , 17:21   Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: Dynamic Autocomplete/Is
Reply With Quote #128

Hey guys,

I'm pleased to anounce you, that SPEdit got Updated to Version 1.1.0.0

Version 1.1.0.0 - The Dynamic Update - 29th March 2015
New/Added:
• New Sourcepawn Parser (about 100-5000% faster [regex vs. tokenizer])
Dynamic Autocompletition/Intellisense from opened ".inc"-files.

Improved:
• Folding on multilinecomments
• RCon Commands now do not send the ".smx" extension
• loaded file will now popup the window
• "this" is now a highlighted keyword
• the "parsed sourcemod definition"-window contains now much more details
• autocompletition now indicates the type
• autocompletition now uses much more types to complete
• Updated MahApps.Metro and AvalonDock

Fixed:
• Crash on saving
• Highlighting e-mails



Like everytime. Feedback is welcome.
_AeonOne_ is offline
Bara
AlliedModders Donor
Join Date: Apr 2012
Location: Germany
Old 03-29-2016 , 18:28   Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: Dynamic Autocomplete/Is
Reply With Quote #129

Nice, sticky for spedit.
__________________
Discord (Bara#5006) | My Plugins (GitHub)
You like my work? Support is not a crime.
Bara is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 03-30-2016 , 04:15   Re: RELEASE | SPEdit - a lightweight sourcepawn editor - NEW: Dynamic Autocomplete/Is
Reply With Quote #130

Does this support autocomplete / highlighting for methodmaps?
__________________
Neuro Toxin 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 04:11.


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