Angella Derington
- Total activity 67
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
-
Angella Derington created a post, Android Layout Preview unable to render custom styles
Could someone direct me towards the right setting to get the Android Layout Previewer to render layouts using custom styles? Once I build and deploy my android app my styles are properly rendered,... -
Angella Derington created a post, How can I force IDEA to always start Android resource references with R.?
When I use IDEA to insert an Android resource for use in my code, for example textView.setText(R.string.my_text),it changes the statement to textView.setText(string.my_text)It's ... -
Angella Derington created a post, NTLMv2 authentication for AppCode TFS integration
We are getting an authentication issue when we try to connect to our TFS servers from AppCode on MacOSX 10.7. I believe the problem is that our server does not allow authentication over NTLM (v1).... -
Angella Derington created a post, Does AppCode use the same plugin for TFS integration as Mac-IDEA?
We are considering using AppCode and I am a current user of IntelliJ IDEA on the Mac. I was curious if the plugin for TFS integration is the same. We currently have some connectivity problems on ... -
Angella Derington created a post, Is there something like 'Language Level' in App Code?
We are considering using AppCode for iOS development. Xcode does not appear to well constrain building iOS apps in earlier versions of the sdk. IntelliJ IDEA has the concept of selecting the 'Pro... -
-
Angella Derington created a post, Is there a way to use a variable to set the Project Name?
I occassionally develop in two different branches of the same code base. For example, "Hot Fixes" and "New Development". I have the .name file checked into source control (and all of the other.x ... -
Angella Derington created a post, Configuring an AspectJ project
Our team is using AspectJ for the first time and I'm trying to make sure that I have my setup correct inorder to use it effectively. The AspectJ file (.aj) is correctly being read when I run my pr... -
Angella Derington created a post, Eclipse users moving to IDEA
I am a long time IDEA user (> 8 years), but I have a couple of questions from my co-workers who are longtime Eclipse users thinking of switching over to IDEA.Right now, the biggest complaints are t... -
Angella Derington created a post, View previous JUnit Runs
Is there a way to view previous JUnit test runs in IDEA, like there is in Eclipse?If not, is there a way to force a JUnit test run to open in a new tab?