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

[Alpha Test]Fanxy Studio(Universal IDE with AMXX support)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 10-10-2015 , 11:54   [Alpha Test]Fanxy Studio(Universal IDE with AMXX support)
Reply With Quote #1

Hello,
I'm working on Fanxy Studio.
Fanxy Studio - universal simple IDE, it supports AMXX Project by default.
I want to introduce to you alpha version for testing.

Development:
  • Language: C++
  • IDE: Qt
  • Framework: Qt

Features:
  • Autocompletion
  • Autoindent(tabs, spaces)
  • Autoinsert(brackets)
  • Syntax highlight
  • Configuration
  • Skins
  • AMX Projects(Build and Run supported)

Waiting for feedback. Thanks.

Screenshot and program avaible in attachment.



Source Code:


AMXXPC 1.8.2 Source Code:
https://github.com/alliedmodders/amx...ompiler/amxxpc

Attached Thumbnails
Click image for larger version

Name:	1.png
Views:	799
Size:	35.4 KB
ID:	148892   Click image for larger version

Name:	2.png
Views:	480
Size:	52.2 KB
ID:	148893   Click image for larger version

Name:	3.png
Views:	428
Size:	49.8 KB
ID:	148894   Click image for larger version

Name:	4.png
Views:	470
Size:	62.2 KB
ID:	148895   Click image for larger version

Name:	5.png
Views:	596
Size:	48.9 KB
ID:	148896  

Click image for larger version

Name:	6.png
Views:	615
Size:	62.6 KB
ID:	148897  
Attached Files
File Type: zip FanxyStudio_Alpha010.zip (8.42 MB, 532 views)
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities

Last edited by Hedgehog Fog; 01-16-2017 at 21:35.
Hedgehog Fog is offline
Depresie
Veteran Member
Join Date: Nov 2013
Old 10-10-2015 , 14:39   Re: [Alpha Test]Fanxy Studio(Universal IDE with AMXX support)
Reply With Quote #2

looks nice, but could plugins be compiled directly from it? also a find an replace all option would be nice
Depresie is offline
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 10-10-2015 , 16:09   Re: [Alpha Test]Fanxy Studio(Universal IDE with AMXX support)
Reply With Quote #3

Depresie,
Yes, plugins can be compiled, if they are part of the project. Single *.sma are not supported. You can find builded project in release/debug dir in project folder.
I add "replace all" option in next version.
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities

Last edited by Hedgehog Fog; 10-10-2015 at 16:10.
Hedgehog Fog is offline
Depresie
Veteran Member
Join Date: Nov 2013
Old 10-10-2015 , 17:14   Re: [Alpha Test]Fanxy Studio(Universal IDE with AMXX support)
Reply With Quote #4

oh, so .sma is not suported? =[ that's bad...

Last edited by Depresie; 10-10-2015 at 17:14.
Depresie is offline
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 10-10-2015 , 17:20   Re: [Alpha Test]Fanxy Studio(Universal IDE with AMXX support)
Reply With Quote #5

Depresie,
You can create a project with one sma file and compile it. Source file extension and build implementation is in the project plugin.
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities

Last edited by Hedgehog Fog; 10-10-2015 at 17:28.
Hedgehog Fog is offline
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 10-10-2015 , 19:27   Re: [Alpha Test]Fanxy Studio(Universal IDE with AMXX support)
Reply With Quote #6

Update:
  • Added "replace all" option.
  • Updated Obsidian skin.
  • Skin change now applied instantly.

Updated version avaible in first post.
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities

Last edited by Hedgehog Fog; 10-10-2015 at 19:27.
Hedgehog Fog is offline
Freezo Begin
BANNED
Join Date: Mar 2014
Location: Morocco
Old 10-11-2015 , 07:28   Re: [Alpha Test]Fanxy Studio(Universal IDE with AMXX support)
Reply With Quote #7

Nice, you can take some idea from here : http://www.codeproject.com/Articles/...x-highlighting
Freezo Begin is offline
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 10-11-2015 , 09:59   Re: [Alpha Test]Fanxy Studio(Universal IDE with AMXX support)
Reply With Quote #8

Freezo Begin,
thanks.

In new version I fixed multiline comment higlighting, it will be available later.

New AMXProject Plugin Feature:
Attached Thumbnails
Click image for larger version

Name:	IMG_11102015_165704.png
Views:	392
Size:	90.6 KB
ID:	148760  
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities

Last edited by Hedgehog Fog; 10-11-2015 at 10:01.
Hedgehog Fog is offline
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 10-12-2015 , 15:49   Re: [Alpha Test]Fanxy Studio(Universal IDE with AMXX support)
Reply With Quote #9


Update:
  • Project now building in background thread.
  • "Open File" and "Open Project" merged to "Open File or Project...".
  • Font now applied instantly.
  • Added compile singlefile support.
  • Added icons for actions.
  • Added apply button to options.
  • Added warning and error highlight.
  • Added zoom(use ctrl+scroll);
  • Fixed indent(shift+tab now remove tabs in selected text).
  • Fixed "Save as...".
  • Fixed multiline highlight.

Updated version avaible in first post.
Attached Thumbnails
Click image for larger version

Name:	1.png
Views:	253
Size:	57.2 KB
ID:	148811   Click image for larger version

Name:	2.png
Views:	264
Size:	63.0 KB
ID:	148812   Click image for larger version

Name:	3.png
Views:	230
Size:	68.9 KB
ID:	148813  
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities

Last edited by Hedgehog Fog; 10-12-2015 at 16:13.
Hedgehog Fog is offline
Hedgehog Fog
Senior Member
Join Date: Jun 2010
Location: Ukraine
Old 10-13-2015 , 16:20   Re: [Alpha Test]Fanxy Studio(Universal IDE with AMXX support)
Reply With Quote #10

Guys, I found 5 bugs! Where your bug reports?
Current version is useless for build project(path broken). I'll release fixed version later.
__________________

❄️ CS Snow Wars - Mod based on snowballs fights
🧟 CS Zombie Panic - A port of HL Zombie Panic!
🎃 CS Halloween Mod - Completely new gamemode for Halloween Holidays
📦 AMXXPack - CLI and build system for amxx projects
🔧 Custom Entities API - API to register custom entities

Last edited by Hedgehog Fog; 10-13-2015 at 18:01.
Hedgehog Fog 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:23.


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