IDE rebirth

Community Forums/Showcase/IDE rebirth

Red(Posted 2003) [#1]
features :
----------
- Scintilla texting engine :-) powerful and easy to use
- menu
- popup menu
- toolbar + separators
- tabbers
- title control
- statusbar
- resizable code-explorer (colored treeview + splitterbar)
- color active line

- open/new/save file
- save/close (All)
- recent files
- reload last opened file at start

- run/debug
- run Last /debug Last

- multi-level undo/redo
- syntaxhighlighting + dynamic highlight
- tabs size
- un/Comment block
- un/Indent block
- copy/cut/paste/select all
- find previous/find next/replace next/replace all/find All
- format clipboard before paste

ToDo :
-------
- code parser
- create exe
- folding functions
- calltips
- autocompletion
- insert template
- browser for Blitz loading functions
- quick help
- UPX







SoggyP(Posted 2003) [#2]
Hi Ed,

So what does it do then?

Later,

Jes


Red(Posted 2003) [#3]
Until now, its not functional.(there's no compilation functionality)


Paul "Taiphoz"(Posted 2003) [#4]
Looking good.


_PJ_(Posted 2003) [#5]
ooh! I like!


Qcat(Posted 2003) [#6]
Cool looks nice!! and clouse anuff to the existing ide to make it esey to use!!

One idea i had when i was thinking of dowing an ide was a Code Tidy fetture for us lazzey coders who foget tabs etc most of the time


Binary_Moon(Posted 2003) [#7]
Does using scintilla let you add word wrap to the textareas (i really want word wrap for something I am making)? and are you going to be able to have resizable code explorer added back in?

Does using scintilla mean you get fast syntax highlighting?

I notice you have a gutter on the side of the textarea - is that for the folding functions?

Will you be releasing a scintilla library so that others can have a go? :)

Enough questions... the screenshots look good and i look forward to trying it out.


Red(Posted 2003) [#8]
Does using scintilla mean you get fast syntax highlighting? 
yes

I notice you have a gutter on the side of the textarea - is that for the folding functions? 
yes


Binary_Moon(Posted 2003) [#9]
cool

So what about the other questions - in particular does scintilla give you word wrap abilities and will you be adding source to the code archives the same as you did for some of the original ide stuff you worked on?


Red(Posted 2003) [#10]
- I can add the source of original IDE to Code archives considering I've stopped the development in B+.
- But Someone must translate all comments. :)


Binary_Moon(Posted 2003) [#11]
I had assumed this was made in Blitz+ (using userlibs or something)

oops :)


Red(Posted 2003) [#12]
It would be possible with userlibs
but B+ only needs CallBack procedure.


Red(Posted 2003) [#13]
word wrap ? What is it ?


Binary_Moon(Posted 2003) [#14]
word wrap is where you type stuff and at the end of the current editable area the 'words wrap' round to the next line. Rather than the way Blitz+ does it which is to make the line longer and longer adding a scroll bar at the bottom of the page.

In notepad you can turn word wrap on or off at will which is what I want to be able to do.


Red(Posted 2003) [#15]
ok I understand

I think its possible


JoshK(Posted 2003) [#16]
Was the code I sent of any use?

Looks awesome. I'd like to start using your IDE as soon as it is functional.


Red(Posted 2003) [#17]
Was the code I sent of any use?
- No finally
- Scintilla is easier than richEdit but it uses mainly notification report.

Looks awesome. I'd like to start using your IDE as soon as it is functional.

no problemo, WIP


Red(Posted 2003) [#18]