digitalmars.D.announce - Coedit alpha 8 released
- Basile Burg (33/33) Nov 28 2014 Hello, a new release of Coedit[MainPage], the small open-source D
- ponce (3/37) Nov 30 2014 Looks pretty cool but why not support DUB projects directly
- Basile Burg (16/58) Nov 30 2014 Mostly because when I started "dmd_wrap.pas" (June) I had never
- Jordi Sayol via Digitalmars-d-announce (5/5) Nov 30 2014 Hello Basile,
- Mehmet (4/38) Dec 04 2014 Fuck! I've build it today after the fix for DCD, it's awsome!
- Basile Burg (8/53) Dec 04 2014 It's very unlikely that a non-tagged version build fails.
Hello, a new release of Coedit[MainPage], the small open-source D IDE for Windows and Linux, is released. Here is a paste of the release log. Messages: ========= - redesigned the widget: a toolbar at the top allows to filter the messages according to a category, either all, editor (focused editor messages), project, misc (messages from the custom tools) or application (Coedit warnings or exceptions). - custom tools messages are redirected if poUsePipes is defined in the tool options. - errors messages are not split anymore (e.g: instantiated from here...) thus less confusing. Miscellaneous: ============== - non D files syntax highlighter: txt, md, etc. Automatically set when opening a file. - the project inspector displays the items from the project "Path" options (-I, -J, additional sources). - Zoom in,out editor with Ctrl++, Ctrl+-, restore with Ctrl+. - The static explorer widget scans in background, "refresh on change", "refresh on focus" does not freeze the GUI anymore. - various bug fixed and small improvements. - pre-build binaries include an up-to-date DCD build. - refer to the wiki[WikiPage] for more information about the changes and the new features. Pre-build binaries are available from the [ReleasePage]. --------------------------------------------- [MainPage]: https://github.com/BBasile/Coedit [ReleasePage]: https://github.com/BBasile/Coedit/releases [WikiPage]:https://github.com/BBasile/Coedit/wiki --------------------------------------------- Baz.
Nov 28 2014
On Friday, 28 November 2014 at 16:39:38 UTC, Basile Burg wrote:Hello, a new release of Coedit[MainPage], the small open-source D IDE for Windows and Linux, is released. Here is a paste of the release log. Messages: ========= - redesigned the widget: a toolbar at the top allows to filter the messages according to a category, either all, editor (focused editor messages), project, misc (messages from the custom tools) or application (Coedit warnings or exceptions). - custom tools messages are redirected if poUsePipes is defined in the tool options. - errors messages are not split anymore (e.g: instantiated from here...) thus less confusing. Miscellaneous: ============== - non D files syntax highlighter: txt, md, etc. Automatically set when opening a file. - the project inspector displays the items from the project "Path" options (-I, -J, additional sources). - Zoom in,out editor with Ctrl++, Ctrl+-, restore with Ctrl+. - The static explorer widget scans in background, "refresh on change", "refresh on focus" does not freeze the GUI anymore. - various bug fixed and small improvements. - pre-build binaries include an up-to-date DCD build. - refer to the wiki[WikiPage] for more information about the changes and the new features. Pre-build binaries are available from the [ReleasePage]. --------------------------------------------- [MainPage]: https://github.com/BBasile/Coedit [ReleasePage]: https://github.com/BBasile/Coedit/releases [WikiPage]:https://github.com/BBasile/Coedit/wiki --------------------------------------------- Baz.Looks pretty cool but why not support DUB projects directly instead of your own format?
Nov 30 2014
On Sunday, 30 November 2014 at 17:59:06 UTC, ponce wrote:On Friday, 28 November 2014 at 16:39:38 UTC, Basile Burg wrote:Mostly because when I started "dmd_wrap.pas" (June) I had never used DUB at all. A bit as a matter of style too since the project things are done the way I like to program in Pascal (properties, component streaming, and now the RTTI grid). Later (end of August) I've changed the code to allow the pre-compilation process to be set on DUB (see wiki, tutos, [Build with DUB]). Maybe you've noticed it's possible since you've written 'why not...directly'. Now I just wait for the right idea to pop up but just as a hint I would say that LoadProjectFromDubFile() and SaveProjectToDubFile() is quite faisable. ---------------------------------------------- [Build with DUB]: https://github.com/BBasile/Coedit/wiki#using-dub-in-coedit-as-a-project-pre-build-process ----------------------------------------------Hello, a new release of Coedit[MainPage], the small open-source D IDE for Windows and Linux, is released. Here is a paste of the release log. Messages: ========= - redesigned the widget: a toolbar at the top allows to filter the messages according to a category, either all, editor (focused editor messages), project, misc (messages from the custom tools) or application (Coedit warnings or exceptions). - custom tools messages are redirected if poUsePipes is defined in the tool options. - errors messages are not split anymore (e.g: instantiated from here...) thus less confusing. Miscellaneous: ============== - non D files syntax highlighter: txt, md, etc. Automatically set when opening a file. - the project inspector displays the items from the project "Path" options (-I, -J, additional sources). - Zoom in,out editor with Ctrl++, Ctrl+-, restore with Ctrl+. - The static explorer widget scans in background, "refresh on change", "refresh on focus" does not freeze the GUI anymore. - various bug fixed and small improvements. - pre-build binaries include an up-to-date DCD build. - refer to the wiki[WikiPage] for more information about the changes and the new features. Pre-build binaries are available from the [ReleasePage]. --------------------------------------------- [MainPage]: https://github.com/BBasile/Coedit [ReleasePage]: https://github.com/BBasile/Coedit/releases [WikiPage]:https://github.com/BBasile/Coedit/wiki --------------------------------------------- Baz.Looks pretty cool but why not support DUB projects directly instead of your own format?
Nov 30 2014
Hello Basile, I want to create new Coedit deb packages for "d-apt" <http://d-apt.sourceforge.net/>. If you're interested too, please contact me on g.sayol at yahoo dot es Regards, Jordi
Nov 30 2014
On Friday, 28 November 2014 at 16:39:38 UTC, Basile Burg wrote:Hello, a new release of Coedit[MainPage], the small open-source D IDE for Windows and Linux, is released. Here is a paste of the release log. Messages: ========= - redesigned the widget: a toolbar at the top allows to filter the messages according to a category, either all, editor (focused editor messages), project, misc (messages from the custom tools) or application (Coedit warnings or exceptions). - custom tools messages are redirected if poUsePipes is defined in the tool options. - errors messages are not split anymore (e.g: instantiated from here...) thus less confusing. Miscellaneous: ============== - non D files syntax highlighter: txt, md, etc. Automatically set when opening a file. - the project inspector displays the items from the project "Path" options (-I, -J, additional sources). - Zoom in,out editor with Ctrl++, Ctrl+-, restore with Ctrl+. - The static explorer widget scans in background, "refresh on change", "refresh on focus" does not freeze the GUI anymore. - various bug fixed and small improvements. - pre-build binaries include an up-to-date DCD build. - refer to the wiki[WikiPage] for more information about the changes and the new features. Pre-build binaries are available from the [ReleasePage]. --------------------------------------------- [MainPage]: https://github.com/BBasile/Coedit [ReleasePage]: https://github.com/BBasile/Coedit/releases [WikiPage]:https://github.com/BBasile/Coedit/wiki --------------------------------------------- Baz.Fuck! I've build it today after the fix for DCD, it's awsome! Auto completion works finely! To be honest: I'd use mono if the linux version would be a clean thing...
Dec 04 2014
On Thursday, 4 December 2014 at 21:53:26 UTC, Mehmet wrote:On Friday, 28 November 2014 at 16:39:38 UTC, Basile Burg wrote:It's very unlikely that a non-tagged version build fails. Sometimes , a commit is followed by another one with the message "fix the linux version". It's because I push on Win, I reboot on a linux setup, I pull and I test...Hello, a new release of Coedit[MainPage], the small open-source D IDE for Windows and Linux, is released. Here is a paste of the release log. Messages: ========= - redesigned the widget: a toolbar at the top allows to filter the messages according to a category, either all, editor (focused editor messages), project, misc (messages from the custom tools) or application (Coedit warnings or exceptions). - custom tools messages are redirected if poUsePipes is defined in the tool options. - errors messages are not split anymore (e.g: instantiated from here...) thus less confusing. Miscellaneous: ============== - non D files syntax highlighter: txt, md, etc. Automatically set when opening a file. - the project inspector displays the items from the project "Path" options (-I, -J, additional sources). - Zoom in,out editor with Ctrl++, Ctrl+-, restore with Ctrl+. - The static explorer widget scans in background, "refresh on change", "refresh on focus" does not freeze the GUI anymore. - various bug fixed and small improvements. - pre-build binaries include an up-to-date DCD build. - refer to the wiki[WikiPage] for more information about the changes and the new features. Pre-build binaries are available from the [ReleasePage]. --------------------------------------------- [MainPage]: https://github.com/BBasile/Coedit [ReleasePage]: https://github.com/BBasile/Coedit/releases [WikiPage]:https://github.com/BBasile/Coedit/wiki --------------------------------------------- Baz.Fuck! I've build it today after the fix for DCD, it's awsome! Auto completion works finely! To be honest: I'd use mono if the linux version would be a clean thing...Auto completion works finely! To be honest: I'd use mono if the linux version would be a clean thing...To be honest, Coedit wouldn't exist if Mono-Dev was as cross-platform as it claims to be.
Dec 04 2014