Re: [Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-16 Thread Sriskandarajah Suhothayan
Ok great

On Sun, Dec 17, 2017 at 11:45 AM, Damith Wickramasinghe 
wrote:

> @Suho yes this is fixed.
>
>
> Regards,
> Damith
>
> On Sun, Dec 17, 2017 at 9:40 AM, Eranga Liyanage  wrote:
>
>> Damith has already fixed this Suho.
>>
>> Best regards
>> Eranga
>>
>> On Sun, Dec 17, 2017 at 9:27 AM, Sriskandarajah Suhothayan > > wrote:
>>
>>> Can we get it fixed ASAP.
>>>
>>> Regards
>>> Suho
>>>
>>> On Thu, Dec 14, 2017 at 2:03 AM Damith Wickramasinghe 
>>> wrote:
>>>
 @Grainier . Thanks for pointing it out . yes we need to use the
 substring method. we have use the same split in other areas. we need to fix
 this.

 Regards,
 Damith

 On Thu, Dec 14, 2017 at 1:54 AM, Grainier Perera 
 wrote:

> @Raveen, You have used to text.split(".")[0] to to remove .siddhi
> postfix right. But Siddhi allows having full stop ".", and ".siddhi" in 
> the
> Siddhi App name. So this might not work... Try something like
> text.substring(0, text.lastIndexOf(".siddhi"))
>
> @Others, please check whether the editor works properly when the App
> name have "." or ".siddhi" within. Cause I tried "Receive.And.Count" as 
> the
> name and the editor log gave me "Receive.siddhi - undefined".
>
> Thanks,
> Grainier
>
> On Mon, Dec 11, 2017 at 9:20 AM, Raveen Rathnayake 
> wrote:
>
>> Hi all,
>>
>> I have removed  displaying ".siddhi" clause from the tab and removed
>> the ".siddhi" postfix from ".siddhi" in save to file placeholder as
>> well.  This PR[1] relevant changes.
>>
>> [1] https://github.com/wso2/carbon-analytics/pull/849
>>
>> Thank you.
>> Raveen.
>>
>> On Sat, Dec 9, 2017 at 11:53 PM, Damith Wickramasinghe <
>> dami...@wso2.com> wrote:
>>
>>> Hi All,
>>>
>>> Yes +1 . I will inc-operate the changes .
>>>
>>> Regards,
>>> Damith
>>>
>>> On Fri, Dec 8, 2017 at 6:57 PM, Ramindu De Silva 
>>> wrote:
>>>
 Hi all,

 +1 for Erangas suggestion.
 We may need to remove the ".siddhi" postfix from ".siddhi" in
 save to file placeholder as well. Currently, we, either way, add 
 .siddhi
 extension when saving the file.

 Best Regards,
 Ramindu.

 On Fri, Dec 8, 2017 at 11:16 AM, Eranga Liyanage 
 wrote:

> Hi All,
>
> Yes, we can show the .siddhi extension on workspace tree.
>
> Users first interaction with the file is either Save, Open, or
> Import. On those interfaces also we show that it's a .siddhi
> extension file, so users won't get confused by removing it from the 
> tab.
>
> Best regards.
> Eranga
>
> On Fri, Dec 8, 2017 at 7:18 AM, Jason De Silva 
> wrote:
>
>> Hi Damith / Eranga,
>>
>> If I am the user I would like to know the extension of the file.
>> So +1 to at least show the .siddhi extension in workspace 
>> tree/dropdown if
>> we are removing it from the tabs.
>>
>> Regards,
>> Jason
>>
>> Jason De Silva
>> *Software Engineer - QA*
>> Mobile: +94 (0) 772 097 678
>> Email: jas...@wso2.com
>> WSO2 Inc. www.wso2.com
>> 
>>
>> On Fri, Dec 8, 2017 at 6:19 AM, Damith Wickramasinghe <
>> dami...@wso2.com> wrote:
>>
>>> Hi Eranga,
>>>
>>> I understand your point but my only issue is not conveying user
>>> that these files use .siddhi extension. So shall we at least keep 
>>> the
>>> .siddhi extension in workspace dropdown as we are showing the 
>>> actual files
>>> there. So that user knows it. And we can remove the .siddhi 
>>> extensions in
>>> tabs. WDYT ?
>>>
>>> Regards,
>>> Damith
>>>
>>> On Thu, Dec 7, 2017 at 11:42 AM, Eranga Liyanage <
>>> eran...@wso2.com> wrote:
>>>
 Hi Damith,

 In editors usually, we can edit multiple file types. So when
 the respective file is opened it shows the file type with it for 
 easy
 identification.

 But in our case, we support only .siddhi files and we open
 files from our own workspace which contains only siddhi files. 
 Many single
 file type applications usually do not show its file type on UI.

 In the Stream Processor Editor, we usually open multiple siddhi
 files and in the tab area, it takes unnecessary space 

Re: [Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-16 Thread Damith Wickramasinghe
@Suho yes this is fixed.


Regards,
Damith

On Sun, Dec 17, 2017 at 9:40 AM, Eranga Liyanage  wrote:

> Damith has already fixed this Suho.
>
> Best regards
> Eranga
>
> On Sun, Dec 17, 2017 at 9:27 AM, Sriskandarajah Suhothayan 
> wrote:
>
>> Can we get it fixed ASAP.
>>
>> Regards
>> Suho
>>
>> On Thu, Dec 14, 2017 at 2:03 AM Damith Wickramasinghe 
>> wrote:
>>
>>> @Grainier . Thanks for pointing it out . yes we need to use the
>>> substring method. we have use the same split in other areas. we need to fix
>>> this.
>>>
>>> Regards,
>>> Damith
>>>
>>> On Thu, Dec 14, 2017 at 1:54 AM, Grainier Perera 
>>> wrote:
>>>
 @Raveen, You have used to text.split(".")[0] to to remove .siddhi
 postfix right. But Siddhi allows having full stop ".", and ".siddhi" in the
 Siddhi App name. So this might not work... Try something like
 text.substring(0, text.lastIndexOf(".siddhi"))

 @Others, please check whether the editor works properly when the App
 name have "." or ".siddhi" within. Cause I tried "Receive.And.Count" as the
 name and the editor log gave me "Receive.siddhi - undefined".

 Thanks,
 Grainier

 On Mon, Dec 11, 2017 at 9:20 AM, Raveen Rathnayake 
 wrote:

> Hi all,
>
> I have removed  displaying ".siddhi" clause from the tab and removed
> the ".siddhi" postfix from ".siddhi" in save to file placeholder as
> well.  This PR[1] relevant changes.
>
> [1] https://github.com/wso2/carbon-analytics/pull/849
>
> Thank you.
> Raveen.
>
> On Sat, Dec 9, 2017 at 11:53 PM, Damith Wickramasinghe <
> dami...@wso2.com> wrote:
>
>> Hi All,
>>
>> Yes +1 . I will inc-operate the changes .
>>
>> Regards,
>> Damith
>>
>> On Fri, Dec 8, 2017 at 6:57 PM, Ramindu De Silva 
>> wrote:
>>
>>> Hi all,
>>>
>>> +1 for Erangas suggestion.
>>> We may need to remove the ".siddhi" postfix from ".siddhi" in
>>> save to file placeholder as well. Currently, we, either way, add .siddhi
>>> extension when saving the file.
>>>
>>> Best Regards,
>>> Ramindu.
>>>
>>> On Fri, Dec 8, 2017 at 11:16 AM, Eranga Liyanage 
>>> wrote:
>>>
 Hi All,

 Yes, we can show the .siddhi extension on workspace tree.

 Users first interaction with the file is either Save, Open, or
 Import. On those interfaces also we show that it's a .siddhi
 extension file, so users won't get confused by removing it from the 
 tab.

 Best regards.
 Eranga

 On Fri, Dec 8, 2017 at 7:18 AM, Jason De Silva 
 wrote:

> Hi Damith / Eranga,
>
> If I am the user I would like to know the extension of the file.
> So +1 to at least show the .siddhi extension in workspace 
> tree/dropdown if
> we are removing it from the tabs.
>
> Regards,
> Jason
>
> Jason De Silva
> *Software Engineer - QA*
> Mobile: +94 (0) 772 097 678
> Email: jas...@wso2.com
> WSO2 Inc. www.wso2.com
> 
>
> On Fri, Dec 8, 2017 at 6:19 AM, Damith Wickramasinghe <
> dami...@wso2.com> wrote:
>
>> Hi Eranga,
>>
>> I understand your point but my only issue is not conveying user
>> that these files use .siddhi extension. So shall we at least keep the
>> .siddhi extension in workspace dropdown as we are showing the actual 
>> files
>> there. So that user knows it. And we can remove the .siddhi 
>> extensions in
>> tabs. WDYT ?
>>
>> Regards,
>> Damith
>>
>> On Thu, Dec 7, 2017 at 11:42 AM, Eranga Liyanage <
>> eran...@wso2.com> wrote:
>>
>>> Hi Damith,
>>>
>>> In editors usually, we can edit multiple file types. So when the
>>> respective file is opened it shows the file type with it for easy
>>> identification.
>>>
>>> But in our case, we support only .siddhi files and we open files
>>> from our own workspace which contains only siddhi files. Many 
>>> single file
>>> type applications usually do not show its file type on UI.
>>>
>>> In the Stream Processor Editor, we usually open multiple siddhi
>>> files and in the tab area, it takes unnecessary space to show the 
>>> .siddhi
>>> extension. IMHO it's better to hide it from tab section.
>>>
>>> [image: Inline image 1]
>>>
>>> We can show the .siddhi extension on workspace tree and other
>>> file open/import etc. modals.
>>>

Re: [Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-16 Thread Eranga Liyanage
Damith has already fixed this Suho.

Best regards
Eranga

On Sun, Dec 17, 2017 at 9:27 AM, Sriskandarajah Suhothayan 
wrote:

> Can we get it fixed ASAP.
>
> Regards
> Suho
>
> On Thu, Dec 14, 2017 at 2:03 AM Damith Wickramasinghe 
> wrote:
>
>> @Grainier . Thanks for pointing it out . yes we need to use the substring
>> method. we have use the same split in other areas. we need to fix this.
>>
>> Regards,
>> Damith
>>
>> On Thu, Dec 14, 2017 at 1:54 AM, Grainier Perera 
>> wrote:
>>
>>> @Raveen, You have used to text.split(".")[0] to to remove .siddhi
>>> postfix right. But Siddhi allows having full stop ".", and ".siddhi" in the
>>> Siddhi App name. So this might not work... Try something like
>>> text.substring(0, text.lastIndexOf(".siddhi"))
>>>
>>> @Others, please check whether the editor works properly when the App
>>> name have "." or ".siddhi" within. Cause I tried "Receive.And.Count" as the
>>> name and the editor log gave me "Receive.siddhi - undefined".
>>>
>>> Thanks,
>>> Grainier
>>>
>>> On Mon, Dec 11, 2017 at 9:20 AM, Raveen Rathnayake 
>>> wrote:
>>>
 Hi all,

 I have removed  displaying ".siddhi" clause from the tab and removed
 the ".siddhi" postfix from ".siddhi" in save to file placeholder as
 well.  This PR[1] relevant changes.

 [1] https://github.com/wso2/carbon-analytics/pull/849

 Thank you.
 Raveen.

 On Sat, Dec 9, 2017 at 11:53 PM, Damith Wickramasinghe <
 dami...@wso2.com> wrote:

> Hi All,
>
> Yes +1 . I will inc-operate the changes .
>
> Regards,
> Damith
>
> On Fri, Dec 8, 2017 at 6:57 PM, Ramindu De Silva 
> wrote:
>
>> Hi all,
>>
>> +1 for Erangas suggestion.
>> We may need to remove the ".siddhi" postfix from ".siddhi" in
>> save to file placeholder as well. Currently, we, either way, add .siddhi
>> extension when saving the file.
>>
>> Best Regards,
>> Ramindu.
>>
>> On Fri, Dec 8, 2017 at 11:16 AM, Eranga Liyanage 
>> wrote:
>>
>>> Hi All,
>>>
>>> Yes, we can show the .siddhi extension on workspace tree.
>>>
>>> Users first interaction with the file is either Save, Open, or
>>> Import. On those interfaces also we show that it's a .siddhi
>>> extension file, so users won't get confused by removing it from the tab.
>>>
>>> Best regards.
>>> Eranga
>>>
>>> On Fri, Dec 8, 2017 at 7:18 AM, Jason De Silva 
>>> wrote:
>>>
 Hi Damith / Eranga,

 If I am the user I would like to know the extension of the file. So
 +1 to at least show the .siddhi extension in workspace tree/dropdown 
 if we
 are removing it from the tabs.

 Regards,
 Jason

 Jason De Silva
 *Software Engineer - QA*
 Mobile: +94 (0) 772 097 678
 Email: jas...@wso2.com
 WSO2 Inc. www.wso2.com
 

 On Fri, Dec 8, 2017 at 6:19 AM, Damith Wickramasinghe <
 dami...@wso2.com> wrote:

> Hi Eranga,
>
> I understand your point but my only issue is not conveying user
> that these files use .siddhi extension. So shall we at least keep the
> .siddhi extension in workspace dropdown as we are showing the actual 
> files
> there. So that user knows it. And we can remove the .siddhi 
> extensions in
> tabs. WDYT ?
>
> Regards,
> Damith
>
> On Thu, Dec 7, 2017 at 11:42 AM, Eranga Liyanage  > wrote:
>
>> Hi Damith,
>>
>> In editors usually, we can edit multiple file types. So when the
>> respective file is opened it shows the file type with it for easy
>> identification.
>>
>> But in our case, we support only .siddhi files and we open files
>> from our own workspace which contains only siddhi files. Many single 
>> file
>> type applications usually do not show its file type on UI.
>>
>> In the Stream Processor Editor, we usually open multiple siddhi
>> files and in the tab area, it takes unnecessary space to show the 
>> .siddhi
>> extension. IMHO it's better to hide it from tab section.
>>
>> [image: Inline image 1]
>>
>> We can show the .siddhi extension on workspace tree and other
>> file open/import etc. modals.
>>
>> WDYT?
>>
>> Best regards,
>> Eranga
>>
>>
>> On Thu, Dec 7, 2017 at 8:48 AM, Damith Wickramasinghe <
>> dami...@wso2.com> wrote:
>>
>>> Hi Eranga/ All,
>>>
>>> In stream processor we support only 

Re: [Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-16 Thread Sriskandarajah Suhothayan
Can we get it fixed ASAP.

Regards
Suho

On Thu, Dec 14, 2017 at 2:03 AM Damith Wickramasinghe 
wrote:

> @Grainier . Thanks for pointing it out . yes we need to use the substring
> method. we have use the same split in other areas. we need to fix this.
>
> Regards,
> Damith
>
> On Thu, Dec 14, 2017 at 1:54 AM, Grainier Perera 
> wrote:
>
>> @Raveen, You have used to text.split(".")[0] to to remove .siddhi
>> postfix right. But Siddhi allows having full stop ".", and ".siddhi" in the
>> Siddhi App name. So this might not work... Try something like 
>> text.substring(0,
>> text.lastIndexOf(".siddhi"))
>>
>> @Others, please check whether the editor works properly when the App name
>> have "." or ".siddhi" within. Cause I tried "Receive.And.Count" as the name
>> and the editor log gave me "Receive.siddhi - undefined".
>>
>> Thanks,
>> Grainier
>>
>> On Mon, Dec 11, 2017 at 9:20 AM, Raveen Rathnayake 
>> wrote:
>>
>>> Hi all,
>>>
>>> I have removed  displaying ".siddhi" clause from the tab and removed
>>> the ".siddhi" postfix from ".siddhi" in save to file placeholder as
>>> well.  This PR[1] relevant changes.
>>>
>>> [1] https://github.com/wso2/carbon-analytics/pull/849
>>>
>>> Thank you.
>>> Raveen.
>>>
>>> On Sat, Dec 9, 2017 at 11:53 PM, Damith Wickramasinghe >> > wrote:
>>>
 Hi All,

 Yes +1 . I will inc-operate the changes .

 Regards,
 Damith

 On Fri, Dec 8, 2017 at 6:57 PM, Ramindu De Silva 
 wrote:

> Hi all,
>
> +1 for Erangas suggestion.
> We may need to remove the ".siddhi" postfix from ".siddhi" in save
> to file placeholder as well. Currently, we, either way, add .siddhi
> extension when saving the file.
>
> Best Regards,
> Ramindu.
>
> On Fri, Dec 8, 2017 at 11:16 AM, Eranga Liyanage 
> wrote:
>
>> Hi All,
>>
>> Yes, we can show the .siddhi extension on workspace tree.
>>
>> Users first interaction with the file is either Save, Open, or
>> Import. On those interfaces also we show that it's a .siddhi
>> extension file, so users won't get confused by removing it from the tab.
>>
>> Best regards.
>> Eranga
>>
>> On Fri, Dec 8, 2017 at 7:18 AM, Jason De Silva 
>> wrote:
>>
>>> Hi Damith / Eranga,
>>>
>>> If I am the user I would like to know the extension of the file. So
>>> +1 to at least show the .siddhi extension in workspace tree/dropdown if 
>>> we
>>> are removing it from the tabs.
>>>
>>> Regards,
>>> Jason
>>>
>>> Jason De Silva
>>> *Software Engineer - QA*
>>> Mobile: +94 (0) 772 097 678
>>> Email: jas...@wso2.com
>>> WSO2 Inc. www.wso2.com
>>> 
>>>
>>> On Fri, Dec 8, 2017 at 6:19 AM, Damith Wickramasinghe <
>>> dami...@wso2.com> wrote:
>>>
 Hi Eranga,

 I understand your point but my only issue is not conveying user
 that these files use .siddhi extension. So shall we at least keep the
 .siddhi extension in workspace dropdown as we are showing the actual 
 files
 there. So that user knows it. And we can remove the .siddhi extensions 
 in
 tabs. WDYT ?

 Regards,
 Damith

 On Thu, Dec 7, 2017 at 11:42 AM, Eranga Liyanage 
 wrote:

> Hi Damith,
>
> In editors usually, we can edit multiple file types. So when the
> respective file is opened it shows the file type with it for easy
> identification.
>
> But in our case, we support only .siddhi files and we open files
> from our own workspace which contains only siddhi files. Many single 
> file
> type applications usually do not show its file type on UI.
>
> In the Stream Processor Editor, we usually open multiple siddhi
> files and in the tab area, it takes unnecessary space to show the 
> .siddhi
> extension. IMHO it's better to hide it from tab section.
>
> [image: Inline image 1]
>
> We can show the .siddhi extension on workspace tree and other file
> open/import etc. modals.
>
> WDYT?
>
> Best regards,
> Eranga
>
>
> On Thu, Dec 7, 2017 at 8:48 AM, Damith Wickramasinghe <
> dami...@wso2.com> wrote:
>
>> Hi Eranga/ All,
>>
>> In stream processor we support only files with .siddhi extension.
>> Even though it is the case IMO user needs to know that the file 
>> should have
>> .siddhi extension. Because one can just copy paste a file to 
>> workspace
>> directory of editor without adding the .siddhi extension when 

Re: [Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-13 Thread Damith Wickramasinghe
@Grainier . Thanks for pointing it out . yes we need to use the substring
method. we have use the same split in other areas. we need to fix this.

Regards,
Damith

On Thu, Dec 14, 2017 at 1:54 AM, Grainier Perera  wrote:

> @Raveen, You have used to text.split(".")[0] to to remove .siddhi postfix
> right. But Siddhi allows having full stop ".", and ".siddhi" in the Siddhi
> App name. So this might not work... Try something like text.substring(0,
> text.lastIndexOf(".siddhi"))
>
> @Others, please check whether the editor works properly when the App name
> have "." or ".siddhi" within. Cause I tried "Receive.And.Count" as the name
> and the editor log gave me "Receive.siddhi - undefined".
>
> Thanks,
> Grainier
>
> On Mon, Dec 11, 2017 at 9:20 AM, Raveen Rathnayake 
> wrote:
>
>> Hi all,
>>
>> I have removed  displaying ".siddhi" clause from the tab and removed the
>> ".siddhi" postfix from ".siddhi" in save to file placeholder as well.
>> This PR[1] relevant changes.
>>
>> [1] https://github.com/wso2/carbon-analytics/pull/849
>>
>> Thank you.
>> Raveen.
>>
>> On Sat, Dec 9, 2017 at 11:53 PM, Damith Wickramasinghe 
>> wrote:
>>
>>> Hi All,
>>>
>>> Yes +1 . I will inc-operate the changes .
>>>
>>> Regards,
>>> Damith
>>>
>>> On Fri, Dec 8, 2017 at 6:57 PM, Ramindu De Silva 
>>> wrote:
>>>
 Hi all,

 +1 for Erangas suggestion.
 We may need to remove the ".siddhi" postfix from ".siddhi" in save
 to file placeholder as well. Currently, we, either way, add .siddhi
 extension when saving the file.

 Best Regards,
 Ramindu.

 On Fri, Dec 8, 2017 at 11:16 AM, Eranga Liyanage 
 wrote:

> Hi All,
>
> Yes, we can show the .siddhi extension on workspace tree.
>
> Users first interaction with the file is either Save, Open, or Import.
> On those interfaces also we show that it's a .siddhi extension file, so
> users won't get confused by removing it from the tab.
>
> Best regards.
> Eranga
>
> On Fri, Dec 8, 2017 at 7:18 AM, Jason De Silva 
> wrote:
>
>> Hi Damith / Eranga,
>>
>> If I am the user I would like to know the extension of the file. So
>> +1 to at least show the .siddhi extension in workspace tree/dropdown if 
>> we
>> are removing it from the tabs.
>>
>> Regards,
>> Jason
>>
>> Jason De Silva
>> *Software Engineer - QA*
>> Mobile: +94 (0) 772 097 678
>> Email: jas...@wso2.com
>> WSO2 Inc. www.wso2.com
>> 
>>
>> On Fri, Dec 8, 2017 at 6:19 AM, Damith Wickramasinghe <
>> dami...@wso2.com> wrote:
>>
>>> Hi Eranga,
>>>
>>> I understand your point but my only issue is not conveying user that
>>> these files use .siddhi extension. So shall we at least keep the .siddhi
>>> extension in workspace dropdown as we are showing the actual files 
>>> there.
>>> So that user knows it. And we can remove the .siddhi extensions in tabs.
>>> WDYT ?
>>>
>>> Regards,
>>> Damith
>>>
>>> On Thu, Dec 7, 2017 at 11:42 AM, Eranga Liyanage 
>>> wrote:
>>>
 Hi Damith,

 In editors usually, we can edit multiple file types. So when the
 respective file is opened it shows the file type with it for easy
 identification.

 But in our case, we support only .siddhi files and we open files
 from our own workspace which contains only siddhi files. Many single 
 file
 type applications usually do not show its file type on UI.

 In the Stream Processor Editor, we usually open multiple siddhi
 files and in the tab area, it takes unnecessary space to show the 
 .siddhi
 extension. IMHO it's better to hide it from tab section.

 [image: Inline image 1]

 We can show the .siddhi extension on workspace tree and other file
 open/import etc. modals.

 WDYT?

 Best regards,
 Eranga


 On Thu, Dec 7, 2017 at 8:48 AM, Damith Wickramasinghe <
 dami...@wso2.com> wrote:

> Hi Eranga/ All,
>
> In stream processor we support only files with .siddhi extension.
> Even though it is the case IMO user needs to know that the file 
> should have
> .siddhi extension. Because one can just copy paste a file to workspace
> directory of editor without adding the .siddhi extension when he see 
> only
> files without extension created. And having it there also will not 
> make any
> UX issues as I see it. Please raise any concerns if we need to 
> accommodate
> this requirement.
>
> Regards,
> Damith
>

Re: [Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-13 Thread Grainier Perera
@Raveen, You have used to text.split(".")[0] to to remove .siddhi postfix
right. But Siddhi allows having full stop ".", and ".siddhi" in the Siddhi
App name. So this might not work... Try something like text.substring(0,
text.lastIndexOf(".siddhi"))

@Others, please check whether the editor works properly when the App name
have "." or ".siddhi" within. Cause I tried "Receive.And.Count" as the name
and the editor log gave me "Receive.siddhi - undefined".

Thanks,
Grainier

On Mon, Dec 11, 2017 at 9:20 AM, Raveen Rathnayake  wrote:

> Hi all,
>
> I have removed  displaying ".siddhi" clause from the tab and removed the
> ".siddhi" postfix from ".siddhi" in save to file placeholder as well.
> This PR[1] relevant changes.
>
> [1] https://github.com/wso2/carbon-analytics/pull/849
>
> Thank you.
> Raveen.
>
> On Sat, Dec 9, 2017 at 11:53 PM, Damith Wickramasinghe 
> wrote:
>
>> Hi All,
>>
>> Yes +1 . I will inc-operate the changes .
>>
>> Regards,
>> Damith
>>
>> On Fri, Dec 8, 2017 at 6:57 PM, Ramindu De Silva 
>> wrote:
>>
>>> Hi all,
>>>
>>> +1 for Erangas suggestion.
>>> We may need to remove the ".siddhi" postfix from ".siddhi" in save
>>> to file placeholder as well. Currently, we, either way, add .siddhi
>>> extension when saving the file.
>>>
>>> Best Regards,
>>> Ramindu.
>>>
>>> On Fri, Dec 8, 2017 at 11:16 AM, Eranga Liyanage 
>>> wrote:
>>>
 Hi All,

 Yes, we can show the .siddhi extension on workspace tree.

 Users first interaction with the file is either Save, Open, or Import.
 On those interfaces also we show that it's a .siddhi extension file, so
 users won't get confused by removing it from the tab.

 Best regards.
 Eranga

 On Fri, Dec 8, 2017 at 7:18 AM, Jason De Silva  wrote:

> Hi Damith / Eranga,
>
> If I am the user I would like to know the extension of the file. So +1
> to at least show the .siddhi extension in workspace tree/dropdown if we 
> are
> removing it from the tabs.
>
> Regards,
> Jason
>
> Jason De Silva
> *Software Engineer - QA*
> Mobile: +94 (0) 772 097 678
> Email: jas...@wso2.com
> WSO2 Inc. www.wso2.com
> 
>
> On Fri, Dec 8, 2017 at 6:19 AM, Damith Wickramasinghe <
> dami...@wso2.com> wrote:
>
>> Hi Eranga,
>>
>> I understand your point but my only issue is not conveying user that
>> these files use .siddhi extension. So shall we at least keep the .siddhi
>> extension in workspace dropdown as we are showing the actual files there.
>> So that user knows it. And we can remove the .siddhi extensions in tabs.
>> WDYT ?
>>
>> Regards,
>> Damith
>>
>> On Thu, Dec 7, 2017 at 11:42 AM, Eranga Liyanage 
>> wrote:
>>
>>> Hi Damith,
>>>
>>> In editors usually, we can edit multiple file types. So when the
>>> respective file is opened it shows the file type with it for easy
>>> identification.
>>>
>>> But in our case, we support only .siddhi files and we open files
>>> from our own workspace which contains only siddhi files. Many single 
>>> file
>>> type applications usually do not show its file type on UI.
>>>
>>> In the Stream Processor Editor, we usually open multiple siddhi
>>> files and in the tab area, it takes unnecessary space to show the 
>>> .siddhi
>>> extension. IMHO it's better to hide it from tab section.
>>>
>>> [image: Inline image 1]
>>>
>>> We can show the .siddhi extension on workspace tree and other file
>>> open/import etc. modals.
>>>
>>> WDYT?
>>>
>>> Best regards,
>>> Eranga
>>>
>>>
>>> On Thu, Dec 7, 2017 at 8:48 AM, Damith Wickramasinghe <
>>> dami...@wso2.com> wrote:
>>>
 Hi Eranga/ All,

 In stream processor we support only files with .siddhi extension.
 Even though it is the case IMO user needs to know that the file should 
 have
 .siddhi extension. Because one can just copy paste a file to workspace
 directory of editor without adding the .siddhi extension when he see 
 only
 files without extension created. And having it there also will not 
 make any
 UX issues as I see it. Please raise any concerns if we need to 
 accommodate
 this requirement.

 Regards,
 Damith

 --
 Senior Software Engineer
 WSO2 Inc.; http://wso2.com
 
 lean.enterprise.middleware

 mobile: *+94728671315 <+94%2072%20867%201315>*


>>>
>>>
>>> --
>>> *Eranga Liyanage*
>>> Senior UX Engineer | WSO2
>>> Mob : +94 77 395 

Re: [Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-11 Thread Raveen Rathnayake
Hi all,

I have removed  displaying ".siddhi" clause from the tab and removed the
".siddhi" postfix from ".siddhi" in save to file placeholder as well.
This PR[1] relevant changes.

[1] https://github.com/wso2/carbon-analytics/pull/849

Thank you.
Raveen.

On Sat, Dec 9, 2017 at 11:53 PM, Damith Wickramasinghe 
wrote:

> Hi All,
>
> Yes +1 . I will inc-operate the changes .
>
> Regards,
> Damith
>
> On Fri, Dec 8, 2017 at 6:57 PM, Ramindu De Silva 
> wrote:
>
>> Hi all,
>>
>> +1 for Erangas suggestion.
>> We may need to remove the ".siddhi" postfix from ".siddhi" in save to
>> file placeholder as well. Currently, we, either way, add .siddhi extension
>> when saving the file.
>>
>> Best Regards,
>> Ramindu.
>>
>> On Fri, Dec 8, 2017 at 11:16 AM, Eranga Liyanage 
>> wrote:
>>
>>> Hi All,
>>>
>>> Yes, we can show the .siddhi extension on workspace tree.
>>>
>>> Users first interaction with the file is either Save, Open, or Import.
>>> On those interfaces also we show that it's a .siddhi extension file, so
>>> users won't get confused by removing it from the tab.
>>>
>>> Best regards.
>>> Eranga
>>>
>>> On Fri, Dec 8, 2017 at 7:18 AM, Jason De Silva  wrote:
>>>
 Hi Damith / Eranga,

 If I am the user I would like to know the extension of the file. So +1
 to at least show the .siddhi extension in workspace tree/dropdown if we are
 removing it from the tabs.

 Regards,
 Jason

 Jason De Silva
 *Software Engineer - QA*
 Mobile: +94 (0) 772 097 678
 Email: jas...@wso2.com
 WSO2 Inc. www.wso2.com
 

 On Fri, Dec 8, 2017 at 6:19 AM, Damith Wickramasinghe  wrote:

> Hi Eranga,
>
> I understand your point but my only issue is not conveying user that
> these files use .siddhi extension. So shall we at least keep the .siddhi
> extension in workspace dropdown as we are showing the actual files there.
> So that user knows it. And we can remove the .siddhi extensions in tabs.
> WDYT ?
>
> Regards,
> Damith
>
> On Thu, Dec 7, 2017 at 11:42 AM, Eranga Liyanage 
> wrote:
>
>> Hi Damith,
>>
>> In editors usually, we can edit multiple file types. So when the
>> respective file is opened it shows the file type with it for easy
>> identification.
>>
>> But in our case, we support only .siddhi files and we open files from
>> our own workspace which contains only siddhi files. Many single file type
>> applications usually do not show its file type on UI.
>>
>> In the Stream Processor Editor, we usually open multiple siddhi files
>> and in the tab area, it takes unnecessary space to show the .siddhi
>> extension. IMHO it's better to hide it from tab section.
>>
>> [image: Inline image 1]
>>
>> We can show the .siddhi extension on workspace tree and other file
>> open/import etc. modals.
>>
>> WDYT?
>>
>> Best regards,
>> Eranga
>>
>>
>> On Thu, Dec 7, 2017 at 8:48 AM, Damith Wickramasinghe <
>> dami...@wso2.com> wrote:
>>
>>> Hi Eranga/ All,
>>>
>>> In stream processor we support only files with .siddhi extension.
>>> Even though it is the case IMO user needs to know that the file should 
>>> have
>>> .siddhi extension. Because one can just copy paste a file to workspace
>>> directory of editor without adding the .siddhi extension when he see 
>>> only
>>> files without extension created. And having it there also will not make 
>>> any
>>> UX issues as I see it. Please raise any concerns if we need to 
>>> accommodate
>>> this requirement.
>>>
>>> Regards,
>>> Damith
>>>
>>> --
>>> Senior Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> 
>>> lean.enterprise.middleware
>>>
>>> mobile: *+94728671315 <+94%2072%20867%201315>*
>>>
>>>
>>
>>
>> --
>> *Eranga Liyanage*
>> Senior UX Engineer | WSO2
>> Mob : +94 77 395 
>> Blog : https://medium.com/@erangatl
>> Linkedin : https://www.linkedin.com/in/erangaliyanage
>>
>>
>
>
> --
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> 
> lean.enterprise.middleware
>
> mobile: *+94728671315 <+94%2072%20867%201315>*
>
>

>>>
>>>
>>> --
>>> *Eranga Liyanage*
>>> Senior UX Engineer | WSO2
>>> Mob : +94 77 395 
>>> Blog : https://medium.com/@erangatl
>>> Linkedin : https://www.linkedin.com/in/erangaliyanage
>>>
>>>
>>
>>
>> --
>> *Ramindu De Silva*
>> Software Engineer
>> WSO2 Inc.: http://wso2.com
>> lean.enterprise.middleware
>>
>> 

Re: [Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-09 Thread Damith Wickramasinghe
Hi All,

Yes +1 . I will inc-operate the changes .

Regards,
Damith

On Fri, Dec 8, 2017 at 6:57 PM, Ramindu De Silva  wrote:

> Hi all,
>
> +1 for Erangas suggestion.
> We may need to remove the ".siddhi" postfix from ".siddhi" in save to
> file placeholder as well. Currently, we, either way, add .siddhi extension
> when saving the file.
>
> Best Regards,
> Ramindu.
>
> On Fri, Dec 8, 2017 at 11:16 AM, Eranga Liyanage  wrote:
>
>> Hi All,
>>
>> Yes, we can show the .siddhi extension on workspace tree.
>>
>> Users first interaction with the file is either Save, Open, or Import. On
>> those interfaces also we show that it's a .siddhi extension file, so users
>> won't get confused by removing it from the tab.
>>
>> Best regards.
>> Eranga
>>
>> On Fri, Dec 8, 2017 at 7:18 AM, Jason De Silva  wrote:
>>
>>> Hi Damith / Eranga,
>>>
>>> If I am the user I would like to know the extension of the file. So +1
>>> to at least show the .siddhi extension in workspace tree/dropdown if we are
>>> removing it from the tabs.
>>>
>>> Regards,
>>> Jason
>>>
>>> Jason De Silva
>>> *Software Engineer - QA*
>>> Mobile: +94 (0) 772 097 678
>>> Email: jas...@wso2.com
>>> WSO2 Inc. www.wso2.com
>>> 
>>>
>>> On Fri, Dec 8, 2017 at 6:19 AM, Damith Wickramasinghe 
>>> wrote:
>>>
 Hi Eranga,

 I understand your point but my only issue is not conveying user that
 these files use .siddhi extension. So shall we at least keep the .siddhi
 extension in workspace dropdown as we are showing the actual files there.
 So that user knows it. And we can remove the .siddhi extensions in tabs.
 WDYT ?

 Regards,
 Damith

 On Thu, Dec 7, 2017 at 11:42 AM, Eranga Liyanage 
 wrote:

> Hi Damith,
>
> In editors usually, we can edit multiple file types. So when the
> respective file is opened it shows the file type with it for easy
> identification.
>
> But in our case, we support only .siddhi files and we open files from
> our own workspace which contains only siddhi files. Many single file type
> applications usually do not show its file type on UI.
>
> In the Stream Processor Editor, we usually open multiple siddhi files
> and in the tab area, it takes unnecessary space to show the .siddhi
> extension. IMHO it's better to hide it from tab section.
>
> [image: Inline image 1]
>
> We can show the .siddhi extension on workspace tree and other file
> open/import etc. modals.
>
> WDYT?
>
> Best regards,
> Eranga
>
>
> On Thu, Dec 7, 2017 at 8:48 AM, Damith Wickramasinghe <
> dami...@wso2.com> wrote:
>
>> Hi Eranga/ All,
>>
>> In stream processor we support only files with .siddhi extension.
>> Even though it is the case IMO user needs to know that the file should 
>> have
>> .siddhi extension. Because one can just copy paste a file to workspace
>> directory of editor without adding the .siddhi extension when he see only
>> files without extension created. And having it there also will not make 
>> any
>> UX issues as I see it. Please raise any concerns if we need to 
>> accommodate
>> this requirement.
>>
>> Regards,
>> Damith
>>
>> --
>> Senior Software Engineer
>> WSO2 Inc.; http://wso2.com
>> 
>> lean.enterprise.middleware
>>
>> mobile: *+94728671315 <+94%2072%20867%201315>*
>>
>>
>
>
> --
> *Eranga Liyanage*
> Senior UX Engineer | WSO2
> Mob : +94 77 395 
> Blog : https://medium.com/@erangatl
> Linkedin : https://www.linkedin.com/in/erangaliyanage
>
>


 --
 Senior Software Engineer
 WSO2 Inc.; http://wso2.com
 
 lean.enterprise.middleware

 mobile: *+94728671315 <+94%2072%20867%201315>*


>>>
>>
>>
>> --
>> *Eranga Liyanage*
>> Senior UX Engineer | WSO2
>> Mob : +94 77 395 
>> Blog : https://medium.com/@erangatl
>> Linkedin : https://www.linkedin.com/in/erangaliyanage
>>
>>
>
>
> --
> *Ramindu De Silva*
> Software Engineer
> WSO2 Inc.: http://wso2.com
> lean.enterprise.middleware
>
> email: ramin...@wso2.com 
> mob: +94 719678895
>



-- 
Senior Software Engineer
WSO2 Inc.; http://wso2.com

lean.enterprise.middleware

mobile: *+94728671315*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-08 Thread Ramindu De Silva
Hi all,

+1 for Erangas suggestion.
We may need to remove the ".siddhi" postfix from ".siddhi" in save to
file placeholder as well. Currently, we, either way, add .siddhi extension
when saving the file.

Best Regards,
Ramindu.

On Fri, Dec 8, 2017 at 11:16 AM, Eranga Liyanage  wrote:

> Hi All,
>
> Yes, we can show the .siddhi extension on workspace tree.
>
> Users first interaction with the file is either Save, Open, or Import. On
> those interfaces also we show that it's a .siddhi extension file, so users
> won't get confused by removing it from the tab.
>
> Best regards.
> Eranga
>
> On Fri, Dec 8, 2017 at 7:18 AM, Jason De Silva  wrote:
>
>> Hi Damith / Eranga,
>>
>> If I am the user I would like to know the extension of the file. So +1 to
>> at least show the .siddhi extension in workspace tree/dropdown if we are
>> removing it from the tabs.
>>
>> Regards,
>> Jason
>>
>> Jason De Silva
>> *Software Engineer - QA*
>> Mobile: +94 (0) 772 097 678
>> Email: jas...@wso2.com
>> WSO2 Inc. www.wso2.com
>> 
>>
>> On Fri, Dec 8, 2017 at 6:19 AM, Damith Wickramasinghe 
>> wrote:
>>
>>> Hi Eranga,
>>>
>>> I understand your point but my only issue is not conveying user that
>>> these files use .siddhi extension. So shall we at least keep the .siddhi
>>> extension in workspace dropdown as we are showing the actual files there.
>>> So that user knows it. And we can remove the .siddhi extensions in tabs.
>>> WDYT ?
>>>
>>> Regards,
>>> Damith
>>>
>>> On Thu, Dec 7, 2017 at 11:42 AM, Eranga Liyanage 
>>> wrote:
>>>
 Hi Damith,

 In editors usually, we can edit multiple file types. So when the
 respective file is opened it shows the file type with it for easy
 identification.

 But in our case, we support only .siddhi files and we open files from
 our own workspace which contains only siddhi files. Many single file type
 applications usually do not show its file type on UI.

 In the Stream Processor Editor, we usually open multiple siddhi files
 and in the tab area, it takes unnecessary space to show the .siddhi
 extension. IMHO it's better to hide it from tab section.

 [image: Inline image 1]

 We can show the .siddhi extension on workspace tree and other file
 open/import etc. modals.

 WDYT?

 Best regards,
 Eranga


 On Thu, Dec 7, 2017 at 8:48 AM, Damith Wickramasinghe  wrote:

> Hi Eranga/ All,
>
> In stream processor we support only files with .siddhi extension. Even
> though it is the case IMO user needs to know that the file should have
> .siddhi extension. Because one can just copy paste a file to workspace
> directory of editor without adding the .siddhi extension when he see only
> files without extension created. And having it there also will not make 
> any
> UX issues as I see it. Please raise any concerns if we need to accommodate
> this requirement.
>
> Regards,
> Damith
>
> --
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> 
> lean.enterprise.middleware
>
> mobile: *+94728671315 <+94%2072%20867%201315>*
>
>


 --
 *Eranga Liyanage*
 Senior UX Engineer | WSO2
 Mob : +94 77 395 
 Blog : https://medium.com/@erangatl
 Linkedin : https://www.linkedin.com/in/erangaliyanage


>>>
>>>
>>> --
>>> Senior Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> 
>>> lean.enterprise.middleware
>>>
>>> mobile: *+94728671315 <+94%2072%20867%201315>*
>>>
>>>
>>
>
>
> --
> *Eranga Liyanage*
> Senior UX Engineer | WSO2
> Mob : +94 77 395 
> Blog : https://medium.com/@erangatl
> Linkedin : https://www.linkedin.com/in/erangaliyanage
>
>


-- 
*Ramindu De Silva*
Software Engineer
WSO2 Inc.: http://wso2.com
lean.enterprise.middleware

email: ramin...@wso2.com 
mob: +94 719678895
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-07 Thread Eranga Liyanage
Hi All,

Yes, we can show the .siddhi extension on workspace tree.

Users first interaction with the file is either Save, Open, or Import. On
those interfaces also we show that it's a .siddhi extension file, so users
won't get confused by removing it from the tab.

Best regards.
Eranga

On Fri, Dec 8, 2017 at 7:18 AM, Jason De Silva  wrote:

> Hi Damith / Eranga,
>
> If I am the user I would like to know the extension of the file. So +1 to
> at least show the .siddhi extension in workspace tree/dropdown if we are
> removing it from the tabs.
>
> Regards,
> Jason
>
> Jason De Silva
> *Software Engineer - QA*
> Mobile: +94 (0) 772 097 678
> Email: jas...@wso2.com
> WSO2 Inc. www.wso2.com
> 
>
> On Fri, Dec 8, 2017 at 6:19 AM, Damith Wickramasinghe 
> wrote:
>
>> Hi Eranga,
>>
>> I understand your point but my only issue is not conveying user that
>> these files use .siddhi extension. So shall we at least keep the .siddhi
>> extension in workspace dropdown as we are showing the actual files there.
>> So that user knows it. And we can remove the .siddhi extensions in tabs.
>> WDYT ?
>>
>> Regards,
>> Damith
>>
>> On Thu, Dec 7, 2017 at 11:42 AM, Eranga Liyanage 
>> wrote:
>>
>>> Hi Damith,
>>>
>>> In editors usually, we can edit multiple file types. So when the
>>> respective file is opened it shows the file type with it for easy
>>> identification.
>>>
>>> But in our case, we support only .siddhi files and we open files from
>>> our own workspace which contains only siddhi files. Many single file type
>>> applications usually do not show its file type on UI.
>>>
>>> In the Stream Processor Editor, we usually open multiple siddhi files
>>> and in the tab area, it takes unnecessary space to show the .siddhi
>>> extension. IMHO it's better to hide it from tab section.
>>>
>>> [image: Inline image 1]
>>>
>>> We can show the .siddhi extension on workspace tree and other file
>>> open/import etc. modals.
>>>
>>> WDYT?
>>>
>>> Best regards,
>>> Eranga
>>>
>>>
>>> On Thu, Dec 7, 2017 at 8:48 AM, Damith Wickramasinghe 
>>> wrote:
>>>
 Hi Eranga/ All,

 In stream processor we support only files with .siddhi extension. Even
 though it is the case IMO user needs to know that the file should have
 .siddhi extension. Because one can just copy paste a file to workspace
 directory of editor without adding the .siddhi extension when he see only
 files without extension created. And having it there also will not make any
 UX issues as I see it. Please raise any concerns if we need to accommodate
 this requirement.

 Regards,
 Damith

 --
 Senior Software Engineer
 WSO2 Inc.; http://wso2.com
 
 lean.enterprise.middleware

 mobile: *+94728671315 <+94%2072%20867%201315>*


>>>
>>>
>>> --
>>> *Eranga Liyanage*
>>> Senior UX Engineer | WSO2
>>> Mob : +94 77 395 
>>> Blog : https://medium.com/@erangatl
>>> Linkedin : https://www.linkedin.com/in/erangaliyanage
>>>
>>>
>>
>>
>> --
>> Senior Software Engineer
>> WSO2 Inc.; http://wso2.com
>> 
>> lean.enterprise.middleware
>>
>> mobile: *+94728671315 <+94%2072%20867%201315>*
>>
>>
>


-- 
*Eranga Liyanage*
Senior UX Engineer | WSO2
Mob : +94 77 395 
Blog : https://medium.com/@erangatl
Linkedin : https://www.linkedin.com/in/erangaliyanage
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-07 Thread Jason De Silva
Hi Damith / Eranga,

If I am the user I would like to know the extension of the file. So +1 to
at least show the .siddhi extension in workspace tree/dropdown if we are
removing it from the tabs.

Regards,
Jason

Jason De Silva
*Software Engineer - QA*
Mobile: +94 (0) 772 097 678
Email: jas...@wso2.com
WSO2 Inc. www.wso2.com


On Fri, Dec 8, 2017 at 6:19 AM, Damith Wickramasinghe 
wrote:

> Hi Eranga,
>
> I understand your point but my only issue is not conveying user that these
> files use .siddhi extension. So shall we at least keep the .siddhi
> extension in workspace dropdown as we are showing the actual files there.
> So that user knows it. And we can remove the .siddhi extensions in tabs.
> WDYT ?
>
> Regards,
> Damith
>
> On Thu, Dec 7, 2017 at 11:42 AM, Eranga Liyanage  wrote:
>
>> Hi Damith,
>>
>> In editors usually, we can edit multiple file types. So when the
>> respective file is opened it shows the file type with it for easy
>> identification.
>>
>> But in our case, we support only .siddhi files and we open files from our
>> own workspace which contains only siddhi files. Many single file type
>> applications usually do not show its file type on UI.
>>
>> In the Stream Processor Editor, we usually open multiple siddhi files and
>> in the tab area, it takes unnecessary space to show the .siddhi extension.
>> IMHO it's better to hide it from tab section.
>>
>> [image: Inline image 1]
>>
>> We can show the .siddhi extension on workspace tree and other file
>> open/import etc. modals.
>>
>> WDYT?
>>
>> Best regards,
>> Eranga
>>
>>
>> On Thu, Dec 7, 2017 at 8:48 AM, Damith Wickramasinghe 
>> wrote:
>>
>>> Hi Eranga/ All,
>>>
>>> In stream processor we support only files with .siddhi extension. Even
>>> though it is the case IMO user needs to know that the file should have
>>> .siddhi extension. Because one can just copy paste a file to workspace
>>> directory of editor without adding the .siddhi extension when he see only
>>> files without extension created. And having it there also will not make any
>>> UX issues as I see it. Please raise any concerns if we need to accommodate
>>> this requirement.
>>>
>>> Regards,
>>> Damith
>>>
>>> --
>>> Senior Software Engineer
>>> WSO2 Inc.; http://wso2.com
>>> 
>>> lean.enterprise.middleware
>>>
>>> mobile: *+94728671315 <+94%2072%20867%201315>*
>>>
>>>
>>
>>
>> --
>> *Eranga Liyanage*
>> Senior UX Engineer | WSO2
>> Mob : +94 77 395 
>> Blog : https://medium.com/@erangatl
>> Linkedin : https://www.linkedin.com/in/erangaliyanage
>>
>>
>
>
> --
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> 
> lean.enterprise.middleware
>
> mobile: *+94728671315 <+94%2072%20867%201315>*
>
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-07 Thread Damith Wickramasinghe
Hi Eranga,

I understand your point but my only issue is not conveying user that these
files use .siddhi extension. So shall we at least keep the .siddhi
extension in workspace dropdown as we are showing the actual files there.
So that user knows it. And we can remove the .siddhi extensions in tabs.
WDYT ?

Regards,
Damith

On Thu, Dec 7, 2017 at 11:42 AM, Eranga Liyanage  wrote:

> Hi Damith,
>
> In editors usually, we can edit multiple file types. So when the
> respective file is opened it shows the file type with it for easy
> identification.
>
> But in our case, we support only .siddhi files and we open files from our
> own workspace which contains only siddhi files. Many single file type
> applications usually do not show its file type on UI.
>
> In the Stream Processor Editor, we usually open multiple siddhi files and
> in the tab area, it takes unnecessary space to show the .siddhi extension.
> IMHO it's better to hide it from tab section.
>
> [image: Inline image 1]
>
> We can show the .siddhi extension on workspace tree and other file
> open/import etc. modals.
>
> WDYT?
>
> Best regards,
> Eranga
>
>
> On Thu, Dec 7, 2017 at 8:48 AM, Damith Wickramasinghe 
> wrote:
>
>> Hi Eranga/ All,
>>
>> In stream processor we support only files with .siddhi extension. Even
>> though it is the case IMO user needs to know that the file should have
>> .siddhi extension. Because one can just copy paste a file to workspace
>> directory of editor without adding the .siddhi extension when he see only
>> files without extension created. And having it there also will not make any
>> UX issues as I see it. Please raise any concerns if we need to accommodate
>> this requirement.
>>
>> Regards,
>> Damith
>>
>> --
>> Senior Software Engineer
>> WSO2 Inc.; http://wso2.com
>> 
>> lean.enterprise.middleware
>>
>> mobile: *+94728671315 <+94%2072%20867%201315>*
>>
>>
>
>
> --
> *Eranga Liyanage*
> Senior UX Engineer | WSO2
> Mob : +94 77 395 
> Blog : https://medium.com/@erangatl
> Linkedin : https://www.linkedin.com/in/erangaliyanage
>
>


-- 
Senior Software Engineer
WSO2 Inc.; http://wso2.com

lean.enterprise.middleware

mobile: *+94728671315*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-06 Thread Eranga Liyanage
Hi Damith,

In editors usually, we can edit multiple file types. So when the respective
file is opened it shows the file type with it for easy identification.

But in our case, we support only .siddhi files and we open files from our
own workspace which contains only siddhi files. Many single file type
applications usually do not show its file type on UI.

In the Stream Processor Editor, we usually open multiple siddhi files and
in the tab area, it takes unnecessary space to show the .siddhi extension.
IMHO it's better to hide it from tab section.

[image: Inline image 1]

We can show the .siddhi extension on workspace tree and other file
open/import etc. modals.

WDYT?

Best regards,
Eranga


On Thu, Dec 7, 2017 at 8:48 AM, Damith Wickramasinghe 
wrote:

> Hi Eranga/ All,
>
> In stream processor we support only files with .siddhi extension. Even
> though it is the case IMO user needs to know that the file should have
> .siddhi extension. Because one can just copy paste a file to workspace
> directory of editor without adding the .siddhi extension when he see only
> files without extension created. And having it there also will not make any
> UX issues as I see it. Please raise any concerns if we need to accommodate
> this requirement.
>
> Regards,
> Damith
>
> --
> Senior Software Engineer
> WSO2 Inc.; http://wso2.com
> 
> lean.enterprise.middleware
>
> mobile: *+94728671315 <+94%2072%20867%201315>*
>
>


-- 
*Eranga Liyanage*
Senior UX Engineer | WSO2
Mob : +94 77 395 
Blog : https://medium.com/@erangatl
Linkedin : https://www.linkedin.com/in/erangaliyanage
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Stream Processor Editor - Removing .siddhi file extension from showing on the ui

2017-12-06 Thread Damith Wickramasinghe
Hi Eranga/ All,

In stream processor we support only files with .siddhi extension. Even
though it is the case IMO user needs to know that the file should have
.siddhi extension. Because one can just copy paste a file to workspace
directory of editor without adding the .siddhi extension when he see only
files without extension created. And having it there also will not make any
UX issues as I see it. Please raise any concerns if we need to accommodate
this requirement.

Regards,
Damith

-- 
Senior Software Engineer
WSO2 Inc.; http://wso2.com

lean.enterprise.middleware

mobile: *+94728671315*
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev