Jump to page: 1 24  
Page
Thread overview
Poseidon editor for D v0.1
Dec 20, 2005
Shawn Liu
Dec 20, 2005
Ivan Senji
Dec 20, 2005
Charles
Dec 20, 2005
Charles
Dec 20, 2005
Shawn Liu
Dec 20, 2005
Brad Anderson
Dec 20, 2005
Chris Lajoie
Dec 20, 2005
Derek Parnell
Dec 20, 2005
Kris
Dec 21, 2005
John Reimer
Dec 20, 2005
John Reimer
Dec 22, 2005
Lucas Goss
Dec 22, 2005
John Reimer
Dec 21, 2005
Shawn Liu
Dec 20, 2005
Ivan Senji
Dec 20, 2005
Shawn Liu
Dec 20, 2005
Ivan Senji
Dec 20, 2005
Charles
Dec 20, 2005
Ivan Senji
Dec 20, 2005
Charles
Dec 21, 2005
Shawn Liu
Dec 21, 2005
Ivan Senji
Dec 21, 2005
Shawn Liu
Dec 21, 2005
Ivan Senji
Dec 22, 2005
Shawn Liu
Dec 22, 2005
Ivan Senji
Dec 20, 2005
Ivan Senji
Dec 20, 2005
bobef
Dec 21, 2005
Shawn Liu
Dec 21, 2005
bobef
Dec 20, 2005
John Reimer
Dec 20, 2005
John Reimer
Dec 20, 2005
Derek Parnell
Dec 21, 2005
Shawn Liu
Dec 21, 2005
Shawn Liu
Dec 22, 2005
Garett Bass
Dec 22, 2005
Shawn Liu
Dec 24, 2005
Charles
December 20, 2005
"Poseidon" is an open source D editor written with DWT.

features:
1) multiple documents/multiple projects management (early)
2) syntax high light powered by Scintilla
3) customizable hot key (short cut) for editor
4) customizable external tools
5) decent find/replace, code navigation behaviors
6) compile/build integrated as external tools

binary package : http://svn.dsource.org/projects/dwt/downloads/win32/Poseidon-v0.1-bin.rar screen shot: http://svn.dsource.org/projects/dwt/downloads/win32/examples/poseidon.png

The source code is coming with DWT 0.33 soon.

- Shawn Liu




December 20, 2005
Shawn Liu wrote:
> "Poseidon" is an open source D editor written with DWT.
> 
> features:
> 1) multiple documents/multiple projects management (early)
> 2) syntax high light powered by Scintilla
> 3) customizable hot key (short cut) for editor
> 4) customizable external tools
> 5) decent find/replace, code navigation behaviors
> 6) compile/build integrated as external tools
> 
> binary package :
> http://svn.dsource.org/projects/dwt/downloads/win32/Poseidon-v0.1-bin.rar
> screen shot:
> http://svn.dsource.org/projects/dwt/downloads/win32/examples/poseidon.png
> 
> The source code is coming with DWT 0.33 soon.
> 
> - Shawn Liu
> 

Looks really nice but i can't write braces [,],{,}. They are altgr-F, altgr-G, altgr-B and altgr-N on my keyboard. Why is this not working?
December 20, 2005
Shawn Liu wrote:
> "Poseidon" is an open source D editor written with DWT.
> 

One more thing: it would be nice if it wrapped arguments(filenames) to build.exe with "".
December 20, 2005
> Looks really nice but i can't write braces [,],{,}. They are altgr-F, altgr-G, altgr-B and altgr-N on my keyboard. Why is this not working?

I'm guessing an issue with scintilla, you probably need to set the code page ( http://scintilla.sourceforge.net/ScintillaDoc.html#SCI_SETCODEPAGE ).

> "Poseidon" is an open source D editor written with DWT.

Nice first release!

Charlie


"Ivan Senji" <ivan.senji_REMOVE_@_THIS__gmail.com> wrote in message news:do96r1$rvk$1@digitaldaemon.com...
> Shawn Liu wrote:
> > "Poseidon" is an open source D editor written with DWT.
> >
> > features:
> > 1) multiple documents/multiple projects management (early)
> > 2) syntax high light powered by Scintilla
> > 3) customizable hot key (short cut) for editor
> > 4) customizable external tools
> > 5) decent find/replace, code navigation behaviors
> > 6) compile/build integrated as external tools
> >
> > binary package :
> >
http://svn.dsource.org/projects/dwt/downloads/win32/Poseidon-v0.1-bin.rar
> > screen shot:
> >
http://svn.dsource.org/projects/dwt/downloads/win32/examples/poseidon.png
> >
> > The source code is coming with DWT 0.33 soon.
> >
> > - Shawn Liu
> >
>
> Looks really nice but i can't write braces [,],{,}. They are altgr-F, altgr-G, altgr-B and altgr-N on my keyboard. Why is this not working?


December 20, 2005
> > "Poseidon" is an open source D editor written with DWT.

Where can I find the source for poseidon ?

Charlie


