r3wp [groups: 83 posts: 189283]
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

World: r3wp

[AGG] to discus new Rebol/View with AGG

Carl
22-Jun-2005
[220x2]
Or, also... think about Mac resedit -- sort of.
More than just programmable.
shadwolf
22-Jun-2005
[222]
no apsolutly not but a black back grounf makes the source code colored 
to be more shiny and it's less painfull than a white background ;)
Graham
22-Jun-2005
[223]
I don't think it should be a priority :)
Pekr
22-Jun-2005
[224]
yes, too much of stuff which was promissed, so what actually goes 
first? I expect - SDK, other ports, IOS to 1.3, - what then? View 
1.4 (styles?), rebservices?, rebin?, rif?, language plug-ins? VM? 
:-)
Graham
22-Jun-2005
[225]
Most people have their own favourite editors .. not going to change 
for anything.
Carl
22-Jun-2005
[226]
I've seen so many editors over the years... but so few that really 
help me more than just typing of text.
Volker
22-Jun-2005
[227]
thats what i mean. the trick is, don't try to be clever. load the 
library and just browse contexts.
Carl
22-Jun-2005
[228x2]
Actually, I've given up on using just one editor.
I used to be totally emacs only.
Volker
22-Jun-2005
[230]
and if you change something, load library new. then you have always 
in the browser what rebol really sees (what is in which context)
shadwolf
22-Jun-2005
[231]
Carl Well mine I type texte manage files and run script and anamonitor 
using hot keys
Volker
22-Jun-2005
[232]
only that you need somehow to go back to the source. was nice for 
error-handling too, btw :)
Pekr
22-Jun-2005
[233]
/me hopes Carl gets enough inspiration for next blog article here 
:-)
Henrik
22-Jun-2005
[234]
I think many editors aren't focusing on editing... they are more 
interested in project management or fancy highlighting/folding/whatever, 
rather than really good and responsive editing, proper indenting 
and block-editing.
Graham
22-Jun-2005
[235]
I miss the ability to collapse sections of code in CE.
Henrik
22-Jun-2005
[236]
If an editor lags all the time, just by typing simple code, it almost 
makes me knock the monitor off the table
shadwolf
22-Jun-2005
[237]
do I need more things ? If the more things means to be restricted 
by the IDE in my creativity like Visual Studio .NET I say no ;)
Volker
22-Jun-2005
[238]
(smalltalks browser can collect stuff like "show me all callers of 
this", all methods of a name in whichever object etc. i gues Carl 
refered to that?)
Henrik
22-Jun-2005
[239]
shadwolf: please no, nothing like VS. :-)
Carl
22-Jun-2005
[240x4]
Henrik: I agree regarding editing. Very few editors get it right.
But, I also do not want to hunt around in my code files to find the 
different sections.
Volker, in Smalltalk, I liked in part the fact that the editor "browser" 
kept things better organized.
Of course, there were other editors too... on Lisp machines, etc.
Henrik
22-Jun-2005
[244]
I like the editor the way it is now. I don't think anything should 
be put in it that would slow it down other than proper indenting.

For testing code snippets that are a little too big for the console, 
it's brilliant.


Alternatively, provide a bigger version of the editor through the 
desktop?
Volker
22-Jun-2005
[245]
i used smalltalk only a little bit. what i like is 1) it is organized, 
yes. 2) i can easily find something. in a way everything is "hyperlinked" 
(you click on some name and it shows you the definitions.). modern 
big ides can that to, but somehow it works better in smalltalk.
Henrik
22-Jun-2005
[246]
A few of my personal favorite features though are type-ahead-find 
and "find all in one file", "search across files". I guess it wouldn't 
be hard to parse the file to list all functions, would it? Oh, and 
a line numbering thingy too :-) I don't think that would slow it 
down too much.
shadwolf
22-Jun-2005
[247]
a least a list of context / fonction global vars for a script could 
be good ;)
Volker
22-Jun-2005
[248]
i like that editor too. but when we want ide too, the gui-ide has 
to deal somehow with the text in the editor. and currently focus 
gets lost and selection and such.
Carl
22-Jun-2005
[249x2]
Henrik: yes, Viewtop editor is fine for that. Small and simple. Perhaps 
a few more features, but not a lot.
I was actually referring to IDE.
shadwolf
22-Jun-2005
[251]
well the better level of control of your script content is the text 
...  I fear using IDE will make us loose the optimisation and tiny 
size of rebol script ...
Carl
22-Jun-2005
[252]
Back 4 or 5 years ago, the Dylan folks wanted to make their IDE work 
for REBOL. I heard it was good.
shadwolf
22-Jun-2005
[253x2]
Last year on first dev Con I present RADIS an intent of IDE for REBOL 
but since this intent the project was abandonned ...
the output code mayde by  RADIS was ugly ... but the idea is good 
until we don't have a big team dadicated to build this kind of evy 
integrated tool I think spending times on it is not usefull :)
Volker
22-Jun-2005
[255x2]
script-size - Carls layout.r does a good job with generating sourcecode 
IMHO.
IMHO good looking sourcecode is very important. something which can 
be changed in text-form too.
Carl
22-Jun-2005
[257]
What I am thinking of for an IDE starts very simple:
shadwolf
22-Jun-2005
[258]
IDE for REBOL must be open for example in the Layout designer I want 
to be able to choose betwin comon Vid or a sub widget library like 
RebGUI for example ;)
Carl
22-Jun-2005
[259]
1) code text editor with the usual features (like list of modules 
to click on)
Volker
22-Jun-2005
[260]
file -> module?
Carl
22-Jun-2005
[261x2]
2) trace/step thru code and see it in editor (important to non-REBOLers 
who are considering REBOL)
3) Breakpoints, watchpoints, etc.
shadwolf
22-Jun-2005
[263]
in REBOL we can have 3 levels Files, Context and function ;)
Volker
22-Jun-2005
[264]
Your jobs :)
Carl
22-Jun-2005
[265x2]
4) Add a few other tools like layout, etc. But not make it complicated.
File <> module, but it can in many cases.
Volker
22-Jun-2005
[267]
tracing would need backlinks to sourcecode? or just work on molded 
code?
Carl
22-Jun-2005
[268x2]
Oh no! What is this conversation doing in AGG group!?
We sure ruin the group system, don't we?