Search found 63 matches

by YiuKorochko
Sat May 01, 2010 8:03 am
Forum: Ren'Py Questions and Announcements
Topic: New Ren'Py Stand-Alone code editor
Replies: 25
Views: 3778

Re: New Ren'Py Stand-Alone code editor

Yo, time to fess up, it's not entirely finished. But! Here's a beta! (Syntax highlight makes RC go crazy just now, fixing.) (Code index does nothing so far but give a list of the available terms, not finished either.) (Still have to design and implement an error checker.) I still recommend using jEd...
by YiuKorochko
Wed Apr 28, 2010 10:59 am
Forum: Ren'Py Questions and Announcements
Topic: New Ren'Py Stand-Alone code editor
Replies: 25
Views: 3778

Re: New Ren'Py Stand-Alone code editor

Good news! After the most hardcore hour and a half of coding at school, RenCoder is reaching its final design status! Syntax Highlight works! Auto indent works and is totally optional! Visuals 95% complete! Text size is changeable! DEFOSTODO: Finish visual problems. Implement "Find" and &q...
by YiuKorochko
Tue Apr 27, 2010 11:47 am
Forum: Ren'Py Questions and Announcements
Topic: New Ren'Py Stand-Alone code editor
Replies: 25
Views: 3778

Re: New Ren'Py Stand-Alone code editor

indent = count_leading_spaces(previous_line); if (ends_with_colon(previous_line)) { indent += 4; } add indent's worth of leading spaces to the new line The above pseudo simply looks at how many spaces were typed in the previous line and adds the same amount of indentation. True, if I want auto-inde...
by YiuKorochko
Tue Apr 27, 2010 2:49 am
Forum: Ren'Py Questions and Announcements
Topic: New Ren'Py Stand-Alone code editor
Replies: 25
Views: 3778

Re: New Ren'Py Stand-Alone code editor

IMO, the ideal way to do it is to auto-indent by four more spaces immediately after a line whose last non-whitespace character is a colon, and otherwise to indent to the same level as the previous line, whatever that level was - that way you don't have to keep track of scope or count backspaces for...
by YiuKorochko
Mon Apr 26, 2010 1:05 pm
Forum: Ren'Py Questions and Announcements
Topic: New Ren'Py Stand-Alone code editor
Replies: 25
Views: 3778

Re: New Ren'Py Stand-Alone code editor

Visual Studio intellisense completes on a tab or even just when you hit space, period, open-bracket or some other after-the-current-symbol key when it's halfway through completing. This will be implemented sooner or later. Just want to get the beta up for May, if I get it done before May then I'll ...
by YiuKorochko
Mon Apr 26, 2010 3:19 am
Forum: Ren'Py Questions and Announcements
Topic: New Ren'Py Stand-Alone code editor
Replies: 25
Views: 3778

Re: New Ren'Py Stand-Alone code editor

What the Ren'py community really needs is an intelligent IDE with code completion i.e. "Intellisense" and tools that lessens the amount of code an author has to type. Syntax coloring is helpful, but it does not an IDE make. The core code of the program will be a library. I am currently de...
by YiuKorochko
Sun Apr 25, 2010 6:30 pm
Forum: Ren'Py Questions and Announcements
Topic: New Ren'Py Stand-Alone code editor
Replies: 25
Views: 3778

Re: New Ren'Py Stand-Alone code editor

Visual implementation near complete (unknown changes, considered complete for now):
Screen.png
by YiuKorochko
Sun Apr 25, 2010 4:08 pm
Forum: Old Threads (– September 2014)
Topic: "After School" (放課後) is looking for artists to design UI
Replies: 39
Views: 9688

Re: [WIP] "After School" is looking for artist

I could compose some music.

All digital but very good, I'm doing the same with my VN.
by YiuKorochko
Sun Apr 25, 2010 10:28 am
Forum: Ren'Py Questions and Announcements
Topic: New Ren'Py Stand-Alone code editor
Replies: 25
Views: 3778

Re: New Ren'Py Stand-Alone code editor

Icon implementation/look:
(16x16)
16x16 icon
16x16 icon
16x16.png (7.44 KiB) Viewed 2727 times
(32x32)
32x32 icon
32x32 icon
32x32.png (11.33 KiB) Viewed 2727 times
by YiuKorochko
Sun Apr 25, 2010 10:22 am
Forum: Ren'Py Questions and Announcements
Topic: New Ren'Py Stand-Alone code editor
Replies: 25
Views: 3778

Re: New Ren'Py Stand-Alone code editor

Converted through MicroAngelo and added more images.
Final:
RenCoder.zip
Final edition of RenCoder icon for Windows.
(231.96 KiB) Downloaded 41 times
To view all included sizes, use IrfanView. (IrfanView Home Page)
by YiuKorochko
Sun Apr 25, 2010 8:20 am
Forum: Ren'Py Questions and Announcements
Topic: New Ren'Py Stand-Alone code editor
Replies: 25
Views: 3778

Re: New Ren'Py Stand-Alone code editor

Icon created. RenCoder Icon.png An icon should be distinct and understandable at 16*16px. This one is blurry at 32*32. Please consult someone more artistically inclined before releasing the final version of the icon. It's not final yet. And smaller versions wont have the same picture, it will be di...
by YiuKorochko
Sun Apr 25, 2010 3:26 am
Forum: Ren'Py Questions and Announcements
Topic: New Ren'Py Stand-Alone code editor
Replies: 25
Views: 3778

Re: New Ren'Py Stand-Alone code editor

Presuming you're working in VB.NET, as per your signature - you might want to look at - ColorCode : a .NET syntax-highlighter, which seems to have a fairly straightforward RegEx-based highlighting approach, written in C# - SharpDevelop : which is an IDE built in (IIRC) C# which includes syntax high...
by YiuKorochko
Sun Apr 25, 2010 2:40 am
Forum: Ren'Py Questions and Announcements
Topic: New Ren'Py Stand-Alone code editor
Replies: 25
Views: 3778

Re: New Ren'Py Stand-Alone code editor

Icon created.
RenCoder Icon
RenCoder Icon
RenCoder Icon.png (76.06 KiB) Viewed 2758 times
Will be converted into multi-paged .ico file in MicroAngelo Studio.
I just thought: I'm building RenCoder in Windows...I suppose most Ren'Py users are running windows anyway...
by YiuKorochko
Sun Apr 25, 2010 1:16 am
Forum: Ren'Py Questions and Announcements
Topic: New Ren'Py Stand-Alone code editor
Replies: 25
Views: 3778

Re: New Ren'Py Stand-Alone code editor

Actually, you can. Look at the jEdit.editor.py file in the launcher directory. What's more, Ren'Py will scan for editor.py files, and let the user pick from them...May, perhaps? Oh you can? I see, very useful. Though I think my installer will simply ask for the Ren'Py directory and patch the editor...
by YiuKorochko
Sun Apr 25, 2010 12:50 am
Forum: Ren'Py Questions and Announcements
Topic: New Ren'Py Stand-Alone code editor
Replies: 25
Views: 3778

New Ren'Py Stand-Alone code editor

Hi forum, I'd like to announce that as well as developing Sakkaku ni Dasu (as production is painfully slow) I will, in spare time, be writing a Ren'Py script editor. "But why? Doesn't jEdit work?" -Well yes. But what if your latest Java update fails? You need Java for jEdit. And what if yo...