issuekey stringlengths 8 11 | title stringlengths 16 187 | description stringlengths 10 20k ⌀ | storypoint int64 1 40 | split_mark stringclasses 1
value |
|---|---|---|---|---|
TISTUD-1672 | Titanium Studio: Multiline Search: history and scope icons are inactive, only down arrow displays drop-down list | Search history icon does not function when clicked. Only the small down arrow next to the icon will display the search history drop-down menu. Screenshot attached. This is a valid issue, as this is how the run configuration icons function, in addition to basic usability. This also affects the scope icon. Note: Th... | 5 | train |
TISTUD-1673 | Titanium Studio: Multiline Search: enable horizontal scrolling in search and replace boxes | In the search and find text areas, vertical scrolling (i.e., by mouse scroll) is enabled, but not horizontal scrolling. This impairs the functionality of the fields because longer text lines cannot be easily navigated. The only way to scroll horizontally is to use the highlight functionality of the cursor (not ideal). ... | 2 | train |
TISTUD-1674 | Titanium Studio: Multiline Search: add "Select All" command to select all to search and replace boxes | When clicking on text in the search or replace boxes, it is difficult to select all the text. Steps to Reproduce: 1. Open studio, create a new project, open the app.js file. 2. Open search bar (command + f on osx). 3. Copy/paste a larger block of code in the search box. 4. Attempt to use the "Select All" comma... | 5 | train |
TISTUD-1677 | Multiline Search: find should jump to string matches when scope is set to open files | When two js files are open, each containing a particular string, and that string is searched-for from the search bar using the scope setting: open files, the find button does not jump the cursor to the matching string instances. The matches are recognized and highlighted when find is pressed, but the specific matches a... | 8 | train |
TISTUD-1678 | Android: allow users to launch x86 emulator | h2. Description Developers need to be able to leverage the Android x86 emulator that was made available with Android SDK r17. It claims to have performance increases beyond the standard emulator making for a better development experience. h2. Proposed Solution(s) It would be good if you could specify by defaul... | 13 | train |
TISTUD-1680 | Better error hinting with regard to non-UTF-8 characters for android | h2. Problem When a non-UTF-8 character is found in a Titanium editor window, TiStudio will mark the file containing it with an error in the gutter. Doing a mouse over on this error reveals the following error message. {code:lang=none} File needs to be in UTF-8 encoding for Android. Decoding failed near byte 0. ... | 8 | train |
TISTUD-1685 | Allow users to tab between fields in JIRA "Submit Ticket" dialog | h3. Steps to Reproduce # Choose Help > Titanium Studio > Submit Ticket... # Attempt to tab betwen fields # It instead inserts a tab into the current field h3. Actual Result Inserts a tab into the current field h3. Expected Result Tabs between fields | 3 | train |
TISTUD-1681 | Dashboard's Configure page has two platform "spinners" that never get replaced by content | When I load the Dashboard on my Win7 VM and then click the "Configure" tab, MobileWeb appears, but there are two spinner placeholders (for IOS and Android?) that never get replaced by content. | 8 | train |
TISTUD-1682 | Studio: Local variables do not appear in content assist | Local variables do not appear in content assist. This is a regression issue (did not appear in 1.0.9). Steps to reproduce: 1. In a JavaScript file enter: {code} function myFunction(myParam){ var newLocal = my } {code} 2. Invoke content assist after the my on the unfinished line. Expected results: C... | 13 | train |
TISTUD-1683 | Out of Memory error indexing ti.jira module | When I was testing module installation in TISTUD-1579, I ran into this issue after the module got unzipped to a project. The module involved was ti.jira 1.2.1 ("JIRA Module" in the marketplace). {code} !ENTRY org.eclipse.core.jobs 4 2 2012-05-21 13:36:05.558 !MESSAGE An internal error occurred during: "Building work... | 8 | train |
TISTUD-1694 | TestFlight Publish confirmation dialog is missing content | When a TestFlight publish is complete, the confirmation dialog has yes/no buttons, but does not pose a question. This may apply to the entire publish extension, so the fix may be in the default implementation | 5 | train |
TISTUD-1695 | Titanium Studio: Project Explorer: Close Project and Open Project not updated until re-click on project | Project > Open, and Project > Close command availability are not updated in real time for projects in the Project Explorer. The old project options are still available (e.g., Close is available if the project is already closed). Re-clicking the project in the explorer will update the Project menu options. This is... | 8 | train |
TISTUD-1697 | Titanium Studio: App Explorer: opening a project in Project Explorer changes selected project in App Explorer | When a project is opened after being closed in the Project Explorer, the App Explorer selected project is updated to the recently opened project. It is expected the selected project in the App Explorer would only change if it is deleted or manually changed. However, the App Explorer selected project is not updated (... | 8 | train |
TISTUD-1698 | Titanium Studio: Editor: reopening open project file via Project Explorer Local Filesystem results in duplicate mirror file in editor | If a file that is open in the editor is opened again using the Project Explorer Filesystem, there is a resulting mirror copy of the file in the studio editor. This is not a regression. There is no log info. Steps to Reproduce: 1. Create a new project. 2. Open app.js if it isn't open already from the Project E... | 8 | train |
TISTUD-1700 | "Search > Search" and "Search > File" bring up same menu | Search > Search and Search > File bring up the same menu. Alternately, PyDev is missing from the Search drop down (e.g., Search > PyDev...). Titanium Behavior: In the Search drop-down, there are two options (Search, and File...). Search > Search brings up the search menu. Search > File... brings up the search m... | 8 | train |
TISTUD-1701 | Editor: changing file type then reopening does not reflect new file type | If a file is open in the editor, and the file type is edited in the project explorer, the open file in the editor is not fully updated. See info in Expected/Actual Result below. The file will only update if it is closed and reopened. Clicking on the file will not update it. Relaunching studio will not update it. Thi... | 13 | train |
TISTUD-1702 | Titanium Studio: code selection highlighting artifacts exist in some themes when cursor pressed and dragged down then up | In some themes, when the cursor is pressed to highlight a selection, dragged down over code, then dragged back up, there are highlight artifacts in the code editor display. Screenshot attached. No log info. This is not a regression. I tested all themes A-E. Themes affected: Aptana Studio 2.x All Hallow's E... | 8 | train |
TISTUD-1703 | Titanium Studio: alpha highlight fails for some themes on initial preference change | When a block of code is highlighted and the theme preference is changed to certain themes, the highlighting intermittently fails until file reload. This is not a regression. This is only known to affect Windows 7 and Ubuntu 12.04, but not OS X. This is known to affect the following themes: idleFingers iLife 0... | 8 | train |
TISTUD-1704 | Titanium Studio: App Explorer: Local Filesystem root has no name on Linux | On Linux, the Project Explorer Local Filesystem root directory has no name. This does not affect Windows 7 or OS X Snow Leopard. This is not a regression. Steps to Reproduce: 1. Open studio. 2. Navigate to Project Explorer. 3. Navigate to Local Filesystem. 4. Navigate to the root directory. Expected Resu... | 5 | train |
TISTUD-1705 | Titanium Studio: top menu bar receives events on Linux when other menu windows are open | Top menu bar receives events on Linux when other menu windows (i.e., Preferences, About, Search) are open. This can result in multiple preference windows being launched. This is not a regression. This does not affect Windows 7 or Snow Leopard. This does not affect Eclipse on Ubuntu. Steps to Reproduce:prav ... | 8 | train |
TISTUD-1751 | Improve accuracy of Testflight publish progress indicator | During the packaging and subsequent upload of a package to Testflight, the progress bar at the bottom of Studio stalls at 71%. User is unable to determine if the process is proceeding as expected or if a problem has occurred. An active progress indicator would alleviate concerns on the part of the user regarding the ... | 8 | train |
TISTUD-1706 | Studio: Project Explorer: "Promote to Project" causes position shift in full screen mode | When trying to promote a folder to a project in full screen / maximised mode, Titanium Studio moves when the Promote to Project dialogue box opens. This bug is a regression, this issue does not happen in 2.0.1. Steps to reproduce: 1. Open Titanium Studio in Maximised Mode. 2. In the Project Explorer open the co... | 5 | train |
TISTUD-1707 | Titanium Studio: module packaging to project with dirty tiapp.xml fails to write module xml tags | If a module is packaged to a project with a dirty tiapp.xml (i.e., a module was just deleted using the red X), the module xml tags will not be written to the project tiapp.xml. This is not a regression. There is no log. This is related to TISTUD-1666, but this is a separate edge case. Steps to Reproduce: 1.... | 8 | train |
TISTUD-1708 | Studio: HTML verification does not mark syntax errors | I get warning for the DOCTYPE missing but see no syntax errors being marked. This is on a fresh install of Titanium Studio running default settings in a new work space. This is a regression, HTML validation worked in 2.0.1. Steps to reproduce: 1. Create an HTML file with the following: {code} <html xmlns="http... | 8 | train |
TISTUD-1709 | Studio: HTML verification does not mark a warning for unknown attribute | The following code was used in testing and should throw a warning out on the anchor tag's line. Steps to reproduce: 1. Create a HTML file that contains the following: {code} <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8... | 8 | train |
TISTUD-1710 | Dashboard: "Explore" tab has two $$ next to prices of modules | The Titanium Studio dashboard shows two dollar signs next to module prices. See attached images. | 2 | train |
TISTUD-1713 | The JIRA account preference page should not validate when both username and password are empty | From one of our Titans: "Going into the Preferences screen and trying to save yields an error that says that a username must be entered. It is vague, and doesn't say which username or which page the username is on. It turns out it's the JIRA username, but that shouldn't be required for everyone to save their Prefe... | 2 | train |
TISTUD-1714 | Titanium Studio: Preferences menu default size too small to display "Apply" and "Restore Defaults" buttons | The Preferences > Titanium Studio > Titanium menu window, by default, is too small to display the "Apply" and "Restore Defaults" buttons. Screenshot attached. Resizing the window will reveal the buttons (and the resize is automatically saved, fixing the problem). This issue did not affect Studio 1.0.9. This is a reg... | 3 | train |
TISTUD-1716 | Titanium Studio: Import: Import shows an error with Null Pointer exception when project is created inside a directory within the workspace | While trying to import a project that is newly created inside a directory within the workspace then an error message box is shown with Null Pointer exception and the project imported into the project explorer is empty Not a regression, the behavior exists as far as Titanium Studio 1.0.8 Steps to Reproduce: 1. Us... | 8 | train |
TISTUD-1717 | Studio: Command menu does not display in Ubuntu. | While testing in Ubuntu 12.04 I noticed that the Command menu does not appear in the Unity desktop (it appears fine in a gnome desktop setup). Something in the interaction with Unity is causing it to not display properly. Steps to reproduce: 1. Open Titanium Studio with Unity as it's desktop (default setting) 2. T... | 13 | train |
TISTUD-1719 | Titanium Studio: Android Run Configuration does not auto-select screen type if none exists | In the run configurations settings for an android emulator instance, if the sdk version is changed to one that does not have a screen type that existed in the previously selected sdk, there is only a blank screen type, resulting in invalid settings. It would be expected for studio to automatically select the first a... | 5 | train |
TISTUD-1720 | run configuration menu should open last used run configuration for the selected project in app explorer | When a project is selected in the project explorer, and the project explorer Run Configurations menu is selected, it would be convenient if the Run Configurations menu auto-selected the last used run configuration for that selected project (instead of the last run configuration for all projects). Workflow: 1. Cre... | 8 | train |
TISTUD-1721 | setting runtime to rhino then back to v8 results in v8 xml tag in tiapp.xml when it should be default | In the TiApp Overview, setting the runtime to rhino, then back to v8 results in an xml tag added to the tiapp.xml when there should be none because v8 is default for 1.8.0.1+ sdks. This is not a regression. Steps to Reproduce: 1. Create a new project using a 1.8.0.1+ sdk (e.g., 2.0.1.GA). 2. Set the runtime t... | 3 | train |
TISTUD-1723 | Titanium Accounts "Login" button should be disabled until values are entered for Username and Password | Steps: 1. Bring up Titanium Studio->Account preferences 2. Enter a value for username. Keep password empty Expected results: Login button is disabled Actual results: Login button is enabled The Login button should be disabled until values are entered for username and password. This applies to JIRA and Node... | 5 | train |
TISTUD-1820 | Creating an app in studio with "HTML-Based" template shows on "my apps" as "HTML Template" regardless of project name, and has the same GUID regardless of user | While testing pricing we noted an application appeared on Neha's "my apps" list shortly after she tried to create an HTML-based template project in studio. The GUID or name of the application on "my apps" did not match the studio project Neha created. The name on "my apps" was "HTML Template". Shortly after creation, a... | 5 | train |
TISTUD-1726 | Error cleaning titanium project when platform SDK has unusual version string | I have an app tied to a special SDK version for blackberry, where the folder name is "blackberry_compat_2.0.1.v20120407201726". When the project is cleaned, we throw an error trying to parse the version. {code} !ENTRY org.eclipse.core.resources 4 75 2012-06-01 10:47:31.436 !MESSAGE Errors occurred during the build. ... | 8 | train |
TISTUD-1728 | The module dialog seems to only read modules on startup/restart | If you drop a module in Titanium global directory and try and add it using the UI, it won't show up in the list. You must re-start Studio to get it to detect the presence of the new module. We need to re-read each time you launch the dialog | 5 | train |
TISTUD-1730 | Dashboard: Error:'$H' is undefined | When starting Titanium Studio in Windows 7, I am given the following webpage error: Line: 1 Error: '$H' is undefined This is created in the log at about the same time and may be related.: {noformat} !ENTRY com.appcelerator.titanium.core 4 0 2012-06-04 08:22:22.053 !MESSAGE (Build 2.0.2.201205311912) [ERROR] com... | 8 | train |
TISTUD-1731 | Add "continuous integration master" stream to "Install Titanium SDK..." | The stream URL is http://builds.appcelerator.com.s3.amazonaws.com/mobile/master/index.json. We need to work with the platform team to regularize the format so it is closer to what the release stream generates (with version information) so we could apply the same logic on both if possible. | 5 | train |
TISTUD-1732 | Titanium Studio: change default promote project option to titanium mobile | When a folder is imported into studio as a "promote to project" option, Web Project is the default setting. It seems like the default option should be "Titanium Mobile Project". Screenshot attached. Import > General > Existing Folder as New Project | 8 | train |
TISTUD-1733 | Titanium Studio: JIRA Integration: remove priority from bug submission fields | In Help > Submit a Ticket, the Priority field needs to be removed. | 5 | train |
TISTUD-1734 | Titanium Studio: add validation to "promote to project from folder" option for existing projects | When a previously existing project is "promoted to project", there is no validation to inform the user a project already exists. Steps to Reproduce: 1. Create a titanium mobile project. 2. Delete the project from the workspace (without removing from disk). 3. Reimport the project using Import > General > Existi... | 8 | train |
TISTUD-1735 | JavaScript editor is showing a lot more warnings after updating to 2.0.2 | Steps to reproduce: 1. Import Kitchen Sink sample (or any other sample) from Samples view; 2. Open Preferences > Titanium Studio > Validation > JavaScript and make sure "JSLint Validator" is selected; 3. Click OK and agree to re-build the project if asked. 4. Open Resources/app.js file. Expected result: no val... | 8 | train |
TISTUD-1737 | Publish provider wizard does display entire Android platform page | Steps: 1. Start the sample publish provider wizard. Publish->Sample Publish Provider->Publish... 2. Select Android and proceed to the platform page Expected results: The entire Android platform page is shown Actual results: The keystore section is cut off, requiring a resize of the wizard | 5 | train |
TISTUD-1738 | Auto-configure browser list to contain all installed browsers on Mac OSX | Description: While attempting to set a browser before running a mobile web preview, I noticed that the list of browsers did not include any specific browsers except firefox. It would be ideal to populate the list of installed browsers rather than have the user populate the list manually. Steps to reproduce: 1) In... | 8 | train |
TISTUD-1740 | Titanium Studio: Android Emulator: Not recognized by adb, unable to install to Emulator. | When Android emulator deployed, adb fails to recognize the emulator. This is intermittent issue, it effect all emulator versions. This is not an regression it occurred in 2.0.2 Step to reproduce: 1) Create default project. 2) Right Click, Select "Run As", Select "Run Configurations..." 3) Select "Titanium An... | 13 | train |
TISTUD-1742 | Hitting Enter/Return in password field of JIRA login on Submit Ticket dialog doesn't try to log user in | It'd be nice to be able to just hit Return/Enter and have it perform "Log In" without needing to click. This does work in the preference page version of the JIRA account login. | 3 | train |
TISTUD-1743 | Add NodeJS Project wizard to listing in New > menu for Project and App Explorer | The NodeJS project wizard is not listed in the "New" submenu like the Web/Ruby/TiMobile/PHP project wizards are. | 3 | train |
TISTUD-1746 | Titanium Studio: Help > Install Specific Titanium SDK: sdk text field does not have focus when menu first invoked | When the Help > Install SDK from URL menu is invoked, the skd text field does not have focus. It did have focus in 2.0.2. This is a usability issue and a regression. Steps to Reproduce: 1. Open Studio. 2. Go to Help > Install Specific Titanium SDK... Expected Result: Menu should pop up and sdk text fiel... | 3 | train |
TISTUD-1752 | Need BOM (Bill of Materials) for packaged product | As part of continued quality control measures, the build and packaging procedure for Titanium releases will now include a BOM verification. This BOM will be generated from the Development environment and will be verified by QE via a fully releasable packaged installation. This procedure was implemented for the 2.0.2 re... | 3 | train |
TISTUD-1753 | Wrong Android screen-type is used when launching a Mobile Web project for the first time | # Create a new MobileWeb project # Right click the project and select 'Run As... -> Mobile Web Preview in Emulator' # Open the run configuration dialog and locate the newly create Mobile Web launch configuration. Expected: The newly created launch configuration has the default Android 'screen-type' defined at the... | 5 | train |
TISTUD-1754 | Titanium Studio: HTML Editor: invalid closing tag does not generate warning | html verification is not working for closing tags. ex: body tags, paragraph tags etc. This is regression as it do work in 2.0.1, there is no log information. Step to reproduce: 1. Create an blank HTML file. 2. Insert the following code: {code} <html> <head> <title> <title> <head> <body> ... | 13 | train |
TISTUD-1757 | Titanium Studio TiApp.xml visual interface does not show common js modules such as the amazon ti.aws | Titanium Studio TiApp.xml visual interface does not show common js modules such as the amazon ti.aws Titanium AWS module can be found here: https://github.com/appcelerator-se/aws It is installed sibling to the ti.cloud commonjs module in the /commonJS/ folder After this is installed the tiapp.xml visual edito... | 8 | train |
TISTUD-1761 | Titanium Studio: high CPU after removing git-enabled project from workspace | When a git-enabled project is imported then deleted (not from disk) from the workspace, the cpu remains abnormally high for a few minutes. CPU: 137% This is not a regression. Attaching stack trace. Steps to Reproduce: 1. Import a git-enabled titanium mobile project. 2. Delete the project (not from disk)... | 8 | train |
TISTUD-1769 | Empty separator in Publish submenu for Web project | 1. Create a web project using File > New > Web Project; 2. Right-click on the project and select Publish. The pull-over menu will show an empty separator at the top. This doesn't happen on Aptana Studio 3.2.0, nor on Titanium mobile project. | 5 | train |
TISTUD-1771 | Add new portal dashboard controller to run browser configuration check | Related to TISTUD-1414, a portal controller that: # Runs the browser configuration check on demand # Returns back a list of the currently configured browsers | 8 | train |
TISTUD-1772 | Add "Install Titanium Module" menu option to Help menu | Add a menu option (identical to the original Install Titanium SDK screen) that contains: # A text box for a URL # A browse button allowing a user to navigate to a folder on disk This will then install the specified module into the global SDK folder. A note added to the bottom of the screen informing a user of... | 8 | train |
TISTUD-1791 | Allow non-commercial iOS developers to deploy iOS applications | I am using Titanium as a university student, by sharing a provisioning portal for my institution. This allows for educational use without paying the $99/year for a full iOS Developer account. The problem I have is that Titanium Studio is too knowledgeable of the commercial iOS developer program web site, and automa... | 3 | train |
TISTUD-1776 | Titanium Studio: Project Explorer: Python option is not available in the list of "New From Template" under python file | "Python" option is not visible under "New From Template" list and after generating the new file from "New> File", "Python" option is not visible under "Commands" after right click inside the generated python file. Step to reproduce. (To generate the python file from template) 1) Click inside the "Project Explorer".... | 8 | train |
TISTUD-1779 | Add version information to Windows browser configuration names and refresh version info on demand | Related to TISTUD-1414. As discussed, we need to include the version of the browser in question as part of the browser name (see image for example) Ideally, this value would be dynamic, but that appears to be impossible given the current UI. In the case where the user upgrades the browser later, the suggestion... | 13 | train |
TISTUD-1780 | TiApp.xml incorrectly displays select/enabled deployment targets | The enablement of the platform targets is inconsistent Steps: 1. Create a mobile project with just mobile web and SDK >= 2.1.0 2. In the TiApp.xml, enable the android and iphone/ipad targets 3. Change the sdk to < 2.1.0 4. Save the TiApp.xml Results: Checkbox for Android/iphone/ipad are checked but enabled ... | 5 | train |
TISTUD-1781 | Create interface to manage existing Titanium SDKs | If a user has a large selection of Titanium SDKs, they may want to be able to delete them after the fact. Suggest some management interface that would show a list of all currently installed SDKs and allows users to manage them Perhaps move the list of SDKs to a preference page, and move the "Install SDK from URL" fu... | 13 | train |
TISTUD-1783 | Titanium Studio: Run Configurations menu not accessible from simplified Studio perspective | When the new default simple Studio perspective is used, the Run Configurations menu from the deployment drop-downs is greyed-out. This does not occur on the original Extended Studio perspective. There is no log info. This is a regression in behavior. Steps to Reproduce: 1. Launch Studio. 2. Create a new pr... | 3 | train |
TISTUD-1785 | When Ti Studio self-applies an update, a directory with several subdirectories remains on the root of the drive | When a Ti Studio update is installed (using the built-in update notification), after the update is complete and Ti Studio is restarted, the following file always gets left on the hard drive: {panel}C:\var\hudson\workspace\titanium-standalone-master\builders\com.appcelerator.titanium.standalone.build\eclipse\artifact... | 8 | train |
TISTUD-1786 | Last line in JS editor does not have line number when word wrap is enabled | h3. Steps to Reproduce 1. Open JS editor 2. Enable line numbers 3. Copy and paste the following: var win = Ti.UI.createWindow({ backgroundColor : 'white' }) var viewImgShow = Titanium.UI.createImageView({ height : '50', bottom : '50' }); view1_foto.addEventListener('click', function(e) { Ti.API.... | 13 | train |
TISTUD-1788 | Android SDK wizard fails with the message "NLS missing message: MobileSDKConfigurationProcessor_updatermessage in: com.appcelerator.titanium.mobile.portal.processor.message" | When trying to setup Android inside Titanium Studio, the wizard fails showing a window with the following error message: "NLS missing message: MobileSDKConfigurationProcessor_updatermessage in: com.appcelerator.titanium.mobile.portal.processor.message OK" I managed to install the SDK manually, but I get the same ... | 3 | train |
TISTUD-1792 | Titanium Studio: simple perspective not default and can't change back to Studio (extended) if in an old workspace | Simple Perspective does not show up and switching to Studio (extended) does not show the toolbar if in an old workspace. Steps to Reproduce: 1. Open Studio. Actual Result: Studio simple perspective is not the default, nor does it exist. The simple perspective is also not available in Window > Open Perspectiv... | 3 | train |
TISTUD-1793 | Rename "Titanium Mobile [Module] Project" to "Titanium Project" and "Titanium Module Project" | In keeping with the removal of Desktop functionality from the core of Studio, we should rename "Titanium Mobile Project" to "Titanium Project" and "Titanium Mobile Module Project" to "Titanium Module Project" | 13 | train |
TISTUD-1795 | Titanium Studio: Window > Hide Toolbar shows the toolbar instead in new workspace | When studio is launched in a new workspace, the simple perspective has a "Window > Hide Toolbar" option, but there is no toolbar. This command will instead show the toolbar. This issue goes away on second launch of studio. Steps to Reproduce: 1. Open Studio in a new workspace. 2. Go to Window > Show Toolbar. ... | 3 | train |
TISTUD-1796 | Remove Titanium Desktop Project wizard from being promoted in Simple and Advanced perspectives | We need to remove the Titanium Desktop project wizard from the File > New menu, or being "promoted" in any other areas. | 3 | train |
TISTUD-1797 | Titanium Studio: Menu Options: File: New: File> New, Option doesn't shows all list of Titanium Project LIst - It's only shows the "Project" option. | Perspective Studio window, After selecting the File>New displays only "Project...", "File", "Folder", "Untitled Text File" and "Other..." options. Step to reproduce: 1. Open Ti.Studio 2. Select Menu bar "File" 3. Select "New" 4. Check the Actual result 5. Select "Windows" from menu bar 6. Select "Open Perspect... | 5 | train |
TISTUD-1798 | Studio perspective does not prompt to reset the perspective if there have been changes | Steps: 1. Install a 2.1 build on 0618 2. Show the Basic Studio perspective 3. Update Studio to a 2.1 build after 0621 (Studio perspective changed in this build) 4. Open Studio Expected When the studio perspective is opened, we should be prompted to reset the perspective Actual No request is made, the perspe... | 5 | train |
TISTUD-1800 | Titanium Studio: Menu bar: Submit a Ticket..., the tab key only jumps between text fields, not all fields | This is not a regression, using TAB should select each button or check box in the "Submit a Ticket" Window. Step to reproduce: 1. Select "Help" menu bar 2. Select "Titanium Studio" 3. Select "Submit a Ticket..." 4. Use the TAB button from keyboard Expected result: Tab should select every button, check box, t... | 3 | train |
TISTUD-1804 | Titanium Studio crashes right after logging in with ClassNotFoundException: com.aptana.ui.PerspectiveChangeResetListener | # Download the latest beta release from preview.appcelerator.com (i.e. http://preview.appcelerator.com/appcelerator/studio/standalone/install/beta/Titanium_Studio.dmg) # Run Studio. After logging in, it will crash with the following log: {code} !ENTRY org.eclipse.osgi 4 0 2012-06-22 06:52:25.288 !MESSAGE An error... | 8 | train |
TISTUD-1805 | Titanium Studio: If Titanium SDK root folder is read-only, Studio will not prompt the user with an error | If the root Titanium SDK folder is readonly and latest sdk is not there, Studio will not find an sdk to update when update sdk is called. Step to reproduce: 1. /Users/"Your_home_dir"/Library/Application\ Support/Titanium/mobilesdk/osx 2. Delete the latest version of SDK folder 3. Give "Titanium" folder "read onl... | 5 | train |
TISTUD-1809 | Titanium Studio: Dashboard: remove desktop project from create new project dropdown | Dashboard > Develop > Templates > Create New Project still has a dropdown that allows the user to select a desktop project. There should only be one button that only creates a titanium studio project. | 3 | train |
TISTUD-1813 | Titanium Studio: Run Configuration: new configuration should auto-select current project | When a new run configuration is created, it would be helpful if the project were auto-selected based on the project currently in focus (either from the project explorer, or app explorer). Steps to Test: 1. Select a Titanium Mobile project in the project explorer. 2. Go to Run Configurations... 3. Create a new A... | 8 | train |
TISTUD-1815 | Invalid thread access in AndroidSimulatorLaunchConfigurationDelegate.notifyAppInstallError() | Sound in the log file for TISTUD-1814 {code} !ENTRY org.eclipse.text 4 2 2012-06-25 13:57:15.427 !MESSAGE Problems occurred when invoking code from plug-in: "org.eclipse.text". !STACK 0 org.eclipse.swt.SWTException: Invalid thread access org.eclipse.swt.SWT.error(SWT.java:4282) org.eclipse.swt.SWT.error(SW... | 3 | train |
TISTUD-1817 | Titanium Studio: Install Titanium Module > Browse while Packaging Module Freezes Studio | If the Install Titanium Module... Browse window is open and a module packaging operation completes, studio will freeze. It is not possible to get a stack trace when studio is in this condition. Studio must be force-closed from the Activity Monitor. This is a new fail case, as the Install Module menu is new, and I co... | 8 | train |
TISTUD-1818 | Titanium Studio: Upgrade Install Titanium Module to Project to include module in tiapp.xml | If a module is installed to project using Help > Install Titanium Module, the module is not added to the tiapp.xml. If a module is packaged to project, it is included in the tiapp.xml. There is no log info. Steps to Reproduce: 1. Create a new Titanium Mobile project. 2. Create a new Titanium Module project... | 8 | train |
TISTUD-1821 | Titanium Studio: unable to create android module at non-default project location | When creating a module in studio, the creation fails with internal error: could not move file. Screenshot and log attached. This only occurs with android modules. However, android modules can be created from the command line. Steps to Reproduce: 1. Go to New > Titanium Mobile Module Project. 2. Type in a proj... | 8 | train |
TISTUD-1824 | Add per-platform mobile configuration tab for tiapp.xml editor | Each platform for Titanium Mobile has extra content placed into a <platform-name> tab. approximately something like: {code} <?xml version="1.0" encoding="UTF-8"?> <ti:app xmlns:ti="http://ti.appcelerator.org"> ... <iphone> ... </iphone> <android xmlns:android="http://schemas.android.com... | 13 | train |
TISTUD-1825 | Add JDK installation to the Titanium Studio installer | Based on this: http://nsis.sourceforge.net/Java_Runtime_Environment_Dynamic_Installer Install the JDK as noted from http://titanium-studio.s3.amazonaws.com/jdk/jdk-6u25-windows-i586.exe It can evidently be run silently using the commands here: http://www.oracle.com/technetwork/java/javase/install-windows-18... | 13 | train |
TISTUD-1827 | Detect if node.js is installed, if not, run installer | http://nodejs.org/#download # Check to make sure node.js is installed ## For linux, install for Ubuntu, otherwise ask user to install themselves. # If it is, confirm it's within the currently supposed version range. # If not, inform the user to upgrade or install a new version # If it's not installed, download t... | 40 | train |
TISTUD-2002 | Android: Distribute to Android App Store doesn't give any finalization message | When deploying an app to Google Play from Titanium Studio (Publish | Distribute Android App Store), you no longer get a "success" or other finalization message saying that the process is complete. The last line that appears in the Console log is the zipalign command: {panel} "C:\Program Files (x86)\Android\tools\zip... | 5 | train |
TISTUD-1828 | Titanium Studio: intermittent freeze when importing git-enabled project | When importing a project with git information, studio freezes intermittently. This is intermittent and difficult to conclusively regression test. Steps to Reproduce: 1. Import KitchenSink from titanium_mobile using Import... > Existing Titanium Project. Actual Result: Studio unresponsive in Activity Moni... | 8 | train |
TISTUD-1831 | Signup link in Ti Studio login dialog does not work if browser preferences are changed | 1. Logout of Studio and shut it down and restart 2. You should be presented with the signin screen 3. Click on Signup EXPECTED RESULT: taken to a signup page ACTUAL RESULT: Safari pops up in the background with a "cannot find file". file:///Applications/Titanium%20Studio/TitaniumStudio.app/Contents/MacOS/https:/my.... | 5 | train |
TISTUD-1832 | Titanium Studio: Preferences > Titanium Studio > Titanium: Titanium SDK Path not correctly re-validated | In Preferences > Titanium Studio > Titanium > Titanium SDK Home, if you enter an invalid path (e.g., by removing the last two characters), then add in a valid path (e.g., add the last two characters back), studio will not re-validate the path. There is no log info. This is a regression. This does not occur in Stu... | 5 | train |
TISTUD-1833 | Titanium Studio: Preferences > Titanium Studio > Titanium: Android SDK path can't save if no Android SDKs installed | In Preferences > Titanium Studio > Titanium > Android SDK Home, if a fresh Android install is loaded into the path, the preferences cannot be saved. Note: The fresh Android install was just downloaded from http://developer.android.com/sdk/index.html and unzipped, no Android SDKs were installed. There is no log in... | 8 | train |
TISTUD-1834 | BackingStoreException in the log when creating mobile module project | When using File > New > Titanium Mobile Module Project to create an Android module project, I see the following in the log (the project is created successfully): {code} !ENTRY org.eclipse.core.resources 4 4 2012-07-02 15:22:40.110 !MESSAGE Exception occurred while saving project preferences: /tistud1648/.settings/... | 8 | train |
TISTUD-1835 | Incorrect items appear under Publish menu the first time right-clicking on a project | Steps to reproduce: 1. Open Studio on a workspace with existing projects; 2. right-click on a Titanium mobile project (other types of project shows the behavior too) and select Publish to generate its submenus. Expected result: only the menu items appropriate for the project type will appear. Actual result: t... | 8 | train |
TISTUD-1836 | Titanium Studio: Dashboard: Configuration Wizard: Android SDK: Cancel before download begins freezes process | In the Dashboard Configuration Wizard for Android, if the installer is canceled before the Android SDK download begins, the process will freeze. jstack cannot get a stack trace when Studio is in this state, but Studio is useable as the process is running in the background. This is not a regression. This is not inter... | 8 | train |
TISTUD-1839 | Add check for pre-existing files to Titanium Mobile Project creation wizards | Alert: Please save you Desktop or Document links, folders and file and create sample folder to test this bug. This is not a regression. Creating the Titanium Mobile Project on Desktop or Document folder and deleting it from the desktop, clean up all the folders and files. Step to reproduce: 1. Create Ti.Mobile ... | 8 | train |
TISTUD-1840 | Error while selecting JavaScript Formatter in Preferences | 1. Open Preferences in Titanium Studio. 2. Select Titanium Stduio->Formatter 3. Select JavaScript and Preview. 4. Error is seen. ( Screenshot attached). 5. After this step, 'preferences' cannot be opened. Screenshot is attached. ( Studio has to be restarted) | 8 | train |
TISTUD-1842 | Improve prompt when Titanium Module can't be downloaded | h3. Steps to replicate # Select *Help > Install Module from URL* # Paste in URL https://developer.appcelerator.com/package/download/12/581/ti.barcode-iphone-1.8.1-android-1.7-2.3.2.zip h3. Expected result Module is behind a redirect. If we can't download, alert the user with the message: "Unable to download ... | 5 | train |
TISTUD-1843 | handle URL redirects in module download/installation | h3. Steps to replicate # Select *Help > Install Module from URL* # Paste in URL https://developer.appcelerator.com/package/download/12/581/ti.barcode-iphone-1.8.1-android-1.7-2.3.2.zip h3. Expected result Module downloads. h3. Actual Result Nothing happens. | 8 | train |
TISTUD-1846 | Titanium Studio: Available Updates: Object Teams Patch for JDT/Core is not applicable to the current configuration and will not be installed | When updating Titanium Studio, the JDT plug-in generates warnings. {code} !MESSAGE "Object Teams Patch for JDT/Core" is not applicable to the current configuration and will not be installed. {code} This is not a regression. This issue also occurs in Eclipse Indigo 3.7.2. Steps to Reproduce: 1. Install ... | 8 | train |
TISTUD-1848 | Include offline API and Help documentation | h4. Problem Description If you don't have a working internet connection, you won't be able to browse the Ti Mobile SDK Docs from the help menu in the Ti Studio. Would be nice if we include the doc in SDK's Zipfile, so you can get the exact doc according to which SDK you are using. This will make easier to work wit... | 20 | train |
TISTUD-1851 | Install Alloy package using NPM | The determination of whether or not this needs to be run under sudo may not be easy for us to determine. We may need to assume no need for sudo? If we do need to run under sudo we'll need to handle prompting for the sudo password and piping it along to the command. {code} [sudo] npm install -g alloy {code} | 8 | train |
TISTUD-1852 | Move Template selection to front of project wizards | We move project template selection to the first screen in the project wizard (see Xcode for an example here) This allows the user to focus on what they want to create (blank project, game, rss reader, master/detail, etc.). We then ask the user to fill in the name/location/etc later. (Basically swap the first and sec... | 5 | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.