"Charles" <noone@nowhere.com> wrote in message news:do98am$v2k$1@digitaldaemon.com...
> > Looks really nice but i can't write braces [,],{,}. They are altgr-F, altgr-G, altgr-B and altgr-N on my keyboard. Why is this not working?
>
> I'm guessing an issue with scintilla, you probably need to set the code
page
> ( http://scintilla.sourceforge.net/ScintillaDoc.html#SCI_SETCODEPAGE ).
>
> > "Poseidon" is an open source D editor written with DWT.
>
> Nice first release!
>
> Charlie
>
>
> "Ivan Senji" <ivan.senji_REMOVE_@_THIS__gmail.com> wrote in message news:do96r1$rvk$1@digitaldaemon.com...
> > Shawn Liu wrote:
> > > "Poseidon" is an open source D editor written with DWT.
> > >
> > > features:
> > > 1) multiple documents/multiple projects management (early)
> > > 2) syntax high light powered by Scintilla
> > > 3) customizable hot key (short cut) for editor
> > > 4) customizable external tools
> > > 5) decent find/replace, code navigation behaviors
> > > 6) compile/build integrated as external tools
> > >
> > > binary package :
> > >
> http://svn.dsource.org/projects/dwt/downloads/win32/Poseidon-v0.1-bin.rar
> > > screen shot:
> > >
> http://svn.dsource.org/projects/dwt/downloads/win32/examples/poseidon.png
> > >
> > > The source code is coming with DWT 0.33 soon.
> > >
> > > - Shawn Liu
> > >
> >
> > Looks really nice but i can't write braces [,],{,}. They are altgr-F, altgr-G, altgr-B and altgr-N on my keyboard. Why is this not working?
>
>


December 20, 2005

"Charles" <noone@nowhere.com> says:do98bu$v5p$1@digitaldaemon.com...
>> > "Poseidon" is an open source D editor written with DWT.
>
> Where can I find the source for poseidon ?
>
> Charlie

I have just uploaded the source code with DWT v0.33. http://svn.dsource.org/projects/dwt/downloads/win32/dwt-win32.rar is always the mose recently DWT source copy.

Same as http://svn.dsource.org/projects/dwt/downloads/win32/dwt-win32-0.33-20051220.rar

There are two bugs currently not fixed.
1) A bug introduced into DWT 0.33, the Input Method for CJK failed.
2) SHIFT+TAB to make decrease line indent is not available. DWT handled the
event itself to make a focus switch. This may need some study to solve.

- Shawn


December 20, 2005
Charles wrote:
> I'm guessing an issue with scintilla, you probably need to set the code page
> ( http://scintilla.sourceforge.net/ScintillaDoc.html#SCI_SETCODEPAGE ).
> 

Stupid question: How? :)
December 20, 2005
"Ivan Senji" <ivan.senji_REMOVE_@_THIS__gmail.com> says:do9aj5$13jg$1@digitaldaemon.com...
> Charles wrote:
>> I'm guessing an issue with scintilla, you probably need to set the code
>> page
>> ( http://scintilla.sourceforge.net/ScintillaDoc.html#SCI_SETCODEPAGE ).
>>
>
> Stupid question: How? :)

what does "altgr-F" mean?

ALT+F ? or some key else?

Poseidon didn't filter any ALT event. Most short cut is involved in CTRL or
F?
The default short cut behavior can be adjusted from Tools>Options>Short Cut


December 20, 2005
Shawn Liu wrote:
> "Charles" <noone@nowhere.com> says:do98bu$v5p$1@digitaldaemon.com...
> 
>>>>"Poseidon" is an open source D editor written with DWT.
>>
>>Where can I find the source for poseidon ?
>>
>>Charlie
> 
> 
> I have just uploaded the source code with DWT v0.33. http://svn.dsource.org/projects/dwt/downloads/win32/dwt-win32.rar is always the mose recently DWT source copy.
> 
> Same as http://svn.dsource.org/projects/dwt/downloads/win32/dwt-win32-0.33-20051220.rar
> 
> There are two bugs currently not fixed.
> 1) A bug introduced into DWT 0.33, the Input Method for CJK failed.
> 2) SHIFT+TAB to make decrease line indent is not available. DWT handled the
> event itself to make a focus switch. This may need some study to solve.
> 
> - Shawn
> 
> 

Shawn,

1. Is it time for a separate 'Poseidon' project on dsource?

2. Is it time for a clean-up of the SVN repos for DWT?  Having a zip file of the source is not ideal, because it doesn't let people track the individual changes to files.  Also, people should be able to go to /trunk and see the current code, go to /tags/0.33 and see the code exactly as it was for release 0.33, and so on.

Are you able to use SVN client like in #2?  I seem to remember bandwidth issues for so many files, and that's why you only upload one zip.  I can certainly help you get caught up with the SVN repos if you want...

Let me know on these two issues.

BA
December 20, 2005
Shawn Liu wrote:
> "Ivan Senji" <ivan.senji_REMOVE_@_THIS__gmail.com> says:do9aj5$13jg$1@digitaldaemon.com...
> 
>>Charles wrote:
>>
>>>I'm guessing an issue with scintilla, you probably need to set the code page
>>>( http://scintilla.sourceforge.net/ScintillaDoc.html#SCI_SETCODEPAGE ).
>>>
>>
>>Stupid question: How? :)
> 
> 
> what does "altgr-F" mean?
> 
> ALT+F ? or some key else?

I have ALT key on the left from SPACE and ALTGR key right from SPACE.
ALTGR+F == [...

> 
> Poseidon didn't filter any ALT event. Most short cut is involved in CTRL or F?
> The default short cut behavior can be adjusted from Tools>Options>Short Cut 

I saw that but that doesn't help me.
« First   ‹ Prev
1 2 3 4