-
as seen on Stack Overflow
- Search for 'Stack Overflow'
In a panic since I'm trying to meet a deadline so appreciate any feedback on this.
For some reason, Flexbuilder 3 on my mac won't launch, crashes on startup.
I've never experienced this before.
Checked the .log file and what seems to be the problem is the following
/Users/foo/Library/Preferences/Macromedia/Flash…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I just had to reformat and reinstall Flex and reconstruct a project.
The problem is i am using ASP.NET as my server side technology and using LINQ in my files. The version of WebDev.Webserver.exe that FlexBuilder starts up is the wrong version so I get this error :
Compiler Error Message: CS0234:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm very new to Flex and I have what I think it a head-scratcher.
I am building a little Flash app that will consume some web services over HTTP. When I am in Flexbuilder and run my app there, it works fine. When I goto to my FlexBuilder project on my OS and double-click on it, it works fine. …
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi
Right now Flexbuilder 3 is my editor of choice for all as3, xml ,js editing.
I'm not 100% convinced that I need to upgrade to FlashBuilder. Also early betas seemed a bit sluggish compared to Flexbuilder3.
Does anyone who has made the upgrade have any convincing reasons? Was it worth it?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
All of a sudden Flash Builder 4 is missing all kinds of fundamental things and is generating incorrect errors. I've had the same issue yesterday, where I fixed it by downloading a new Flex SDK and importing that into FB. I did this again, but this time it fixed nothing.
I don't think it's something…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I am looking for a syntax highlighting component that I can include in a Mac OS X XCode project to allow editing of Ruby, C++, Lua, etc.
I need a component that is open source or has the source included.
My Google searches didn't turn up much in the way of Mac OS X frameworks or components at all…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I started using Code Collector Pro to organise and save my Emacs codes, and this software requires TextMate bundles for syntax highlighting. They have a lisp bundle, but not an elisp bundle, at least not that I can see. I would think that the syntax highlighting would work under the lisp bundle, but…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
It wld be best if the plugins have syntax highlighting function for html,css and javascript
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I was about to create a user-defined language file for Notepad++ to syntax-highlight IDL. But before I went and spent the time creating one, I wanted to check with the "community" to see if anyone else has one that's ready to go.
Does anyone have any suggestions?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey
I have defined a few custom file types for vim. I have done this like this:
In vimrc:
au BufWinEnter,BufRead,BufNewFile *.jak set filetype=jak
And then in jak.vim
syn match arrows /<-/
syn match arrows /->/
syn match arrows /=>/
syn match arrows /<=/
highlight arrows ctermfg=brown
…
>>> More