Search found 15 matches

by Laisvunas
Wed Oct 28, 2009 9:04 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Multi-pane Code Editor
Replies: 6
Views: 4329

Re: Multi-pane Code Editor

Currently it is possible to open second pane on the right or on the bottom, but those panes are used only for previewing. I never use this previewing feature, but using other editors I often split editing area horizontally or verticaly in order to edit the same document in two places at the same ...
by Laisvunas
Sun Oct 18, 2009 8:30 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Does anyone need Code Compare tool?
Replies: 45
Views: 74015

Re: Does anyone need Code Compare tool?

If you will add to WeBuilder some code compare tool, please, add one which displays code differences in two panes, as e.g. is implemented in PSPad editor.

Displaying code differences in one pane as is implemented e.g. in Komodo editor is very unusable.
by Laisvunas
Sun Oct 18, 2009 12:37 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Better Tabbed Workspace
Replies: 13
Views: 10723

Re: Better Tabbed Workspace

It would be better if the tabs were displayed on top of editing area, as usual in almost all other editors.
by Laisvunas
Sun Oct 18, 2009 9:29 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Editing the same document in both panes
Replies: 0
Views: 1658

Editing the same document in both panes

Hi, Currently it is possible to open second pane on the right or on the bottom, but those panes are used only for previewing. I never use this previewing feature, but using other editors I often split editing area horizontally or verticaly in order to edit the same document in two places at the same ...
by Laisvunas
Sun Oct 18, 2009 9:14 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Does anyone need Code Compare tool?
Replies: 45
Views: 74015

Re: Does anyone need Code Compare tool?

I like text differences tool integrated into PSPad editor from www.pspad.com. I consider text differences tool within programming editor to be its essential feature. External tools might be more powerful, but I'm using them only in special situations. For day-to-day tasks the best is to be able to ...
by Laisvunas
Sat Feb 23, 2008 1:01 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RSS feed for forum posts
Replies: 5
Views: 3457

Will wait impatiently.

Subscribable forums are really essential for any online community.
by Laisvunas
Sun Feb 17, 2008 3:01 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Splitting window in code view
Replies: 1
Views: 1883

Splitting window in code view

It would be handy to have a possibility to split window displaying code vertically or horizontally, so that you could get two views of the same file and edit code in two places at the same time.

Such possibility have such editors as PSPad and Aptana Studio.
by Laisvunas
Sun Feb 17, 2008 12:07 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Typing symbols "", '', (), {} in pairs
Replies: 11
Views: 8746

I agree that the coding style in fuzzylogic example is better than in my example. The issue in this thread seems to be neutral in respect to different coding styles. Whatever the coding style it is quite handy to be able to type symbols such as ", ', (, ), {, }, [, ] in pairs. To the list of these ...
by Laisvunas
Mon Feb 11, 2008 8:38 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RSS feed for forum posts
Replies: 5
Views: 3457

There are many solutions for enabling RSS on www. phpbb.com website. Perpaps the most actively discussed solution is Full syndication suite which is in 0.97 version now. It is strange that phpBB does not support RSS out of the box. If it is important not to rely on add-ons, why not to use some more ...
by Laisvunas
Sun Feb 10, 2008 6:25 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RSS feed for forum posts
Replies: 5
Views: 3457

RSS feed for forum posts

Hi, These are active and interesting forums, but to read new posts you should at first visit the website and open forum page. Forums would be much more usable if there would be a RSS feed for forum posts; then you could subscribe to RSS feed and read forum posts through some RSS reader, such as ...
by Laisvunas
Thu Feb 07, 2008 9:16 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Reflow paragraph functionality
Replies: 6
Views: 4733

Recently discovered that PSPad Editor also has paragraph reflow functionality. In this editor it is called "Reformat paragraph". So, at least two best freeware editors - Komodo Edit and PSPad Editor has this functionality. We need it in WeBuilder too! Hey, Gatis, what ideas have members of the dev ...
by Laisvunas
Thu Feb 07, 2008 9:06 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Typing symbols "", '', (), {} in pairs
Replies: 11
Views: 8746

Hi, Gatis, Certainly, there is demand for this feature and ability to type symbols ", ', (, ) in pairs is as much important as ability to type { and } in pairs. Consider, for example such situation: At first I do some HTML coding such as this <div> id="some_id"> some code </div> Coding this I need ...
by Laisvunas
Sun Feb 03, 2008 6:11 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Typing symbols "", '', (), {} in pairs
Replies: 11
Views: 8746

Typing symbols "", '', (), {} in pairs

Hi, It seems to me that symbols such as ", ', (, ), {, } in most cases could be typed in pairs, that is, if the left one is typed the right one immediately appears on the screen. This feature would be a nice improvement of usability. The most elegant implementation of this feature I have seen is in ...
by Laisvunas
Sun Jan 27, 2008 1:43 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Reflow paragraph functionality
Replies: 6
Views: 4733

It seems to me that the question about Reflow paragraph functionality should not necessarily go along with the question about a code beautifier. I agree that in some sense applying Reflow paragraph you beautify the code, but Reflow paragraph functionality is much simpler and more limited that Code ...
by Laisvunas
Tue Jan 22, 2008 5:56 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Reflow paragraph functionality
Replies: 6
Views: 4733

Reflow paragraph functionality

Komodo Edit from www.activestate.com has a nice feature called "Reflow paragraph". It works as follows: 1) as in WeBuilder you can set in Preferences how many characters will span vertical line which indicates right margin (e.g. 80 characters) 2) then you can select a section of code which is left ...