Bug 506188 - cannot create files with more than one dot in the name (e.g. x.min.js)
Summary: cannot create files with more than one dot in the name (e.g. x.min.js)
Status: NEW
Alias: None
Product: Dirigible
Classification: ECD
Component: ide (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 8
: P3 normal
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-19 05:02 EDT by Georgi Pavlov CLA
Modified: 2017-08-21 06:51 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Georgi Pavlov CLA 2016-10-19 05:02:30 EDT
It seems to be leftover form the support for java but the effect is that you can't create files in the IDE with more than one dot in the name and in fact file names need to comply with the Java rules for file names (even HTML). The default should be the other way round, the rule should be anything that is a valid file name by default goes, and scripting languages that have specific constraint need to be able to plug them on demand precisely for their file types only.