svn, android, etc

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
marconi
Posts: 7
Joined: Mon Nov 14, 2011 10:13 am

svn, android, etc

Post by marconi »

1. I would like to be able to work with SVN

2. Need a version for Android. Those editors that now exist in the android market, have very low capacity and look sad. I am willing to pay for a good tool, but it does not exist.

3. Automatic "pulling out" of styles. See an example ..

Code: Select all

BEFORE
<body>
    <p style="background: #FF3333;">бла бла бла</p>
    <p style="margin-left: 5px;" >bla bla bla</p>
</body>


AFTER
<style>
#PAR_1
{
    background: #FF3333;
}
#PAR_2
{
    margin-left: 5px;
}
</style>
<body>
    <p id="PAR_1">бла бла бла</p>
    <p id="PAR_2">bla bla bla</p>
</body>
sorry for the text below ...
---------------------------------------------
Привет русскоязычной части разработчиков. Я знаю что вы есть :)
Спасибо вам за вашу программу. Очень помогает в работе. Надеюсь перевод гугл-транслейтом текста выше, не такой ужасный.
1. Хотелось бы иметь возможности по работае с SVN
2. Нужна версия под Андроид. Те редакторы, что сейчас существуют в андроид маркет, имеют очень низкие возможности и выглядят уныло. Я готов заплатить за хороший инструмент, но его не существует.
3. автоматическое "вытаскивание" стилей. Смотри пример выше. Если не указан ID или CLASS то придумывать автоматически, если указан брать его
4. сделайте пожалуйста интернациональные разделы на форуме. Чтобы не пришлось вот так писать.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: svn, android, etc

Post by Aivars »

Privet!

1. We have talked about SVN integration internally and the conclusion is that it seems unnecessary, because thanks to TortoiseSVN you can just right click on a folder in WeBuilder and do Update, Commit, Diff etc. So, basically, all SVN functionality behind a single right-click.

2. Thanks for the suggestion. Are you using a bluetooth keyboard?

3. Thanks for the suggestion.

4. This has been requested before but this forum is not ready for international forums yet. The way you posted (with translation) is the preferred way to post international content.
Blumentals Software Programmer
marconi
Posts: 7
Joined: Mon Nov 14, 2011 10:13 am

Re: svn, android, etc

Post by marconi »

Sveiks!

The process for entering text in the android OS should not care about the developer. This is all done at the OS level. For example, on my Android tablet has a USB port and connects to it I have a keyboard and mouse. There is also an opportunity to work with a Bluetooth keyboard and a screen keyboard. In any case, this is controlled by OS.

For example, look at how the program works, and arranged AWE (andriod web editor) from the Android Market. This is a primitive program is considered the best of those that Immersed android. But after your program options, with the work program is not possible. It is sad. Your program is the best!

-------------------------------------------
Способ ввода текста в андроид ос, не должен заботить разработчика. Это все осуществляется на уровне ОС. Например, на моем андроид планшет есть USB порт и я к нему подключаю клавиатуру и мышку. Так же есть возможность работы с Bluetooth клавиатурой и экранной клавиатурой. В любом случае этим управляет OS.

Например, посмотрите как устроена и работает программа AWE (andriod web editor) с андроид маркета. Это примитивная программа считается лучшей из тех что имееются для андроид. Но после возможностей ваше программы, с той программой работать не возможно. Она унылая. Ваша программа лучшая!
william070707
Posts: 16
Joined: Sun Feb 26, 2012 3:21 pm

Re: svn, android, etc

Post by william070707 »

I too have almost similar issues,finally found here :mrgreen:
God never made his work for man to mend Image
Post Reply